Skip to content

Commit 9187ecd

Browse files
authored
Merge pull request #17 from CyberSource/mar2019rel
+Updating for new version of SDK
2 parents faf0a86 + e4e1444 commit 9187ecd

File tree

980 files changed

+34117
-8154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

980 files changed

+34117
-8154
lines changed

docs/CapturePaymentRequest.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**merchantInformation** | [**Ptsv2paymentsidcapturesMerchantInformation**](Ptsv2paymentsidcapturesMerchantInformation.md) | | [optional]
1313
**aggregatorInformation** | [**Ptsv2paymentsidcapturesAggregatorInformation**](Ptsv2paymentsidcapturesAggregatorInformation.md) | | [optional]
1414
**pointOfSaleInformation** | [**Ptsv2paymentsidcapturesPointOfSaleInformation**](Ptsv2paymentsidcapturesPointOfSaleInformation.md) | | [optional]
15-
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | Description of this field is not available. | [optional]
15+
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | The description for this field is not available. | [optional]
16+
**installmentInformation** | [**Ptsv2paymentsidcapturesInstallmentInformation**](Ptsv2paymentsidcapturesInstallmentInformation.md) | | [optional]
1617

1718

docs/ConversionDetailsApi.md

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# CyberSource.ConversionDetailsApi
2+
3+
All URIs are relative to *https://apitest.cybersource.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**getConversionDetail**](ConversionDetailsApi.md#getConversionDetail) | **GET** /reporting/v3/conversion-details | Get conversion detail transactions
8+
9+
10+
<a name="getConversionDetail"></a>
11+
# **getConversionDetail**
12+
> ReportingV3ConversionDetailsGet200Response getConversionDetail(startTime, endTime, opts)
13+
14+
Get conversion detail transactions
15+
16+
Get conversion detail of transactions for a merchant.
17+
18+
### Example
19+
```javascript
20+
var CyberSource = require('CyberSource');
21+
22+
var apiInstance = new CyberSource.ConversionDetailsApi();
23+
24+
var startTime = new Date("2013-10-20T19:20:30+01:00"); // Date | Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX
25+
26+
var endTime = new Date("2013-10-20T19:20:30+01:00"); // Date | Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX
27+
28+
var opts = {
29+
'organizationId': "organizationId_example" // String | Valid Cybersource Organization Id
30+
};
31+
32+
var callback = function(error, data, response) {
33+
if (error) {
34+
console.error(error);
35+
} else {
36+
console.log('API called successfully. Returned data: ' + data);
37+
}
38+
};
39+
apiInstance.getConversionDetail(startTime, endTime, opts, callback);
40+
```
41+
42+
### Parameters
43+
44+
Name | Type | Description | Notes
45+
------------- | ------------- | ------------- | -------------
46+
**startTime** | **Date**| Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ssXXX |
47+
**endTime** | **Date**| Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ssXXX |
48+
**organizationId** | **String**| Valid Cybersource Organization Id | [optional]
49+
50+
### Return type
51+
52+
[**ReportingV3ConversionDetailsGet200Response**](ReportingV3ConversionDetailsGet200Response.md)
53+
54+
### Authorization
55+
56+
No authorization required
57+
58+
### HTTP request headers
59+
60+
- **Content-Type**: application/json;charset=utf-8
61+
- **Accept**: application/hal+json
62+

docs/CreateCreditRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Name | Type | Description | Notes
1212
**merchantInformation** | [**Ptsv2paymentsidrefundsMerchantInformation**](Ptsv2paymentsidrefundsMerchantInformation.md) | | [optional]
1313
**aggregatorInformation** | [**Ptsv2paymentsidcapturesAggregatorInformation**](Ptsv2paymentsidcapturesAggregatorInformation.md) | | [optional]
1414
**pointOfSaleInformation** | [**Ptsv2creditsPointOfSaleInformation**](Ptsv2creditsPointOfSaleInformation.md) | | [optional]
15-
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | Description of this field is not available. | [optional]
15+
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | The description for this field is not available. | [optional]
1616

1717

