Class OrderDeliveryDetails
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderDeliveryDetails : IDirectResponseSchema
Properties
Address
The delivery address
Declaration
[JsonProperty("address")]
public virtual OrderAddress Address { get; set; }
Property Value
Type | Description |
---|---|
OrderAddress |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneNumber
The phone number of the person receiving the delivery.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |