ClearingSequenceCount Property
The total number of installment payments.
Syntax
public int getClearingSequenceCount(); public void setClearingSequenceCount(int clearingSequenceCount);
Remarks
This property is used when processing installment payments to specify the total number of transactions in the sequence.
Below is an example of using installment payments (for a total of 3 payments) and what ClearingSequenceNumber and ClearingSequenceCount should be set to for each payment.
Record | ClearingSequenceNumber | ClearingSequenceCount |
First Payment of 3 | 1 | 3 |
Second Payment of 3 | 2 | 3 |
Third Payment of 3 | 3 | 3 |
Default Value
0