Current section

Files

Jump to
mollie_api lib mollie_api model nl.ex
Raw

lib/mollie_api/model/nl.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.Nl do
@moduledoc """
**Netherlands legal entities types.** * `nl-bv` - Besloten Vennootschap (BV) * `nl-cooperatie` - Coöperatie * `nl-cv` - Commanditaire Vennootschap (CV) * `nl-eenmanszaak` - Eenmanszaak * `nl-eesv` - Europees Economisch Samenwerkingsverband (EESV) * `nl-kerkgenootschap` - Kerkgenootschap * `nl-kroondomein` - Kroondomein * `nl-maatschap` - Maatschap * `nl-nv` - Naamloze Vennootschap (NV) * `nl-overheid` - Overheidsinstantie * `nl-sce` - Europese Coöperatieve Vennootschap (SCE) * `nl-se` - Europese Naamloze Vennootschap (SE) * `nl-stichting` - Stichting * `nl-trust` - Trust * `nl-vereniging` - Vereniging * `nl-vof` - Vennootschap Onder Firma (VOF) * `nl-waarborgmaatschappij` - Onderlinge Waarborgmaatschappij
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end