4D Payments SDK 2016 .NET Edition

Questions / Feedback?

ClearingSequenceNumber Property

The payment number of the total number of installment payments.

Syntax

public int ClearingSequenceNumber { get; set; }
Public Property ClearingSequenceNumber As 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.

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

Copyright (c) 2021 4D Payments Inc. - All rights reserved.
4D Payments SDK 2016 .NET Edition - Version 16.0 [Build 8017]