state property

String? state
getter/setter pair

The state of the inventory verification process.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "ACTION_REQUIRED" : When the merchant needs to initiate the inventory verification process. The next state is INACTIVE.
  • "INACTIVE" : When the merchant is ready to request inventory verification.
  • "RUNNING" : The inventory verification process is running. If the merchant is rejected, the next state is INACTIVE.
  • "SUCCEEDED" : The inventory verification process succeeded.
  • "SUSPENDED" : When merchant fails the inventory verification process and all attempts are exhausted.

Implementation

core.String? state;