Show / Hide Table of Contents

Class TestOrderPickupDetails

Inheritance
object
TestOrderPickupDetails
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 TestOrderPickupDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LocationCode

Required. Code of the location defined by provider or merchant.

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

PickupLocationAddress

Required. Pickup location address.

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

PickupLocationType

Pickup location type. Acceptable values are: - "locker" - "store" - "curbside"

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

PickupPersons

Required. all pickup persons set by users.

Declaration
[JsonProperty("pickupPersons")]
public virtual IList<TestOrderPickupDetailsPickupPerson> PickupPersons { get; set; }
Property Value
Type Description
IList<TestOrderPickupDetailsPickupPerson>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX