Typed Inttegro domain value.
@type t() :: %Inttegro.Payments.PaymentNextActionAuthorize{ beneficiary: String.t() | nil, expires_at: String.t() | nil, scheme: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()