Google Shopping Merchant Accounts V1beta Client - Class State (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class State.

Possible program participation states for the account.

Protobuf type google.shopping.merchant.accounts.v1beta.Program.State

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ Program

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

NOT_ELIGIBLE

Value: 1

The account is not eligible to participate in the program.

Generated from protobuf enum NOT_ELIGIBLE = 1;

ELIGIBLE

Value: 2

The account is eligible to participate in the program.

Generated from protobuf enum ELIGIBLE = 2;

ENABLED

Value: 3

The program is enabled for the account.

Generated from protobuf enum ENABLED = 3;