Current section

Files

Jump to
mollie_api lib mollie_api model payout_status_reason_code.ex
Raw

lib/mollie_api/model/payout_status_reason_code.ex

# NOTE: This file is auto generated by OpenAPI Generator 7.17.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule MollieAPI.Model.PayoutStatusReasonCode do
@moduledoc """
A machine-readable code describing the reason for the payout's current status.
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end