ProductTypeLevel

  • The content describes an enum that defines the level of a product offer type.

  • The enum includes levels from 1 to 5, along with unspecified and unknown values.

  • UNSPECIFIED means the level is not specified, while UNKNOWN is used for return values representing a value unknown in the current version.

Enum describing the level of the type of a product offer.

Proto definition

Enums

LEVEL1

Level 1.

LEVEL2

Level 2.

LEVEL3

Level 3.

LEVEL4

Level 4.

LEVEL5

Level 5.

UNKNOWN

Used for return value only. Represents value unknown in this version.

UNSPECIFIED

Not specified.