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
For more details about Components, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AccountManagement, please refer to the API Reference.static class
For more details about AccountOnboarding, please refer to the API Reference.static class
For more details about Balances, please refer to the API Reference.static class
For more details about Documents, please refer to the API Reference.static class
For more details about FinancialAccount, please refer to the API Reference.static class
For more details about FinancialAccountTransactions, please refer to the API Reference.static class
For more details about IssuingCard, please refer to the API Reference.static class
For more details about IssuingCardsList, please refer to the API Reference.static class
For more details about NotificationBanner, please refer to the API Reference.static class
For more details about PaymentDetails, please refer to the API Reference.static class
For more details about Payments, please refer to the API Reference.static class
For more details about Payouts, please refer to the API Reference.static class
For more details about PayoutsList, please refer to the API Reference.static class
For more details about TaxRegistrations, please refer to the API Reference.static class
For more details about TaxSettings, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
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
setFinancialAccount
(AccountSession.Components.FinancialAccount financialAccount) void
setFinancialAccountTransactions
(AccountSession.Components.FinancialAccountTransactions financialAccountTransactions) void
setIssuingCard
(AccountSession.Components.IssuingCard issuingCard) void
setIssuingCardsList
(AccountSession.Components.IssuingCardsList issuingCardsList) 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, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Components
public Components()
-
-
Method Details
-
getAccountManagement
-
getAccountOnboarding
-
getBalances
-
getDocuments
-
getFinancialAccount
-
getFinancialAccountTransactions
-
getIssuingCard
-
getIssuingCardsList
-
getNotificationBanner
-
getPaymentDetails
-
getPayments
-
getPayouts
-
getPayoutsList
-
getTaxRegistrations
-
getTaxSettings
-
setAccountManagement
-
setAccountOnboarding
-
setBalances
-
setDocuments
-
setFinancialAccount
-
setFinancialAccountTransactions
public void setFinancialAccountTransactions(AccountSession.Components.FinancialAccountTransactions financialAccountTransactions) -
setIssuingCard
-
setIssuingCardsList
-
setNotificationBanner
-
setPaymentDetails
-
setPayments
-
setPayouts
-
setPayoutsList
-
setTaxRegistrations
-
setTaxSettings
-
equals
-
canEqual
-
hashCode
public int hashCode()
-