Stripe.Resources.Installments (tiger_stripe v0.3.0)

Copy Markdown View Source

PaymentFlowsInstallmentOptions

Summary

Types

plan()

@type plan() :: %{
  optional(:count) => integer() | nil,
  optional(:interval) => String.t() | nil,
  optional(:type) => String.t() | nil,
  optional(String.t()) => term()
}
  • count - For fixed_count installment plans, this is the number of installment payments your customer will make to their credit card. Nullable.
  • interval - For fixed_count installment plans, this is the interval between installment payments your customer will make to their credit card. One of month. Possible values: month. Nullable.
  • type - Type of installment plan, one of fixed_count, bonus, or revolving. Possible values: bonus, fixed_count, revolving.

t()

@type t() :: %Stripe.Resources.Installments{enabled: boolean(), plan: plan() | nil}
  • enabled
  • plan - Expandable.

Functions

expandable_fields()

object_name()