Class OrderStatusRequest
Represents details of a request to retrieve the current status of an order in the Zip system.
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public class OrderStatusRequest : ZipRequestOptionsBase
Properties
| Improve this Doc View SourceOrderId
The unique id of the order within the Zip system, as returned in OrderId.
Declaration
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceValidate()
Validates this request as much as possible prior to sending it to the Zip API.
Declaration
public override void Validate()
Overrides
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if OrderId is null. |
ArgumentException | Thrown if OrderId is blank or contains only whitespace. |