Responses.Instruments.CardDetails (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Responses.Instruments.CardDetails{
  account_holder: Customers.AccountHolder.t(),
  bin: String.t(),
  card_category: String.t(),
  card_type: String.t(),
  customer: %{
    default: true | false,
    email: String.t(),
    id: String.t(),
    name: String.t()
  },
  expiry_month: integer(),
  expiry_year: integer(),
  fingerprint: String.t(),
  id: String.t(),
  issuer: String.t(),
  issuer_country: <<_::2>>,
  last4: String.t(),
  name: 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