reviewEligibilityStatus property
If a program is eligible for review in a specific region.
Only visible if eligibilityStatus
is DISAPPROVED
.
Possible string values are:
- "REVIEW_ELIGIBILITY_UNSPECIFIED" : Review eligibility state is unknown.
- "ELIGIBLE" : Account is eligible for review for a specified region code.
- "INELIGIBLE" : Account is not eligible for review for a specified region code.
Implementation
core.String? reviewEligibilityStatus;