Typed Inttegro request parameters.
@type t() :: %Inttegro.Orders.FeeDetailsInput{ amount: Inttegro.Money.AmountParams.t(), custom_data: %{optional(String.t()) => term()} | nil, description: String.t() | nil, id: String.t() | nil, label: String.t() | nil, tax_code: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()