Class OrderLineItemShippingDetails
Inheritance
System.Object
OrderLineItemShippingDetails
Implements
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_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderLineItemShippingDetails : IDirectResponseSchema
Properties
DeliverByDate
The delivery by date, in ISO 8601 format.
Declaration
[JsonProperty("deliverByDate")]
public virtual string DeliverByDate { 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 |
Method
Details of the shipping method.
Declaration
[JsonProperty("method")]
public virtual OrderLineItemShippingDetailsMethod Method { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderLineItemShippingDetailsMethod |
ShipByDate
The ship by date, in ISO 8601 format.
Declaration
[JsonProperty("shipByDate")]
public virtual string ShipByDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Type of shipment. Indicates whether deliveryDetails or pickupDetails is applicable for this shipment.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |