Instruments.BankAccount (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Instruments.BankAccount{
  account_number: String.t(),
  bank: Instruments.Bank.t(),
  bank_code: String.t(),
  customer: Customers.Customer.t(),
  fingerprint: String.t(),
  iban: String.t(),
  id: String.t(),
  swift_bic: String.t(),
  type: String.t()
}

Link to this section Functions