MollieAPI.Model.TransferParty (mollie_api v0.1.0-20260428)
View SourceA party involved in the transfer, representing either the debtor (sender) or creditor (recipient). Contains the party's name and account details.
Summary
Types
@type t() :: %MollieAPI.Model.TransferParty{ account: MollieAPI.Model.TransferPartyAccount.t(), fullName: String.t() }