Current section

Files

Jump to
mollie_api lib mollie_api model mandate_status_response.ex
Raw

lib/mollie_api/model/mandate_status_response.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.MandateStatusResponse do
@moduledoc """
The status of the mandate. A status can be `pending` for mandates when the first payment is not yet finalized, or when we did not received the IBAN yet from the first payment.
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end