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

ClearingSequenceCount Property

The total number of installment payments.

Syntax

[VB.NET]
Public Property ClearingSequenceCount As Integer

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

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.

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