Module: Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutEnrollmentState

Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb

Overview

Enum indicating the enrollment state of merchant in Checkout program.

Constant Summary collapse

CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED =

Default enrollment state when enrollment state is not specified.

0
INACTIVE =

Merchant has not enrolled into the program.

1
ENROLLED =

Merchant has enrolled into the program by providing either an account level URL or checkout URLs as part of their feed.

2
OPTED_OUT =

Merchant has previously enrolled but opted out of the program.

3