UpdateOrderCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class UpdateOrderCriteria : OrderInfoCriteria
The UpdateOrderCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateOrderCriteria |
Name | Description | |
---|---|---|
![]() | Articles |
A list of articles to add to the order.
|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.) |
![]() | IncludeCleaning |
For houses with optional cleaning set this this to true
to include cleaning on the order. If the house has cleaning included in the price, this property is ignored.
|
![]() | InvoiceNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | NumberOfPets |
The number of pets to stay in the house. Please note that if the rental object doesnt allow pets, setting this to a value greater than zero will result in an error.
Please note that this numbers may not surpass the NumberOfPets for the specific rental object.
|
![]() | OrderNo |
OrderNo is optionally. If it is empty all order for the given CustomerProfileId are returned else only the speficied order is returned.
Unique order number identifing both order number and possible invoice number.
The format is orderNo-invoiceNo for example: 15487-4871211.
For the id of draft lines only order number is necessary, for example 15487.
(Inherited from OrderInfoCriteria.) |
![]() | OrderNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
Name | Description | |
---|---|---|
![]() | GetInvoiceNo |
Gets the internal invoice number part of the OrderNo or String.Empty if the OrderNo does not contain an invoice number
(Inherited from OrderInfoCriteria.) |
![]() | GetOrderNo |
Gets the internal order number part of the OrderNo
(Inherited from OrderInfoCriteria.) |