docs/CreatePaymentRequest.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**clientReferenceInformation** | [**Ptsv2paymentsClientReferenceInformation**](Ptsv2paymentsClientReferenceInformation.md) | | [optional]
77
**processingInformation** | [**Ptsv2paymentsProcessingInformation**](Ptsv2paymentsProcessingInformation.md) | | [optional]
8+
**issuerInformation** | [**Ptsv2paymentsIssuerInformation**](Ptsv2paymentsIssuerInformation.md) | | [optional]
89
**paymentInformation** | [**Ptsv2paymentsPaymentInformation**](Ptsv2paymentsPaymentInformation.md) | | [optional]
910
**orderInformation** | [**Ptsv2paymentsOrderInformation**](Ptsv2paymentsOrderInformation.md) | | [optional]
1011
**buyerInformation** | [**Ptsv2paymentsBuyerInformation**](Ptsv2paymentsBuyerInformation.md) | | [optional]
@@ -14,6 +15,7 @@ Name | Type | Description | Notes
1415
**aggregatorInformation** | [**Ptsv2paymentsAggregatorInformation**](Ptsv2paymentsAggregatorInformation.md) | | [optional]
1516
**consumerAuthenticationInformation** | [**Ptsv2paymentsConsumerAuthenticationInformation**](Ptsv2paymentsConsumerAuthenticationInformation.md) | | [optional]
1617
**pointOfSaleInformation** | [**Ptsv2paymentsPointOfSaleInformation**](Ptsv2paymentsPointOfSaleInformation.md) | | [optional]
17-
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | Description of this field is not available. | [optional]
18+
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | The description for this field is not available. | [optional]
19+
**installmentInformation** | [**Ptsv2paymentsInstallmentInformation**](Ptsv2paymentsInstallmentInformation.md) | | [optional]
1820

1921

