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 classFor more details about AccountManagement, please refer to the API Reference.static classFor more details about AccountOnboarding, please refer to the API Reference.static classFor more details about Balances, please refer to the API Reference.static classFor more details about CapitalFinancing, please refer to the API Reference.static classFor more details about CapitalFinancingApplication, please refer to the API Reference.static classFor more details about CapitalFinancingPromotion, please refer to the API Reference.static classFor more details about CheckScanning, please refer to the API Reference.static classFor more details about DisputesList, please refer to the API Reference.static classFor more details about Documents, please refer to the API Reference.static classFor more details about FinancialAccount, please refer to the API Reference.static classFor more details about FinancialAccountTransactions, please refer to the API Reference.static classFor more details about InstantPayoutsPromotion, please refer to the API Reference.static classFor more details about IssuingCard, please refer to the API Reference.static classFor more details about IssuingCardsList, please refer to the API Reference.static classFor more details about NotificationBanner, please refer to the API Reference.static classFor more details about PaymentDetails, please refer to the API Reference.static classFor more details about PaymentDisputes, please refer to the API Reference.static classFor more details about Payments, please refer to the API Reference.static classFor more details about PayoutDetails, please refer to the API Reference.static classFor more details about Payouts, please refer to the API Reference.static classFor more details about PayoutsList, please refer to the API Reference.static classFor more details about TaxRegistrations, please refer to the API Reference.static classFor 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 booleanbooleanConfiguration for the check scanning embedded component.inthashCode()voidsetAccountManagement(AccountSession.Components.AccountManagement accountManagement) voidsetAccountOnboarding(AccountSession.Components.AccountOnboarding accountOnboarding) voidvoidsetCapitalFinancing(AccountSession.Components.CapitalFinancing capitalFinancing) voidsetCapitalFinancingApplication(AccountSession.Components.CapitalFinancingApplication capitalFinancingApplication) voidsetCapitalFinancingPromotion(AccountSession.Components.CapitalFinancingPromotion capitalFinancingPromotion) voidsetCheckScanning(AccountSession.Components.CheckScanning checkScanning) Configuration for the check scanning embedded component.voidsetDisputesList(AccountSession.Components.DisputesList disputesList) voidsetDocuments(AccountSession.Components.Documents documents) voidsetFinancialAccount(AccountSession.Components.FinancialAccount financialAccount) voidsetFinancialAccountTransactions(AccountSession.Components.FinancialAccountTransactions financialAccountTransactions) voidsetInstantPayoutsPromotion(AccountSession.Components.InstantPayoutsPromotion instantPayoutsPromotion) voidsetIssuingCard(AccountSession.Components.IssuingCard issuingCard) voidsetIssuingCardsList(AccountSession.Components.IssuingCardsList issuingCardsList) voidsetNotificationBanner(AccountSession.Components.NotificationBanner notificationBanner) voidsetPaymentDetails(AccountSession.Components.PaymentDetails paymentDetails) voidsetPaymentDisputes(AccountSession.Components.PaymentDisputes paymentDisputes) voidvoidsetPayoutDetails(AccountSession.Components.PayoutDetails payoutDetails) voidvoidsetPayoutsList(AccountSession.Components.PayoutsList payoutsList) voidsetTaxRegistrations(AccountSession.Components.TaxRegistrations taxRegistrations) voidsetTaxSettings(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
-
getCapitalFinancing
-
getCapitalFinancingApplication
-
getCapitalFinancingPromotion
-
getCheckScanning
Configuration for the check scanning embedded component. -
getDisputesList
-
getDocuments
-
getFinancialAccount
-
getFinancialAccountTransactions
-
getInstantPayoutsPromotion
-
getIssuingCard
-
getIssuingCardsList
-
getNotificationBanner
-
getPaymentDetails
-
getPaymentDisputes
-
getPayments
-
getPayoutDetails
-
getPayouts
-
getPayoutsList
-
getTaxRegistrations
-
getTaxSettings
-
setAccountManagement
-
setAccountOnboarding
-
setBalances
-
setCapitalFinancing
-
setCapitalFinancingApplication
public void setCapitalFinancingApplication(AccountSession.Components.CapitalFinancingApplication capitalFinancingApplication) -
setCapitalFinancingPromotion
public void setCapitalFinancingPromotion(AccountSession.Components.CapitalFinancingPromotion capitalFinancingPromotion) -
setCheckScanning
Configuration for the check scanning embedded component. -
setDisputesList
-
setDocuments
-
setFinancialAccount
-
setFinancialAccountTransactions
public void setFinancialAccountTransactions(AccountSession.Components.FinancialAccountTransactions financialAccountTransactions) -
setInstantPayoutsPromotion
public void setInstantPayoutsPromotion(AccountSession.Components.InstantPayoutsPromotion instantPayoutsPromotion) -
setIssuingCard
-
setIssuingCardsList
-
setNotificationBanner
-
setPaymentDetails
-
setPaymentDisputes
-
setPayments
-
setPayoutDetails
-
setPayouts
-
setPayoutsList
-
setTaxRegistrations
-
setTaxSettings
-
equals
-
canEqual
-
hashCode
public int hashCode()
-