public static class Account.Settings extends StripeObject
Modifier and Type | Class and Description |
---|---|
static class |
Account.Settings.BacsDebitPayments |
static class |
Account.Settings.SepaDebitPayments |
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.Settings.BacsDebitPayments |
getBacsDebitPayments() |
Account.SettingsBranding |
getBranding() |
Account.SettingsCardPayments |
getCardPayments() |
Account.SettingsDashboard |
getDashboard() |
Account.SettingsPayments |
getPayments() |
Account.SettingsPayouts |
getPayouts() |
Account.Settings.SepaDebitPayments |
getSepaDebitPayments() |
int |
hashCode() |
void |
setBacsDebitPayments(Account.Settings.BacsDebitPayments bacsDebitPayments) |
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) |
void |
setSepaDebitPayments(Account.Settings.SepaDebitPayments sepaDebitPayments) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public Account.Settings.BacsDebitPayments getBacsDebitPayments()
public Account.SettingsBranding getBranding()
public Account.SettingsCardPayments getCardPayments()
public Account.SettingsDashboard getDashboard()
public Account.SettingsPayments getPayments()
public Account.SettingsPayouts getPayouts()
public Account.Settings.SepaDebitPayments getSepaDebitPayments()
public void setBacsDebitPayments(Account.Settings.BacsDebitPayments bacsDebitPayments)
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 void setSepaDebitPayments(Account.Settings.SepaDebitPayments sepaDebitPayments)
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