Click or drag to resize

OrderWeb Properties

The OrderWeb type exposes the following members.

Properties
  NameDescription
Public propertyAcceptedDate
The accepted date of the order.
Public propertyArticles
The articles (sale) on this order.
Public propertyCampaignCodeResult
The result of the supplied campaign code. This field is only filled out for Booking calls with a valid campaign code.
Public propertyCreatedDate
The date the order was created.
Public propertyCurrencyIsoCode
The ISO 4217 currency code of the order.
Public propertyCustomerComment
A customer comment as parsed into the booking service. See CustomerComment.
Public propertyCustomerCompany
If the CustomerType is a company this property is filled out with the company details.
Public propertyCustomerPerson
If the CustomerType is a person this property is filled out with the person details.
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 propertyCustomerReferenceNumber
The customers reference number. See CustomerReferenceNo.
Public propertyCustomerType
The customer type (payer) of the order.
Public propertyEndSettlementOrderNo
If the list contains an end settlement OrderWeb element, this field contains its combined orderNo-invoiceNo value corresponding to its OrderNo field. Otherwise it is empty. The format of the orderNo-invoiceNo value is always something like this example: 15487-4871211.
Public propertyExpireDate
If the order is an offer, this date will signal when the order is expiring and thus deleted (if no payment has occured before that date).
Public propertyExternalOrderOrigin
A possible OrderWeb for the original rental order/invoice if the current OrderWeb is an external order. Otherwise the fields is null.
Public propertyInstallments
A list of installments for the order.
Public propertyInstallmentsDueAmount
The total due amount remaining for this order item
Public propertyInternalAccountingNo
The customers EAN internal accounting number (if known) if the customer is in the public sector.
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 propertyOrders
A list of orders related to a parent order. Only orders with rental agreements can be parent orders.
Public propertyPartnerNo
The partner code if the order is originating from a partner.
Public propertyPaymentId
The order payment ID. Used by the customer to transfer the due amount using a bank transfer.
Public propertyPostOrderArticlesUri
Uri to order articles after the initial order
Public propertyPostOrderTicketsUri
Uri to order articles after the initial order, cant be removed from datacontract
Public propertyPrintedDate
The print date of the order.
Public propertyProvisionAmount
The partners provision amount for the current order if the order was placed by a partner without contract fulfillment obligation.
Public propertyProvisionCurrencyIsoCode
The ISO 4217 currency code of the partners provision if the order was placed by a partner without contract fulfillment obligation.
Public propertyRelatedToRentalAgreementId
If the sale is related to a rental agreement from a different OrderWeb then this property will carry the ID of the rental agreement.
Public propertyRentalAgreements
A list of 0..n rental agreements attached to this order. An order may contain several rental agreements (tennancies).
Public propertySummarizedInstallments
A total list of installments for the order and related orders. Contains summarixed installments per installment date for the current and related orders. Ony contains elements for orders containing rental agreements.
Public propertySummarizedInstallmentsDueAmount
The total due amount remaining for all related order items.
Top
See Also