offerType property
Type of the promotion.
Use this attribute to indicate whether or not customers need a coupon code to redeem your 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. Generic redemption code for the
promotion is required when
offerType
=GENERIC_CODE
.
Implementation
core.String? offerType;