Stripe.Params.TestHelpers.Terminal.ReaderPresentPaymentMethodParams.Card
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.Terminal.ReaderPresentPaymentMethodParams.Card{ cvc: String.t() | nil, exp_month: integer() | nil, exp_year: integer() | nil, number: String.t() | nil }
cvc- Card security code. Max length: 5000.exp_month- Two-digit number representing the card's expiration month.exp_year- Two- or four-digit number representing the card's expiration year.number- The card number, as a string without any separators. Max length: 5000.