Current section

Files

Jump to
mollie_api lib mollie_api model mandate_scopes_response.ex
Raw

lib/mollie_api/model/mandate_scopes_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.MandateScopesResponse do
@moduledoc """
An array defining the eligible use cases for the mandate. For creditcard mandates, this field will always be present and can contain one or both of the following values:
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end