Package com.stripe.model
Class Account.Settings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
For more details about Settings, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about BacsDebitPayments, please refer to the API Reference.static class
For more details about Branding, please refer to the API Reference.static class
For more details about CardIssuing, please refer to the API Reference.static class
For more details about CardPayments, please refer to the API Reference.static class
For more details about Dashboard, please refer to the API Reference.static class
For more details about Invoices, please refer to the API Reference.static class
For more details about Payments, please refer to the API Reference.static class
For more details about Payouts, please refer to the API Reference.static class
For more details about SepaDebitPayments, please refer to the API Reference.static class
For more details about Treasury, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setBacsDebitPayments
(Account.Settings.BacsDebitPayments bacsDebitPayments) void
setBranding
(Account.Settings.Branding branding) void
setCardIssuing
(Account.Settings.CardIssuing cardIssuing) void
setCardPayments
(Account.Settings.CardPayments cardPayments) void
setDashboard
(Account.Settings.Dashboard dashboard) void
setInvoices
(Account.Settings.Invoices invoices) void
setPayments
(Account.Settings.Payments payments) void
setPayouts
(Account.Settings.Payouts payouts) void
setSepaDebitPayments
(Account.Settings.SepaDebitPayments sepaDebitPayments) void
setTreasury
(Account.Settings.Treasury treasury) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getBacsDebitPayments
-
getBranding
-
getCardIssuing
-
getCardPayments
-
getDashboard
-
getInvoices
-
getPayments
-
getPayouts
-
getSepaDebitPayments
-
getTreasury
-
setBacsDebitPayments
-
setBranding
-
setCardIssuing
-
setCardPayments
-
setDashboard
-
setInvoices
-
setPayments
-
setPayouts
-
setSepaDebitPayments
-
setTreasury
-
equals
-
canEqual
-
hashCode
public int hashCode()
-