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

View Source

The reason for the current status of the transfer, if applicable.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityBalanceTransferResponseStatusReason{
  code: MollieAPI.Model.BalanceTransferStatusReasonResponse.t(),
  message: String.t()
}

Functions

decode(value)