pickupMethod property
The pickup option for the item. Possible string values are:
- "PICKUP_METHOD_UNSPECIFIED" : Pickup method is not specified.
- "NOT_SUPPORTED" : The item is not available for store pickup.
- "BUY" : The entire transaction occurs online.
- "RESERVE" : 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.
Implementation
core.String? pickupMethod;