Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments{ available_plans: [ Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlans.t() ] | nil, enabled: boolean() | nil, plan: Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments.Plan.t() | nil }
available_plans- Installment plans that may be selected for this PaymentIntent. Nullable.enabled- Whether Installments are enabled for this PaymentIntent.plan- Installment plan selected for this PaymentIntent. Nullable.