Requests.Payments.Destinations.BankAccount (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type bank() :: %{
  name: String.t(),
  branch: String.t(),
  address: Customers.BillingAddress.t()
}
@type t() :: %Requests.Payments.Destinations.BankAccount{
  account_holder: Customers.AccountHolder.t(),
  account_number: String.t(),
  account_type: String.t(),
  bank: bank(),
  bank_code: String.t(),
  bban: String.t(),
  branch_code: String.t(),
  country: <<_::2>>,
  iban: String.t(),
  swift_bic: String.t(),
  type: String.t()
}

Link to this section Functions