Click or drag to resize

OrderSummaryWeb Class

Data contract for a partner order
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsOrderInfoCriteria
      Tse.EasyBook.Server.DataContractsOrderSummaryWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class OrderSummaryWeb : OrderInfoCriteria

The OrderSummaryWeb type exposes the following members.

Constructors
  NameDescription
Public methodOrderSummaryWeb
Top
Properties
  NameDescription
Public propertyAmount
The total sale amount on the order.
Public propertyArrival
Arrival date. Is null for orders not containing a rental agreement.
Public propertyCreated
Order creation date.
Public propertyCurrencyIsoCode
The ISO 4217 currency code of the order.
Public propertyCustomerName
The end customers name.
Public propertyCustomerProfileId
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.)
Public propertyDeparture
Departure date. Is null for orders not containing a rental agreement.
Public propertyInvoiceNoValue
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.)
Public propertyOrderNo
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.)
Public propertyOrderNoValue
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.)
Public propertyPartnerMemberNo
Possible member number identifying the customer for the partner.
Public propertyPartnerOrderNo
The partners internal order number (if provided).
Public propertyPartnerRentalObjectNo
The partners internal rental object number (if provided). Is empty for orders not containing a rental agreement.
Public propertyProvisionAmount
The partners provision amount for the current order.
Public propertyProvisionCurrencyIsoCode
The ISO 4217 currency code of the partners provision.
Public propertyProvisionDetails
Detailed information about the calculated provision.
Public propertyRelatedOrders
A list of 0..n orders that are related to the agreement and which have affected the provision amount.
Public propertyRentalObjectNo
Rental object number. Is empty for orders not containing a rental agreement.
Public propertyState
State of the order
Public propertyTotalProvisionAmount
The total partners provision amount for the current order and the summarized provision of this orders related orders. .
Top
Methods
  NameDescription
Public methodGetInvoiceNo
Gets the internal invoice number part of the OrderNo or String.Empty if the OrderNo does not contain an invoice number
(Inherited from OrderInfoCriteria.)
Public methodGetOrderNo
Gets the internal order number part of the OrderNo
(Inherited from OrderInfoCriteria.)
Top
See Also