Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

ClearingSequenceNumber Property

The payment number of the total number of installment payments.

Syntax

[VB.NET]
Public Property ClearingSequenceNumber As Integer

[C#]
public int ClearingSequenceNumber {get; set;}

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.

RecordClearingSequenceNumberClearingSequenceCount
First Payment of 3 1 3
Second Payment of 3 2 3
Third Payment of 3 3 3

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0