Click or drag to resize

InstallmentWeb Class

Invoice installment.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsInstallmentWeb

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

The InstallmentWeb type exposes the following members.

Constructors
  NameDescription
Public methodInstallmentWeb
Top
Properties
  NameDescription
Public propertyAmount
The amount to pay.
Public propertyDueAmount
The amount still due. If the customer has payed the installment this property will reflect the (if any) remaining amount.
Public propertyDueDate
The due date of the payment.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyNumber
Installment number. This indicates which installments comes first.
Public propertyPercentage
The percentage distribution of the installment.
Top
Remarks
An installments is used to track when a payment is due. Payments can be spread out into several sub-payments with different due dates. All bookings will result in 1 or more installments being recorded on the customers account in EasyBook.NET.
See Also