Responses.Instruments.CreateCard (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Responses.Instruments.CreateCard{
  bin: String.t(),
  card_category: String.t(),
  card_type: String.t(),
  customer: %{
    id: String.t(),
    email: String.t(),
    name: String.t(),
    phone: %{country_code: String.t(), number: String.t()}
  },
  expiry_month: integer(),
  expiry_year: integer(),
  fingerprint: String.t(),
  id: String.t(),
  issuer: String.t(),
  issuer_country: String.t(),
  last4: String.t(),
  product_id: String.t(),
  product_type: String.t(),
  scheme: String.t(),
  scheme_local: String.t(),
  type: String.t()
}

Link to this section Functions