loyaltyPrograms property

List<LoyaltyProgram>? loyaltyPrograms
getter/setter pair

A list of loyalty program information that is used to surface loyalty benefits (for example, better pricing, points, etc) to the user of this item.

Optional.

Implementation

core.List<LoyaltyProgram>? loyaltyPrograms;