Current section

Files

Jump to
mollie_api lib mollie_api model lu.ex
Raw

lib/mollie_api/model/lu.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.Lu do
@moduledoc """
**Luxembourg legal entities types.** * `lu-ei` - Entreprise individuelle (EI) * `lu-lpf` - Luxembourg Private Foundation (LPF) * `lu-sa` - Société anonyme (S.A.) * `lu-sarl` - Société à responsabilité limitée (SARL) * `lu-sarl-s` - Société à responsabilité limitée simplifée (SARL-S) * `lu-sas` - Société par actions simplifiée (SAS) * `lu-sc` - Société civile (SC) * `lu-sca` - Société en commandite par actions (SCA) * `lu-sci` - Société civile immobilières (SCI) * `lu-scsp` - Société en commandite special (SCSp) * `lu-secs` - Société en commandite simple (SECS) * `lu-senc` - Société en nom collectif (SENC) * `lu-trust` - Trust
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end