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
The specific user onboarding requirement field (in the requirements hash) that needs to be
resolved.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classThe user agent of the browser from which the account representative accepted the service agreement. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetBacsDebitPayments(Account.Settings.BacsDebitPayments bacsDebitPayments) voidsetBranding(Account.SettingsBranding branding) voidsetCardIssuing(Account.Settings.SettingsCardIssuing cardIssuing) voidsetCardPayments(Account.SettingsCardPayments cardPayments) voidsetDashboard(Account.SettingsDashboard dashboard) voidsetPayments(Account.SettingsPayments payments) voidsetPayouts(Account.SettingsPayouts payouts) voidsetSepaDebitPayments(Account.Settings.SepaDebitPayments sepaDebitPayments) voidsetTreasury(Account.Settings.SettingsTreasury treasury) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getBacsDebitPayments
-
getBranding
-
getCardIssuing
-
getCardPayments
-
getDashboard
-
getPayments
-
getPayouts
-
getSepaDebitPayments
-
getTreasury
-
setBacsDebitPayments
-
setBranding
-
setCardIssuing
-
setCardPayments
-
setDashboard
-
setPayments
-
setPayouts
-
setSepaDebitPayments
-
setTreasury
-
equals
-
canEqual
-
hashCode
public int hashCode()
-