loyaltyTier property

String? loyaltyTier
getter/setter pair

The membership tier.

It is a free-form string as each merchant may have their own loyalty system. For example, it could be a number from 1 to 10, or a string such as "Golden" or "Silver", or even empty string "".

Implementation

core.String? loyaltyTier;