Class OrderPickupDetails
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderPickupDetails : IDirectResponseSchema
Properties
Address
Address of the pickup location where the shipment should be sent. Note that recipientName in the address
is the name of the business at the pickup location.
Declaration
[JsonProperty("address")]
public virtual OrderAddress Address { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderAddress |
Collectors
Collectors authorized to pick up shipment from the pickup location.
Declaration
[JsonProperty("collectors")]
public virtual IList<OrderPickupDetailsCollector> Collectors { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OrderPickupDetailsCollector> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationId
ID of the pickup location.
Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PickupType
The pickup type of this order. Acceptable values are: - "merchantStore" - "merchantStoreCurbside" -
"merchantStoreLocker" - "thirdPartyPickupPoint" - "thirdPartyLocker"
Declaration
[JsonProperty("pickupType")]
public virtual string PickupType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |