InstallmentWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class InstallmentWeb : DataContractEntityWeb
The InstallmentWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| InstallmentWeb |
| Name | Description | |
|---|---|---|
| Amount |
The amount to pay.
| |
| DueAmount |
The amount still due. If the customer has payed the installment this property will reflect the (if any) remaining amount.
| |
| DueDate |
The due date of the payment.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| Number |
Installment number. This indicates which installments comes first.
| |
| Percentage |
The percentage distribution of the installment.
|