Stripe.Params.AccountSessionCreateParams.Components
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.AccountSessionCreateParams.Components{ account_management: Stripe.Params.AccountSessionCreateParams.Components.AccountManagement.t() | nil, account_onboarding: Stripe.Params.AccountSessionCreateParams.Components.AccountOnboarding.t() | nil, balances: Stripe.Params.AccountSessionCreateParams.Components.Balances.t() | nil, disputes_list: Stripe.Params.AccountSessionCreateParams.Components.DisputesList.t() | nil, documents: Stripe.Params.AccountSessionCreateParams.Components.Documents.t() | nil, financial_account: Stripe.Params.AccountSessionCreateParams.Components.FinancialAccount.t() | nil, financial_account_transactions: Stripe.Params.AccountSessionCreateParams.Components.FinancialAccountTransactions.t() | nil, instant_payouts_promotion: Stripe.Params.AccountSessionCreateParams.Components.InstantPayoutsPromotion.t() | nil, issuing_card: Stripe.Params.AccountSessionCreateParams.Components.IssuingCard.t() | nil, issuing_cards_list: Stripe.Params.AccountSessionCreateParams.Components.IssuingCardsList.t() | nil, notification_banner: Stripe.Params.AccountSessionCreateParams.Components.NotificationBanner.t() | nil, payment_details: Stripe.Params.AccountSessionCreateParams.Components.PaymentDetails.t() | nil, payment_disputes: Stripe.Params.AccountSessionCreateParams.Components.PaymentDisputes.t() | nil, payments: Stripe.Params.AccountSessionCreateParams.Components.Payments.t() | nil, payout_details: Stripe.Params.AccountSessionCreateParams.Components.PayoutDetails.t() | nil, payouts: Stripe.Params.AccountSessionCreateParams.Components.Payouts.t() | nil, payouts_list: Stripe.Params.AccountSessionCreateParams.Components.PayoutsList.t() | nil, tax_registrations: Stripe.Params.AccountSessionCreateParams.Components.TaxRegistrations.t() | nil, tax_settings: Stripe.Params.AccountSessionCreateParams.Components.TaxSettings.t() | nil }
account_management- Configuration for the account management embedded component.account_onboarding- Configuration for the account onboarding embedded component.balances- Configuration for the balances embedded component.disputes_list- Configuration for the disputes list embedded component.documents- Configuration for the documents embedded component.financial_account- Configuration for the financial account embedded component.financial_account_transactions- Configuration for the financial account transactions embedded component.instant_payouts_promotion- Configuration for the instant payouts promotion embedded component.issuing_card- Configuration for the issuing card embedded component.issuing_cards_list- Configuration for the issuing cards list embedded component.notification_banner- Configuration for the notification banner embedded component.payment_details- Configuration for the payment details embedded component.payment_disputes- Configuration for the payment disputes embedded component.payments- Configuration for the payments embedded component.payout_details- Configuration for the payout details embedded component.payouts- Configuration for the payouts embedded component.payouts_list- Configuration for the payouts list embedded component.tax_registrations- Configuration for the tax registrations embedded component.tax_settings- Configuration for the tax settings embedded component.