Typed Inttegro domain value.
@type t() :: %Inttegro.Prices.PriceEmbeddedProductAttributesItem{ name: String.t(), value: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()