cybersource-rest-client
Version:
Node.js SDK for the CyberSource REST API
10 lines (6 loc) • 927 B
Markdown
# CyberSource.TssV2TransactionsGet200ResponseProcessingInformationCaptureOptions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**totalCaptureCount** | **Number** | Total number of captures when requesting multiple partial captures for one payment. Used along with `captureSequenceNumber` field 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]
**captureSequenceNumber** | **Number** | Capture number when requesting multiple partial captures for one authorization. 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]