contactState property
The state of the contact verification.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "ACTIVE" : The review process has concluded successfully. The reviewed item is active.
- "FAILED" : The review process failed.
- "RUNNING" : The review process is running.
- "ACTION_REQUIRED" : The review process is waiting for the merchant to take action.
Implementation
core.String? contactState;