Show / Hide Table of Contents

Class TestOrderDeliveryDetails

Inheritance
System.Object
TestOrderDeliveryDetails
Implements
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_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class TestOrderDeliveryDetails : IDirectResponseSchema

Properties

Address

The delivery address

Declaration
[JsonProperty("address")]
public virtual TestOrderAddress Address { get; set; }
Property Value
Type Description
TestOrderAddress

ETag

The ETag of the item.

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

IsScheduledDelivery

Whether the order is scheduled delivery order.

Declaration
[JsonProperty("isScheduledDelivery")]
public virtual bool? IsScheduledDelivery { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PhoneNumber

The phone number of the person receiving the delivery.

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

Implements

IDirectResponseSchema
In This Article
Back to top