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

View Source

Reason for the chargeback as given by the bank. Only available for chargebacks of SEPA Direct Debit payments.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityChargebackReason{
  code: String.t(),
  description: String.t()
}

Functions

decode(value)