Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class CheckoutReviewState.
Enum indicating the review state of merchant in Checkout
program.
Protobuf type google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutReviewState
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ CheckoutSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CHECKOUT_REVIEW_STATE_UNSPECIFIED
Value: 0
Default review state when review state is not specified.
Generated from protobuf enum CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0;
IN_REVIEW
Value: 1
Merchant provided URLs are being reviewed for data quality issues.
Generated from protobuf enum IN_REVIEW = 1;
APPROVED
Value: 2
Merchant account has been approved. Indicates the data quality checks have passed.
Generated from protobuf enum APPROVED = 2;
DISAPPROVED
Value: 3
Merchant account has been disapproved due to data quality issues.
Generated from protobuf enum DISAPPROVED = 3;