redemptionRestriction property
A restriction customers must meet before they can redeem the promotion.
Optional. Possible string values are:
- "REDEMPTION_RESTRICTION_UNSPECIFIED" : Indicates that the redemption restriction is unspecified.
- "SUBSCRIBE" : The promotion can only be redeemed by signing up for a subscription.
- "FIRST_ORDER" : The promotion can only be redeemed on the first order.
- "SIGNUP_FOR_EMAIL" : The promotion can only be redeemed by signing up for email.
- "SIGNUP_FOR_TEXT" : The promotion can only be redeemed by signing up for text message alerts.
- "CUSTOM" : The promotion can only be redeemed with a custom redemption
restriction. In this case, the
custom_redemption_restrictionfield must be set.
Implementation
core.String? redemptionRestriction;