Package com.stripe.model
Class Account.SettingsDashboard
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Account.SettingsDashboard
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
public static class Account.SettingsDashboard extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description SettingsDashboard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetDisplayName()The display name for this account.java.lang.StringgetTimezone()The timezone used in the Stripe Dashboard for this account.inthashCode()voidsetDisplayName(java.lang.String displayName)The display name for this account.voidsetTimezone(java.lang.String timezone)The timezone used in the Stripe Dashboard for this account.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-