Enumeration MeasurementCategory

This enum defines a measurement category that is assigned to each measurement returned by a SizeRecommendationResponse. This makes it easier to find the right wording when creating a localization for fits.

Enumeration Members

Enumeration Members

CIRCUMFERENCE: "circumference"

A measurement that describes a circumference. Can be tight or loose.

LENGTH: "length"

A measurement that describes a length. Can be long or short.

UNKNOWN: "unknown"

Undefined category.

Generated using TypeDoc