Show / Hide Table of Contents

Class OrderPickupDetails

Inheritance
System.Object
OrderPickupDetails
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.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
System.Collections.Generic.IList<OrderPickupDetailsCollector>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

LocationId

ID of the pickup location.

Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top