OrderListCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class OrderListCriteria : IntervalWeb
The OrderListCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
| OrderListCriteria |
| Name | Description | |
|---|---|---|
| ChangedSince |
Fill out this field to get only orders containing one or more invoice(s) created or credited after this timestamp.
Therefor only orders changed since the specified timestamp will be included.
| |
| Count |
Paging Count or null if all orders should be returned.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| IncludeWithoutCommission |
Also include invoices associated with partners where the invoices are without commission given to the partners.
Normally/default these invoices are excluded.
| |
| Offset |
Paging Offset determines at what order record number the server should return from. If null the server returns from the first order and onward.
| |
| State |
Order State or null if all states should be returned.
| |
| ValidFrom |
Start date
(Inherited from IntervalWeb.) | |
| ValidTo |
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.) |