public static class Account.SettingsDashboard extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
SettingsDashboard() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName()
The display name for this account.
|
java.lang.String |
getTimezone()
The timezone used in the Stripe Dashboard for this account.
|
int |
hashCode() |
void |
setDisplayName(java.lang.String displayName)
The display name for this account.
|
void |
setTimezone(java.lang.String timezone)
The timezone used in the Stripe Dashboard for this account.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getDisplayName()
public java.lang.String getTimezone()
public void setDisplayName(java.lang.String displayName)
public void setTimezone(java.lang.String timezone)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object