Enum CheckoutSettings.Types.CheckoutEnrollmentState
Enum indicating the enrollment state of merchant in Checkout
program.
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public enum CheckoutSettings.Types.CheckoutEnrollmentState
Fields
| Name | Description |
|---|---|
| Enrolled | Merchant has enrolled into the program by providing either an account level URL or checkout URLs as part of their feed. |
| Inactive | Merchant has not enrolled into the program. |
| OptedOut | Merchant has previously enrolled but opted out of the program. |
| Unspecified | Default enrollment state when enrollment state is not specified. |