Class ReturnShipment
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnShipment : IDirectResponseSchema
Properties
CreationDate
The date of creation of the shipment, in ISO 8601 format.
Declaration
[JsonProperty("creationDate")]
public virtual string CreationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeliveryDate
The date of delivery of the shipment, in ISO 8601 format.
Declaration
[JsonProperty("deliveryDate")]
public virtual string DeliveryDate { 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 |
ReturnMethodType
Type of the return method. Acceptable values are: - "byMail" - "contactCustomerSupport" - "returnless"
- "
inStore"
Declaration
[JsonProperty("returnMethodType")]
public virtual string ReturnMethodType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShipmentId
Shipment ID generated by Google.
Declaration
[JsonProperty("shipmentId")]
public virtual string ShipmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShipmentTrackingInfos
Tracking information of the shipment. One return shipment might be handled by several shipping carriers sequentially.
Declaration
[JsonProperty("shipmentTrackingInfos")]
public virtual IList<ShipmentTrackingInfo> ShipmentTrackingInfos { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ShipmentTrackingInfo> |
ShippingDate
The date of shipping of the shipment, in ISO 8601 format.
Declaration
[JsonProperty("shippingDate")]
public virtual string ShippingDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
State of the shipment. Acceptable values are: - "completed" - "new" - "shipped" - "undeliverable" -
"pending"
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |