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

View Source

A party involved in the transfer, representing either the debtor (sender) or creditor (recipient). Contains the party's name and account details.

Summary

Types

t()

@type t() :: %MollieAPI.Model.TransferParty{
  account: MollieAPI.Model.TransferPartyAccount.t(),
  fullName: String.t()
}

Functions

decode(value)