Stripe.Resources.ConfirmationToken.PaymentMethodOptions.Card (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.ConfirmationToken.PaymentMethodOptions.Card{
  cvc_token: String.t() | nil,
  installments:
    Stripe.Resources.ConfirmationToken.PaymentMethodOptions.Card.Installments.t()
    | nil
}
  • cvc_token - The cvc_update Token collected from the Payment Element. Max length: 5000. Nullable.
  • installments