View Source ExOAPI.Stripe.Schemas.PaymentMethodDetailsCardInstallmentsPlan (exoapi_stripe v0.1.4)
:count :: :integer
For fixed_count
installment plans, this is the number of installment payments your customer will make to their credit card.
:interval :: :string
For fixed_count
installment plans, this is the interval between installment payments your customer will make to their credit card.
One of month
.
:type :: :string
Type of installment plan, one of fixed_count
.
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()