OrderListItem Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class OrderListItem : DataContractEntity
The OrderListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderListItem |
Name | Description | |
---|---|---|
![]() | CreatedBy |
Which user created this order
|
![]() | CreatedDate |
When was the ordre created.
|
![]() | DraftLines |
Property DraftLines
|
![]() | Invoices |
Invoices. Order lines recorded.
|
![]() | InvoiceTo |
Contact information for the paying customer. Who is paying and hence must receive the invoice.
|
![]() | InvoiceToBalance |
Balance of the current customer account.
|
![]() | InvoiceToContact |
In case the paying customer is a company, who is the contact person for the company.
|
![]() | InvoiceToCurrency |
Property InvoiceToCurrency
|
![]() | InvoiceToOverdue |
Are any account entries on the current customers account over due
|
![]() | Number |
Order number. A continuous incrementing number sequence, unique per consumer.
|