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

View Source

The counterparty involved in the transaction, including their name and account identifier.

Summary

Types

t()

@type t() :: %MollieAPI.Model.Counterparty{
  identifier: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value)