Current section

Files

Jump to
mollie_api lib mollie_api model subscription_method_response.ex
Raw

lib/mollie_api/model/subscription_method_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.SubscriptionMethodResponse do
@moduledoc """
The payment method used for this subscription. If omitted, any of the customer's valid mandates may be used.
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end