Class CommitOrderRequest
Contains details of a request to commit an order that has been created using the Auth flow.
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public class CommitOrderRequest : 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 any required properties are null. |
ArgumentException | Thrown if any of request properties are invalid. |