Class OrderLineItemShippingDetailsMethod
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderLineItemShippingDetailsMethod : IDirectResponseSchema
Properties
Carrier
The carrier for the shipping. Optional. See shipments[].carrier
for a list of acceptable values.
Declaration
[JsonProperty("carrier")]
public virtual string Carrier { 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 |
MaxDaysInTransit
Required. Maximum transit time.
Declaration
[JsonProperty("maxDaysInTransit")]
public virtual long? MaxDaysInTransit { get; set; }
Property Value
Type | Description |
---|---|
long? |
MethodName
Required. The name of the shipping method.
Declaration
[JsonProperty("methodName")]
public virtual string MethodName { get; set; }
Property Value
Type | Description |
---|---|
string |
MinDaysInTransit
Required. Minimum transit time.
Declaration
[JsonProperty("minDaysInTransit")]
public virtual long? MinDaysInTransit { get; set; }
Property Value
Type | Description |
---|---|
long? |