Click or drag to resize

OrderWebSummarizedInstallments Property

A total list of installments for the order and related orders. Contains summarixed installments per installment date for the current and related orders. Ony contains elements for orders containing rental agreements.

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 IList<InstallmentWeb> SummarizedInstallments { get; set; }

Property Value

Type: IListInstallmentWeb
See Also