Typed Inttegro domain value.
@type t() :: %Inttegro.Payouts.PayoutError{ cause: String.t(), message: String.t(), occurred_at: String.t(), type: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()