StripeElixir.Params.AccountSessionCreateParams.Components
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.AccountSessionCreateParams.Components{ account_management: map() | nil, account_onboarding: map() | nil, balances: map() | nil, disputes_list: map() | nil, documents: map() | nil, financial_account: map() | nil, financial_account_transactions: map() | nil, instant_payouts_promotion: map() | nil, issuing_card: map() | nil, issuing_cards_list: map() | nil, notification_banner: map() | nil, payment_details: map() | nil, payment_disputes: map() | nil, payments: map() | nil, payout_details: map() | nil, payouts: map() | nil, payouts_list: map() | nil, tax_registrations: map() | nil, tax_settings: map() | 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.