Requests.Instruments.UpdateBankAccount (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

Link to this type

account_holder()

@type account_holder() :: %{
  first_name: String.t(),
  last_name: String.t(),
  billing_address: Customers.BillingAddress.t(),
  phone: Customers.Phone.t()
}
@type customer() :: %{default: true | false, id: String.t()}
@type t() :: %Requests.Instruments.UpdateBankAccount{
  account_holder: Customers.AccountHolder.t(),
  account_number: String.t(),
  account_type: String.t(),
  bank: Instruments.Bank.t(),
  bank_code: String.t(),
  bban: String.t(),
  branch_code: String.t(),
  country: <<_::2>>,
  currency: <<_::3>>,
  customer: customer(),
  iban: String.t(),
  id: String.t(),
  processing_channel_id: String.t(),
  swift_bic: String.t(),
  type: String.t()
}

Link to this section Functions