AccountEntryWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class AccountEntryWeb : DataContractEntityWeb
The AccountEntryWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccountEntryWeb |
Name | Description | |
---|---|---|
![]() | Amount |
Amount
|
![]() | ConsumptionArticles |
A list of consumption articles associated with an end-settlment. Only contains items if the
property EndSettlement is set to TRUE. The list can be empty.
|
![]() | Date |
Date of recording
|
![]() | DocumentType |
If a document type is provided, then the corresponding document can be retrieved using the GetDocument webservice method.
Use the DocumentType + SequenceNo as input arguments to the GetDocument webservice method.
|
![]() | DueAmount |
Due Amount
|
![]() | DueDate |
DueDate
|
![]() | EndSettlement | |
![]() | Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) |
![]() | Lines |
A list of invoice lines connected to the partner account entry.
Please note that this does not include consumption lines since those are already present in the "ConsumptionArticles" collection.
|
![]() | PaymentDistributionSize |
Owner payment distribution size in percent if any or 100.
|
![]() | RentalAgreements |
Rental agreements
|
![]() | RentalArrivalDate |
Possible arrival date from the rental agreement on an associated rental invoice.
|
![]() | RentalDepartureDate |
Possible departure date from the rental agreement on an associated rental invoice.
|
![]() | SequenceNo |
SequenceNo
|
![]() | SequenceType |
The type of SequenceNo. Examples are: Order, Invoice, Requisition etc.
|
![]() | TemporaryEntry |
Determine whether the entry is temporary or final..
Temporary entries are tennancies that lacks customer acceptance.
|
![]() | Text |
Text
|