Click or drag to resize

InstallmentsAdd Method

Adds Installment object at the end of the Installment array list

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public int Add(
	Installment newInstallment
)

Parameters

newInstallment
Type: ConneXionInstallment
Installment fields

Return Value

Type: Int32
Number of elements in the Installment array list
Remarks