Requests.Instruments.CreateBankAccount (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Instruments.CreateBankAccount{
  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: Customers.Customer.t(),
  iban: String.t(),
  processing_channel_id: String.t(),
  swift_bic: String.t(),
  type: String.t()
}

Link to this section Functions