Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class CheckoutEnrollmentState.
Enum indicating the enrollment state of merchant in Checkout
program.
Protobuf type google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutEnrollmentState
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ CheckoutSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED
Value: 0
Default enrollment state when enrollment state is not specified.
Generated from protobuf enum CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0;
INACTIVE
Value: 1
Merchant has not enrolled into the program.
Generated from protobuf enum INACTIVE = 1;
ENROLLED
Value: 2
Merchant has enrolled into the program by providing either an account level URL or checkout URLs as part of their feed.
Generated from protobuf enum ENROLLED = 2;
OPTED_OUT
Value: 3
Merchant has previously enrolled but opted out of the program.
Generated from protobuf enum OPTED_OUT = 3;