Click or drag to resize

InstallmentWebPercentage Property

The percentage distribution of the installment.

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 int Percentage { get; set; }

Property Value

Type: Int32
Remarks
As an example a tennancy could be divided into 2 installments: First installment is 33% and the scond installment is 67% of the total due amount.
See Also