Requests.Payments.Destinations.Card (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Destinations.Card{
  account_holder: map(),
  expiry_month: integer(),
  expiry_year: integer(),
  number: String.t(),
  type: String.t()
}

Link to this section Functions