ClearingSequenceNumber Property
The payment number of the total number of installment payments.
Syntax
tsyshcecommercecontrol.ClearingSequenceNumber[=integer]
Default Value
0
Remarks
This property is used to specify the payment number that the current payment represents in the total count of installment payments to be made (represented by ClearingSequenceCount).
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 |
Data Type
Integer