# 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.MethodStatus do @moduledoc """ The payment method's activation status for this profile. """ @derive JSON.Encoder defstruct [ ] @type t :: %__MODULE__{ } def decode(value) do value end end