participationStage property
The current participation stage for the program.
Output only. Possible string values are:
- "PROGRAM_PARTICIPATION_STAGE_UNSPECIFIED" : Default value when participation stage is not set.
- "NOT_ELIGIBLE" : Merchant is not eligible for onboarding to a given program in a specific region code.
- "ELIGIBLE" : Merchant is eligible for onboarding to a given program in a specific region code.
- "ONBOARDING" : Merchant is onboarding to a given program in a specific region code.
- "ELIGIBLE_FOR_REVIEW" : Merchant fulfilled all the requirements and is ready to request review in a specific region code.
- "PENDING_REVIEW" : Merchant is waiting for the review to be completed in a specific region code.
- "REVIEW_DISAPPROVED" : The review for a merchant has been rejected in a specific region code.
- "ACTIVE" : Merchant's program participation is active for a specific region code.
- "PAUSED" : Participation has been paused.
- "DEPRECATED" : The program cannot be further reactivated or paused. See more about Buy on Google.
Implementation
core.String? participationStage;