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

ClearingSequenceCount Property

The total number of installment payments.

Object Oriented Interface

public function getClearingSequenceCount();
public function setClearingSequenceCount($value);

Procedural Interface

inpaydirect_tsyshcadjustment_get($res, 2 );
inpaydirect_tsyshcadjustment_set($res, 2, $value );

Default Value

0

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

Data Type

Integer

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