Class PickupServicesPickupService
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class PickupServicesPickupService : IDirectResponseSchema
Properties
CarrierName
The name of the carrier (for example, "UPS"
). Always present.
Declaration
[JsonProperty("carrierName")]
public virtual string CarrierName { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
The CLDR country code of the carrier (for example, "US"). Always present.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceName
The name of the pickup service (for example, "Access point"
). Always present.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |