Responses.Instruments.BankAccountDetails (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Responses.Instruments.BankAccountDetails{
  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: %{
    default: true | false,
    email: String.t(),
    id: String.t(),
    name: String.t()
  },
  fingerprint: String.t(),
  iban: String.t(),
  id: String.t(),
  swift_bic: String.t(),
  type: String.t()
}

Link to this section Functions