Typed Inttegro request parameters.
@type t() :: %Inttegro.SetPayoutDestinationsRequest{ destinations: %{optional(String.t()) => String.t()} }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()