Show / Hide Table of Contents

Class OrderLineItemShippingDetailsMethod

Inheritance
System.Object
OrderLineItemShippingDetailsMethod
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 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
System.String

ETag

The ETag of the item.

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

MaxDaysInTransit

Required. Maximum transit time.

Declaration
[JsonProperty("maxDaysInTransit")]
public virtual long? MaxDaysInTransit { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

MethodName

Required. The name of the shipping method.

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

MinDaysInTransit

Required. Minimum transit time.

Declaration
[JsonProperty("minDaysInTransit")]
public virtual long? MinDaysInTransit { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

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