AdyenCheckoutEx.Model.CheckoutBankTransferAction (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.CheckoutBankTransferAction{
  beneficiary: String.t() | nil,
  bic: String.t() | nil,
  downloadUrl: String.t() | nil,
  iban: String.t() | nil,
  paymentMethodType: String.t() | nil,
  reference: String.t() | nil,
  shopperEmail: String.t() | nil,
  totalAmount: AdyenCheckoutEx.Model.Amount.t() | nil,
  type: String.t(),
  url: String.t() | nil
}