AddCustomerReviewCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class AddCustomerReviewCriteria : OrderInfoCriteria
The AddCustomerReviewCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddCustomerReviewCriteria |
Name | Description | |
---|---|---|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.) |
![]() | Grades |
A list of customergrades for the review
|
![]() | InvoiceNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | IsAnonymous |
If set then the customer review will not contain name and city on web
|
![]() | 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.) |
![]() | RentalObjectNo |
The rental object to place this review on. This property is only needed if the supplied order number contains more than 1 rental objects.
|
![]() | Text |
An optional text from the customer
|
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.) |