Requests.Instruments.UpdateCard (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Instruments.UpdateCard{
  account_holder: %Customers.AccountHolder{
    billing_address: term(),
    company_name: term(),
    country_of_birth: term(),
    date_of_birth: term(),
    email: term(),
    first_name: term(),
    identification: term(),
    last_name: term(),
    phone: term(),
    residential_status: term(),
    tax_id: term(),
    type: term()
  },
  customer: %{id: String.t(), default: true | false},
  expiry_month: integer(),
  expiry_year: integer(),
  id: String.t(),
  name: String.t(),
  type: String.t()
}

Link to this section Functions