productApplicability property

String? productApplicability
getter/setter pair

Applicability of the promotion to either all products or only specific products.

Required. Possible string values are:

  • "PRODUCT_APPLICABILITY_UNSPECIFIED" : Which products the promotion applies to is unknown.
  • "ALL_PRODUCTS" : Applicable to all products.
  • "SPECIFIC_PRODUCTS" : Applicable to only a single product or list of products.

Implementation

core.String? productApplicability;