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
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
The user agent of the browser from which the account representative accepted the service agreement.static class
Whether Stripe automatically declines charges with an incorrect CVC.static class
static class
static class
The 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
-
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
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
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()
-