offerType property

String? offerType
getter/setter pair

Type of the promotion.

Required. Possible string values are:

  • "OFFER_TYPE_UNSPECIFIED" : Unknown offer type.
  • "NO_CODE" : Offer type without a code.
  • "GENERIC_CODE" : Offer type with a code.

Implementation

core.String? offerType;