iyzico v0.1.0 Iyzico.Card
Represents a card to perform the checkout.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Iyzico.Card{cvc: integer, exp_month: integer, exp_year: integer, holder_name: binary, number: binary}
Link to this section Functions
Link to this function
put_cvc(arg, cvc)
Link to this function
put_exp_month(arg, month)
Link to this function
put_exp_year(arg, year)
Link to this function
put_holder_name(arg, name)
Link to this function
put_number(arg, number)