Typed Inttegro domain value.
@type t() :: %Inttegro.Checkout.OrderCheckoutSettings{ cancel_url: String.t() | nil, redirect_url: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()