public static class Account.Settings extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Account.SettingsBranding |
getBranding() |
Account.SettingsCardPayments |
getCardPayments() |
Account.SettingsDashboard |
getDashboard() |
Account.SettingsPayments |
getPayments() |
Account.SettingsPayouts |
getPayouts() |
int |
hashCode() |
void |
setBranding(Account.SettingsBranding branding) |
void |
setCardPayments(Account.SettingsCardPayments cardPayments) |
void |
setDashboard(Account.SettingsDashboard dashboard) |
void |
setPayments(Account.SettingsPayments payments) |
void |
setPayouts(Account.SettingsPayouts payouts) |
equals, getLastResponse, setLastResponse, toJson, toString
public Account.SettingsBranding getBranding()
public Account.SettingsCardPayments getCardPayments()
public Account.SettingsDashboard getDashboard()
public Account.SettingsPayments getPayments()
public Account.SettingsPayouts getPayouts()
public void setBranding(Account.SettingsBranding branding)
public void setCardPayments(Account.SettingsCardPayments cardPayments)
public void setDashboard(Account.SettingsDashboard dashboard)
public void setPayments(Account.SettingsPayments payments)
public void setPayouts(Account.SettingsPayouts payouts)
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