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

View Source

Details about the sender of the credit transfer.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityUnmatchedCreditTransferSource{
  accountHolderName: String.t(),
  bic: String.t(),
  format: String.t(),
  iban: String.t()
}

Functions

decode(value)