CustomizerAttributeType

  • Customizer attributes can be of several types including unspecified, unknown, text, number, price, and percent.

  • The UNSPECIFIED and UNKNOWN types indicate that the status or value of the customizer attribute is not known.

  • TEXT and NUMBER are basic customizer types for text and numerical values respectively.

  • PRICE and PERCENT are customizer types that combine a number with a currency or a percentage symbol.

The possible types of a customizer attribute.

Enums

UNSPECIFIED

The status has not been specified.

UNKNOWN

The received value is not known in this version.

TEXT

Text customizer.

NUMBER

Number customizer.

PRICE

Price customizer consisting of a number and a currency.

PERCENT

Percentage customizer consisting of a number and a '%'.