Module: Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutReviewState
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb
Overview
Enum indicating the review state of merchant in Checkout
program.
Constant Summary collapse
- CHECKOUT_REVIEW_STATE_UNSPECIFIED =
Default review state when review state is not specified.
0- IN_REVIEW =
Merchant provided URLs are being reviewed for data quality issues.
1- APPROVED =
Merchant account has been approved. Indicates the data quality checks have passed.
2- DISAPPROVED =
Merchant account has been disapproved due to data quality issues.
3