Name | Type | Description | Notes |
---|---|---|---|
captureSequenceNumber | Number | Capture number when requesting multiple partial captures for one payment. Used along with totalCaptureCount to track which capture is being processed. For example, the second of five captures would be passed to CyberSource as: - captureSequenceNumber = 2, and - totalCaptureCount = 5 | [optional] |
totalCaptureCount | Number | Total number of captures when requesting multiple partial captures for one payment. Used along with captureSequenceNumber which capture is being processed. For example, the second of five captures would be passed to CyberSource as: - captureSequenceNumber = 2, and - totalCaptureCount = 5 | [optional] |