Typed Inttegro domain value.
@type t() :: %Inttegro.PurchaseIntents.PurchaseIntentQuantity{ max: integer() | nil, min: integer() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()