Class CancelOrderResponse
Contains details of a successful request to cancel an order via CancelOrderAsync(CancelOrderRequest).
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public class CancelOrderResponse
Properties
| Improve this Doc View SourceOrderId
Contains the unique id of the order that was cancelled.
Declaration
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
String |