StripeElixir.Params.CustomerSessionCreateParams.Components
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.CustomerSessionCreateParams.Components{ buy_button: map() | nil, customer_sheet: map() | nil, mobile_payment_element: map() | nil, payment_element: map() | nil, pricing_table: map() | nil }
buy_button- Configuration for buy button.customer_sheet- Configuration for the customer sheet.mobile_payment_element- Configuration for the mobile payment element.payment_element- Configuration for the Payment Element.pricing_table- Configuration for the pricing table.