public enum PickupMethod extends Enum<PickupMethod> implements ProtocolMessageEnum
The pickup option for the item.
Protobuf enum google.shopping.merchant.products.v1.PickupMethod
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BUY |
The entire transaction occurs online. |
BUY_VALUE |
The entire transaction occurs online. |
NOT_SUPPORTED |
The item is not available for store pickup. |
NOT_SUPPORTED_VALUE |
The item is not available for store pickup. |
PICKUP_METHOD_UNSPECIFIED |
Pickup method is not specified. |
PICKUP_METHOD_UNSPECIFIED_VALUE |
Pickup method is not specified. |
RESERVE |
The item is reserved online and the transaction occurs in-store. |
RESERVE_VALUE |
The item is reserved online and the transaction occurs in-store. |
SHIP_TO_STORE |
The item is purchased online and shipped to a local store for the customer to pick up. |
SHIP_TO_STORE_VALUE |
The item is purchased online and shipped to a local store for the customer to pick up. |
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() |