docs/InlineResponse400.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**type** | **String** | | [optional]
7-
**message** | **String** | The detailed message related to the type stated above. | [optional]
8-
**details** | [**Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
6+
**code** | **String** | Error code |
7+
**message** | **String** | Error message |
8+
**localizationKey** | **String** | Localization Key Name | [optional]
9+
**correlationId** | **String** | Correlation Id | [optional]
10+
**detail** | **String** | Error Detail | [optional]
11+
**fields** | [**[InlineResponse400Fields]**](InlineResponse400Fields.md) | Error fields List | [optional]
912

1013

docs/InlineResponse4001.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource.InlineResponse4001
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**type** | **String** | | [optional]
7+
**message** | **String** | The detailed message related to the type stated above. | [optional]
8+
**details** | [**Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
9+
10+

docs/InlineResponse400Fields.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource.InlineResponse400Fields
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**path** | **String** | Path of the failed property | [optional]
7+
**message** | **String** | Error description about validation failed field | [optional]
8+
**localizationKey** | **String** | Localized Key Name | [optional]
9+
10+

docs/NetFundingsApi.md

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# CyberSource.NetFundingsApi
2+
3+
All URIs are relative to *https://apitest.cybersource.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**getNetFundingInfo**](NetFundingsApi.md#getNetFundingInfo) | **GET** /reporting/v3/net-fundings | Get Netfunding information for an account or a merchant
8+
9+
10+
<a name="getNetFundingInfo"></a>
11+
# **getNetFundingInfo**
12+
> ReportingV3NetFundingsGet200Response getNetFundingInfo(startTime, endTime, opts)
13+
14+
Get Netfunding information for an account or a merchant
15+
16+
Get Netfunding information for an account or a merchant.
17+
18+
### Example
19+
```javascript
20+
var CyberSource = require('CyberSource');
21+
22+
var apiInstance = new CyberSource.NetFundingsApi();
23+
24+
var startTime = new Date("2013-10-20T19:20:30+01:00"); // Date | Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX
25+
26+
var endTime = new Date("2013-10-20T19:20:30+01:00"); // Date | Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX
27+
28+
var opts = {
29+
'organizationId': "organizationId_example", // String | Valid Cybersource Organization Id
30+
'groupName': "groupName_example" // String | Valid CyberSource Group Name.
31+
};
32+
33+
var callback = function(error, data, response) {
34+
if (error) {
35+
console.error(error);
36+
} else {
37+
console.log('API called successfully. Returned data: ' + data);
38+
}
39+
};
40+
apiInstance.getNetFundingInfo(startTime, endTime, opts, callback);
41+
```
42+
43+
### Parameters
44+
45+
Name | Type | Description | Notes
46+
------------- | ------------- | ------------- | -------------
47+
**startTime** | **Date**| Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ssXXX |
48+
**endTime** | **Date**| Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ssXXX |
49+
**organizationId** | **String**| Valid Cybersource Organization Id | [optional]
50+
**groupName** | **String**| Valid CyberSource Group Name. | [optional]
51+
52+
### Return type
53+
54+
[**ReportingV3NetFundingsGet200Response**](ReportingV3NetFundingsGet200Response.md)
55+
56+
### Authorization
57+
58+
No authorization required
59+
60+
### HTTP request headers
61+
62+
- **Content-Type**: application/json;charset=utf-8
63+
- **Accept**: application/hal+json
64+

docs/NotificationOfChangesApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Method | HTTP request | Description
1313
1414
Get Notification Of Changes
1515

16-
Notification of Change Report
16+
Download the Notification of Change report. This report shows eCheck-related fields updated as a result of a response to an eCheck settlement transaction.
1717

1818
### Example
1919
```javascript

docs/PaymentInstrumentsApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ No authorization required
160160

161161
<a name="tmsV1PaymentinstrumentsTokenIdGet"></a>
162162
# **tmsV1PaymentinstrumentsTokenIdGet**
163-
> TmsV1PaymentinstrumentsPost201Response tmsV1PaymentinstrumentsTokenIdGet(profileId, tokenId)
163+
> TmsV1PaymentinstrumentsGet200Response tmsV1PaymentinstrumentsTokenIdGet(profileId, tokenId)
164164
165165
Retrieve a Payment Instrument
166166

@@ -194,7 +194,7 @@ Name | Type | Description | Notes
194194

195195
### Return type
196196

197-
[**TmsV1PaymentinstrumentsPost201Response**](TmsV1PaymentinstrumentsPost201Response.md)
197+
[**TmsV1PaymentinstrumentsGet200Response**](TmsV1PaymentinstrumentsGet200Response.md)
198198

199199
### Authorization
200200

@@ -207,7 +207,7 @@ No authorization required
207207

208208
<a name="tmsV1PaymentinstrumentsTokenIdPatch"></a>
209209
# **tmsV1PaymentinstrumentsTokenIdPatch**
210-
> TmsV1PaymentinstrumentsPost201Response tmsV1PaymentinstrumentsTokenIdPatch(profileId, tokenId, body)
210+
> TmsV1PaymentinstrumentsGet200Response tmsV1PaymentinstrumentsTokenIdPatch(profileId, tokenId, body)
211211
212212
Update a Payment Instrument
213213

@@ -244,7 +244,7 @@ Name | Type | Description | Notes
244244

245245
### Return type
246246

247-
[**TmsV1PaymentinstrumentsPost201Response**](TmsV1PaymentinstrumentsPost201Response.md)
247+
[**TmsV1PaymentinstrumentsGet200Response**](TmsV1PaymentinstrumentsGet200Response.md)
248248

249249
### Authorization
250250

docs/ProcessAPayoutApi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99

1010
<a name="octCreatePayment"></a>
1111
# **octCreatePayment**
12-
> octCreatePayment(octCreatePaymentRequest)
12+
> PtsV2PayoutsPost201Response octCreatePayment(octCreatePaymentRequest)
1313
1414
Process a Payout
1515

@@ -28,7 +28,7 @@ var callback = function(error, data, response) {
2828
if (error) {
2929
console.error(error);
3030
} else {
31-
console.log('API called successfully.');
31+
console.log('API called successfully. Returned data: ' + data);
3232
}
3333
};
3434
apiInstance.octCreatePayment(octCreatePaymentRequest, callback);
@@ -42,7 +42,7 @@ Name | Type | Description | Notes
4242

4343
### Return type
4444

45-
null (empty response body)
45+
[**PtsV2PayoutsPost201Response**](PtsV2PayoutsPost201Response.md)
4646

4747
### Authorization
4848

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CyberSource.PtsV1TransactionBatchesIdGet200Response
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | Unique identifier assigned to the batch file. | [optional]
7+
**uploadDate** | **String** | Date when the batch template was update. | [optional]
8+
**completionDate** | **String** | The date when the batch template processing completed. | [optional]
9+
**transactionCount** | **Number** | Number of transactions in the transaction. | [optional]
10+
**acceptedTransactionCount** | **Number** | Number of transactions accepted. | [optional]
11+
**rejectedTransactionCount** | **String** | Number of transactions rejected. | [optional]
12+
**status** | **String** | The status of you batch template processing. | [optional]
13+
**links** | [**PtsV1TransactionBatchesIdGet200ResponseLinks**](PtsV1TransactionBatchesIdGet200ResponseLinks.md) | | [optional]
14+
15+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.PtsV1TransactionBatchesIdGet200ResponseLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**transactions** | [**[PtsV1TransactionBatchesIdGet200ResponseLinksTransactions]**](PtsV1TransactionBatchesIdGet200ResponseLinksTransactions.md) | | [optional]
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource.PtsV1TransactionBatchesIdGet200ResponseLinksTransactions
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**href** | **String** | Self link for this request | [optional]
7+
**method** | **String** | | [optional]
8+
9+

docs/PtsV2CreditsPost201Response.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Name | Type | Description | Notes
66
**links** | [**PtsV2PaymentsRefundPost201ResponseLinks**](PtsV2PaymentsRefundPost201ResponseLinks.md) | | [optional]
77
**id** | **String** | An unique identification number assigned by CyberSource to identify the submitted request. | [optional]
88
**submitTimeUtc** | **String** | Time of request in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60; Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. | [optional]
9-
**status** | **String** | The status of the submitted transaction. | [optional]
9+
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING | [optional]
1010
**reconciliationId** | **String** | The reconciliation id for the submitted transaction. This value is not returned for all processors. | [optional]
1111
**clientReferenceInformation** | [**PtsV2PaymentsPost201ResponseClientReferenceInformation**](PtsV2PaymentsPost201ResponseClientReferenceInformation.md) | | [optional]
1212
**creditAmountDetails** | [**PtsV2CreditsPost201ResponseCreditAmountDetails**](PtsV2CreditsPost201ResponseCreditAmountDetails.md) | | [optional]
13+
**processingInformation** | [**PtsV2CreditsPost201ResponseProcessingInformation**](PtsV2CreditsPost201ResponseProcessingInformation.md) | | [optional]
1314
**processorInformation** | [**PtsV2PaymentsRefundPost201ResponseProcessorInformation**](PtsV2PaymentsRefundPost201ResponseProcessorInformation.md) | | [optional]
15+
**paymentInformation** | [**PtsV2CreditsPost201ResponsePaymentInformation**](PtsV2CreditsPost201ResponsePaymentInformation.md) | | [optional]
1416
**orderInformation** | [**PtsV2PaymentsRefundPost201ResponseOrderInformation**](PtsV2PaymentsRefundPost201ResponseOrderInformation.md) | | [optional]
1517

1618

docs/PtsV2CreditsPost201ResponseCreditAmountDetails.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**creditAmount** | **String** | Total amount of the credit. | [optional]
7-
**currency** | **String** | Currency used for the order. Use the three-character ISO Standard Currency Codes. For an authorization reversal or a capture, you must use the same currency that you used in your request for Payment API. | [optional]
7+
**currency** | **String** | Currency used for the order. Use the three-character ISO Standard Currency Codes. For an authorization reversal (&#x60;reversalInformation&#x60;) or a capture (&#x60;processingOptions.capture&#x60; is set to &#x60;true&#x60;), you must use the same currency that you used in your request for Payment API. **DCC for First Data**\\ Your local currency. For details, see \&quot;Dynamic Currency Conversion for First Data,\&quot; page 113. | [optional]
88

99

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.PtsV2CreditsPost201ResponsePaymentInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**bank** | [**PtsV2PaymentsPost201ResponsePaymentInformationBank**](PtsV2PaymentsPost201ResponsePaymentInformationBank.md) | | [optional]
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.PtsV2CreditsPost201ResponseProcessingInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**bankTransferOptions** | [**PtsV2CreditsPost201ResponseProcessingInformationBankTransferOptions**](PtsV2CreditsPost201ResponseProcessingInformationBankTransferOptions.md) | | [optional]
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.PtsV2CreditsPost201ResponseProcessingInformationBankTransferOptions
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**settlementMethod** | **String** | Method used for settlement. Possible values: - **A**: Automated Clearing House (default for credits and for transactions using Canadian dollars) - **F**: Facsimile draft (U.S. dollars only) - **B**: Best possible (U.S. dollars only) (default if the field has not already been configured for your merchant ID) See \&quot;Settlement Delivery Methods,\&quot; page 44. | [optional]
7+
8+

docs/PtsV2PaymentsCapturesPost201Response.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
**links** | [**PtsV2PaymentsCapturesPost201ResponseLinks**](PtsV2PaymentsCapturesPost201ResponseLinks.md) | | [optional]
77
**id** | **String** | An unique identification number assigned by CyberSource to identify the submitted request. | [optional]
88
**submitTimeUtc** | **String** | Time of request in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60; Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. | [optional]
9-
**status** | **String** | The status of the submitted transaction. | [optional]
9+
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING | [optional]
1010
**reconciliationId** | **String** | The reconciliation id for the submitted transaction. This value is not returned for all processors. | [optional]
1111
**clientReferenceInformation** | [**PtsV2PaymentsPost201ResponseClientReferenceInformation**](PtsV2PaymentsPost201ResponseClientReferenceInformation.md) | | [optional]
1212
**processorInformation** | [**PtsV2PaymentsCapturesPost201ResponseProcessorInformation**](PtsV2PaymentsCapturesPost201ResponseProcessorInformation.md) | | [optional]

0 commit comments

Comments
 (0)