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

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Sources.BankAccount{
  account_holder: Customers.AccountHolder.t(),
  account_number: String.t(),
  account_type: String.t(),
  bank_code: String.t(),
  country: <<_::2>>,
  payment_method: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

build(raw_params)