Current section

Files

Jump to
mollie_api lib mollie_api model terminals_request_pairing_code_request.ex
Raw

lib/mollie_api/model/terminals_request_pairing_code_request.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.TerminalsRequestPairingCodeRequest do
@moduledoc """
"""
@derive JSON.Encoder
defstruct [
:profileId
]
@type t :: %__MODULE__{
:profileId => String.t
}
def decode(value) do
value
end
end