Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ApprovalState.
The approal state of a handshake.
Protobuf type google.shopping.merchant.accounts.v1.Handshake.ApprovalState
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ HandshakeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
APPROVAL_STATE_UNSPECIFIED
Value: 0Unspecified approval status.
Generated from protobuf enum APPROVAL_STATE_UNSPECIFIED = 0;
PENDING
Value: 1The service was proposed and is waiting to be confirmed.
Generated from protobuf enum PENDING = 1;
ESTABLISHED
Value: 2Both parties have confirmed the service.
Generated from protobuf enum ESTABLISHED = 2;
REJECTED
Value: 3The service proposal was rejected.
Generated from protobuf enum REJECTED = 3;