Package com.stripe.model
Class AccountSession.Components
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSession.Components
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountSession
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Whether to allow platforms to control bank account collection for their connected accounts.static class
Whether to allow platforms to control bank account collection for their connected accounts.static class
Whether to allow creation of standard payouts.static class
static class
Whether to allow platforms to control bank account collection for their connected accounts.static class
Whether to allow sending refunds.static class
Whether to allow sending refunds.static class
Whether to allow creation of standard payouts.static class
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
setAccountManagement
(AccountSession.Components.AccountManagement accountManagement) void
setAccountOnboarding
(AccountSession.Components.AccountOnboarding accountOnboarding) void
void
setDocuments
(AccountSession.Components.Documents documents) void
setNotificationBanner
(AccountSession.Components.NotificationBanner notificationBanner) void
setPaymentDetails
(AccountSession.Components.PaymentDetails paymentDetails) void
void
void
setPayoutsList
(AccountSession.Components.PayoutsList payoutsList) void
setTaxRegistrations
(AccountSession.Components.TaxRegistrations taxRegistrations) void
setTaxSettings
(AccountSession.Components.TaxSettings taxSettings) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Components
public Components()
-
-
Method Details
-
getAccountManagement
-
getAccountOnboarding
-
getBalances
-
getDocuments
-
getNotificationBanner
-
getPaymentDetails
-
getPayments
-
getPayouts
-
getPayoutsList
-
getTaxRegistrations
-
getTaxSettings
-
setAccountManagement
-
setAccountOnboarding
-
setBalances
-
setDocuments
-
setNotificationBanner
-
setPaymentDetails
-
setPayments
-
setPayouts
-
setPayoutsList
-
setTaxRegistrations
-
setTaxSettings
-
equals
-
canEqual
-
hashCode
public int hashCode()
-