MollieAPI.Model.CreditorBankAccount (mollie_api v0.1.0-20260428)

View Source

The bank account details of the creditor (recipient) for Verification of Payee.

Summary

Types

t()

@type t() :: %MollieAPI.Model.CreditorBankAccount{
  accountHolderName: String.t(),
  accountNumber: String.t(),
  format: MollieAPI.Model.AccountNumberFormat.t()
}

Functions

decode(value)