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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classWhether to allow platforms to control bank account collection for their connected accounts.static classWhether to allow platforms to control bank account collection for their connected accounts.static classWhether to allow creation of standard payouts.static classstatic classWhether to allow platforms to control bank account collection for their connected accounts.static classWhether to allow sending refunds.static classWhether to allow sending refunds.static classWhether to allow creation of standard payouts. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetAccountManagement(AccountSession.Components.AccountManagement accountManagement) voidsetAccountOnboarding(AccountSession.Components.AccountOnboarding accountOnboarding) voidvoidsetDocuments(AccountSession.Components.Documents documents) voidsetNotificationBanner(AccountSession.Components.NotificationBanner notificationBanner) voidsetPaymentDetails(AccountSession.Components.PaymentDetails paymentDetails) voidvoidvoidsetPayoutsList(AccountSession.Components.PayoutsList payoutsList) 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
-
setAccountManagement
-
setAccountOnboarding
-
setBalances
-
setDocuments
-
setNotificationBanner
-
setPaymentDetails
-
setPayments
-
setPayouts
-
setPayoutsList
-
equals
-
canEqual
-
hashCode
public int hashCode()
-