# 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.ItResponse do @moduledoc """ **Italy legal entities types.** * `it-associazione-non-riconosciuta` - Associazione non riconosciuta * `it-associazione-riconosciuta` - Associazione riconosciuta * `it-ditta-individuale` - Ditta Individuale * `it-fondazione` - Fondazione * `it-fondo-fiduciario` - Fondo Fiduciario * `it-sapa` - Società in accomandita per azioni (S.a.p.a.) * `it-sas` - Società in accomandita semplice (S.a.s.) * `it-snc` - Società in nome collettivo (S.n.c) * `it-societa-cooperativa` - Società cooperativa * `it-spa` - Società per azioni (S.p.A.) * `it-srl` - Società a responsabilità limitata (S.r.l.) * `it-ss` - Società semplice (S.s.) """ @derive JSON.Encoder defstruct [ ] @type t :: %__MODULE__{ } def decode(value) do value end end