status property
The status for the specified destination. Possible string values are:
- "STATE_UNSPECIFIED" : Unknown promotion state.
- "IN_REVIEW" : The promotion is under review.
- "REJECTED" : The promotion is disapproved
- "LIVE" : The promotion is approved and active.
- "STOPPED" : The promotion is stopped by merchant.
- "EXPIRED" : The promotion is no longer active.
- "PENDING" : The promotion is not stopped, and all reviews are approved, but the active date is in the future.
Implementation
core.String? status;