eligibilityStatus property
Eligibility status of the standard free listing program. Possible string values are:
- "STATE_UNSPECIFIED" : State is not known.
- "APPROVED" : If the account has no issues and review is completed successfully.
- "DISAPPROVED" : There are one or more issues that needs to be resolved for account to be active for the program. Detailed list of account issues are available in accountstatuses API.
- "WARNING" : If account has issues but offers are servable. Some of the issue can make account DISAPPROVED after a certain deadline.
- "UNDER_REVIEW" : Account is under review.
- "PENDING_REVIEW" : Account is waiting for review to start.
- "ONBOARDING" : Program is currently onboarding. Upload valid offers to complete onboarding.
Implementation
core.String? eligibilityStatus;