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

View Source

The account holder details and bank account information for the business account.

Summary

Types

t()

@type t() :: %MollieAPI.Model.AccountDetails{
  accountHolderName: String.t(),
  bic: String.t() | nil,
  currency: String.t(),
  iban: String.t(),
  name: String.t() | nil
}

Functions

decode(value)