Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class State.
Possible program participation states for the account.
Protobuf type google.shopping.merchant.accounts.v1.Program.State
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ ProgramMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NOT_ELIGIBLE
Value: 1The account is not eligible to participate in the program.
Generated from protobuf enum NOT_ELIGIBLE = 1;
ELIGIBLE
Value: 2The account is eligible to participate in the program.
Generated from protobuf enum ELIGIBLE = 2;
ENABLED
Value: 3The program is enabled for the account.
Generated from protobuf enum ENABLED = 3;