Click or drag to resize

AccountEntryWeb Class

Data contract class for a entry on a business partner's internal account(s)
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsAccountEntryWeb

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 AccountEntryWeb : DataContractEntityWeb

The AccountEntryWeb type exposes the following members.

Constructors
  NameDescription
Public methodAccountEntryWeb
Top
Properties
  NameDescription
Public propertyAmount
Amount
Public propertyConsumptionArticles
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.
Public propertyDate
Date of recording
Public propertyDocumentType
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.
Public propertyDueAmount
Due Amount
Public propertyDueDate
DueDate
Public propertyEndSettlement
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyLines
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.
Public propertyPaymentDistributionSize
Owner payment distribution size in percent if any or 100.
Public propertyRentalAgreements
Rental agreements
Public propertyRentalArrivalDate
Possible arrival date from the rental agreement on an associated rental invoice.
Public propertyRentalDepartureDate
Possible departure date from the rental agreement on an associated rental invoice.
Public propertySequenceNo
SequenceNo
Public propertySequenceType
The type of SequenceNo. Examples are: Order, Invoice, Requisition etc.
Public propertyTemporaryEntry
Determine whether the entry is temporary or final.. Temporary entries are tennancies that lacks customer acceptance.
Public propertyText
Text
Top
See Also