Class Account.SettingsDashboard

    • Constructor Detail

      • SettingsDashboard

        public SettingsDashboard()
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName()
        The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.
      • getTimezone

        public java.lang.String getTimezone()
        The timezone used in the Stripe Dashboard for this account. A list of possible time zone values is maintained at the IANA Time Zone Database.
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
        The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.
      • setTimezone

        public void setTimezone​(java.lang.String timezone)
        The timezone used in the Stripe Dashboard for this account. A list of possible time zone values is maintained at the IANA Time Zone Database.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object