Class OrderStatusRequest
Represents arguments passed to GetOrderStatus(OrderStatusRequest).
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public class OrderStatusRequest : LaybuyRequestBase
Properties
| Improve this Doc View SourceMerchantReference
Required. The unique merchant reference of the Laybuy order to retrieve.
Declaration
[JsonProperty("merchantReference")]
public string MerchantReference { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceValidate()
Validates the properties for this instance are valid before sending the request to the API.
Declaration
public override void Validate()
Overrides
Remarks
Provides simple client side validation, such as required fields beign provided and fields under maximum lengths etc.
Exceptions
Type | Condition |
---|---|
ArgumentException |