Current section

Files

Jump to
mollie_api lib mollie_api model ch.ex
Raw

lib/mollie_api/model/ch.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.Ch do
@moduledoc """
**Switzerland legal entities types.** * `ch-ag` - Aktiengesellschaft (AG) * `ch-eg` - Einfache Gesellschaft (eG) * `ch-einzelunternehmen` - Einzelunternehmen * `ch-genossenschaft` - Genossenschaft * `ch-gmbh` - Gesellschaft mit beschränkter Haftung (GmbH) * `ch-kg` - Kommanditgesellschaft (KG) * `ch-kig` - Kollektivgesellschaft (KIG) * `ch-kmag` - Kommanditaktiengesellschaft (KmAG) * `ch-stiftung` - Stiftung * `ch-trust` - Trust * `ch-verein` - Verein
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end