Show / Hide Table of Contents

Class TestOrderDeliveryDetails

Inheritance
object
TestOrderDeliveryDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

IsScheduledDelivery

Whether the order is scheduled delivery order.

Declaration
[JsonProperty("isScheduledDelivery")]
public virtual bool? IsScheduledDelivery { get; set; }
Property Value
Type Description
bool?

PhoneNumber

The phone number of the person receiving the delivery.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX