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.static classWhether Stripe automatically declines charges with an incorrect CVC.static classstatic classstatic classThe day of the week funds will be paid out, of the style 'monday', 'tuesday', etc.static class -
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.Settings.Branding branding) voidsetCardIssuing(Account.Settings.CardIssuing cardIssuing) voidsetCardPayments(Account.Settings.CardPayments cardPayments) voidsetDashboard(Account.Settings.Dashboard dashboard) voidsetPayments(Account.Settings.Payments payments) voidsetPayouts(Account.Settings.Payouts payouts) voidsetSepaDebitPayments(Account.Settings.SepaDebitPayments sepaDebitPayments) voidsetTreasury(Account.Settings.Treasury 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()
-