public enum CheckoutSettings.CheckoutEnrollmentState extends Enum<CheckoutSettings.CheckoutEnrollmentState> implements ProtocolMessageEnum
Enum indicating the enrollment state of merchant in Checkout
program.
Protobuf enum
google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutEnrollmentState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED |
Default enrollment state when enrollment state is not specified. |
CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED_VALUE |
Default enrollment state when enrollment state is not specified. |
ENROLLED |
Merchant has enrolled into the program by providing either an account level URL or checkout URLs as part of their feed. |
ENROLLED_VALUE |
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. |
INACTIVE_VALUE |
Merchant has not enrolled into the program. |
OPTED_OUT |
Merchant has previously enrolled but opted out of the program. |
OPTED_OUT_VALUE |
Merchant has previously enrolled but opted out of the program. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |