MollieAPI.Model.EntityBalanceTransferParty (mollie_api v0.1.0-20260303)

View Source

A party involved in the balance transfer, either the sender or the receiver.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityBalanceTransferParty{
  description: String.t(),
  id: String.t(),
  type: MollieAPI.Model.BalanceTransferPartyType.t()
}

Functions

decode(value)