OrderSummaryWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class OrderSummaryWeb : OrderInfoCriteria
The OrderSummaryWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderSummaryWeb |
Name | Description | |
---|---|---|
![]() | Amount |
The total sale amount on the order.
|
![]() | Arrival |
Arrival date. Is null for orders not containing a rental agreement.
|
![]() | Created |
Order creation date.
|
![]() | CurrencyIsoCode |
The ISO 4217 currency code of the order.
|
![]() | CustomerName |
The end customers name.
|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.) |
![]() | Departure |
Departure date. Is null for orders not containing a rental agreement.
|
![]() | InvoiceNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | 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.) |
![]() | PartnerMemberNo |
Possible member number identifying the customer for the partner.
|
![]() | PartnerOrderNo |
The partners internal order number (if provided).
|
![]() | PartnerRentalObjectNo |
The partners internal rental object number (if provided). Is empty for orders not containing a rental agreement.
|
![]() | ProvisionAmount |
The partners provision amount for the current order.
|
![]() | ProvisionCurrencyIsoCode |
The ISO 4217 currency code of the partners provision.
|
![]() | ProvisionDetails |
Detailed information about the calculated provision.
|
![]() | RelatedOrders |
A list of 0..n orders that are related to the agreement and which have affected the provision amount.
|
![]() | RentalObjectNo |
Rental object number. Is empty for orders not containing a rental agreement.
|
![]() | State |
State of the order
|
![]() | TotalProvisionAmount |
The total partners provision amount for the current order and the summarized provision of this orders related orders.
.
|
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.) |