Show / Hide Table of Contents

Class PickupServicesPickupService

Inheritance
System.Object
PickupServicesPickupService
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 PickupServicesPickupService : IDirectResponseSchema

Properties

CarrierName

The name of the carrier (e.g., "UPS"). Always present.

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

Country

The CLDR country code of the carrier (e.g., "US"). Always present.

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

ETag

The ETag of the item.

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

ServiceName

The name of the pickup service (e.g., "Access point"). Always present.

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

Implements

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