Class OrderStatusResponse
Provides (only) the status of a Laybuy order, returned by GetOrderStatus(OrderStatusRequest).
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public class OrderStatusResponse : LaybuyApiResponseBase
Properties
| Improve this Doc View SourceStatus
Gets or sets the status of the order. See LaybuyOrderStatus for a list of known statuses and their meanings.
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
String | A string containing the status. |