Stripe.Params.CustomerSessionCreateParams.Components
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.CustomerSessionCreateParams.Components{ buy_button: Stripe.Params.CustomerSessionCreateParams.Components.BuyButton.t() | nil, customer_sheet: Stripe.Params.CustomerSessionCreateParams.Components.CustomerSheet.t() | nil, mobile_payment_element: Stripe.Params.CustomerSessionCreateParams.Components.MobilePaymentElement.t() | nil, payment_element: Stripe.Params.CustomerSessionCreateParams.Components.PaymentElement.t() | nil, pricing_table: Stripe.Params.CustomerSessionCreateParams.Components.PricingTable.t() | 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.