Skip to content

Commit 15628b6

Browse files
authored
Merge pull request #24 from CyberSource/release-july19
Update to v0.0.11 of SDK
2 parents 75335be + 125d92d commit 15628b6

File tree

408 files changed

+1907
-17875
lines changed

Some content is hidden

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

408 files changed

+1907
-17875
lines changed

docs/CapturePaymentRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +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) | The description for this field is not available. | [optional]
15+
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | The object containing the custom data that the merchant defines. | [optional]
1616
**installmentInformation** | [**Ptsv2paymentsidcapturesInstallmentInformation**](Ptsv2paymentsidcapturesInstallmentInformation.md) | | [optional]
1717

1818

docs/CheckPayerAuthEnrollmentRequest.md

-18
This file was deleted.

docs/ConversionDetailsApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ var CyberSource = require('CyberSource');
2121

2222
var apiInstance = new CyberSource.ConversionDetailsApi();
2323

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:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
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.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
2525

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:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
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.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
2727

2828
var opts = {
2929
'organizationId': "organizationId_example" // String | Valid Cybersource Organization Id
@@ -43,8 +43,8 @@ apiInstance.getConversionDetail(startTime, endTime, opts, callback);
4343

4444
Name | Type | Description | Notes
4545
------------- | ------------- | ------------- | -------------
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'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
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'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
46+
**startTime** | **Date**| Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
47+
**endTime** | **Date**| Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
4848
**organizationId** | **String**| Valid Cybersource Organization Id | [optional]
4949

5050
### Return type

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) | The description for this field is not available. | [optional]
15+
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | The object containing the custom data that the merchant defines. | [optional]
1616

1717

docs/CreatePaymentInstrumentRequest.md

+2-22
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**links** | [**TmsV1InstrumentIdentifiersPost200ResponseLinks**](TmsV1InstrumentIdentifiersPost200ResponseLinks.md) | | [optional]
77
**id** | **String** | Unique identification number assigned by CyberSource to the submitted request. | [optional]
8-
**_object** | **String** | Describes type of token. | [optional]
9-
**state** | **String** | Current state of the token. | [optional]
8+
**_object** | **String** | 'Describes type of token.' Valid values: - paymentInstrument | [optional]
9+
**state** | **String** | 'Current state of the token.' Valid values: - ACTIVE - CLOSED | [optional]
1010
**bankAccount** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBankAccount**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBankAccount.md) | | [optional]
1111
**card** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedCard**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedCard.md) | | [optional]
1212
**buyerInformation** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformation**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformation.md) | | [optional]
@@ -17,23 +17,3 @@ Name | Type | Description | Notes
1717
**instrumentIdentifier** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedInstrumentIdentifier**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedInstrumentIdentifier.md) | | [optional]
1818

1919

20-
<a name="ObjectEnum"></a>
21-
## Enum: ObjectEnum
22-
23-
24-
* `paymentInstrument` (value: `"paymentInstrument"`)
25-
26-
27-
28-
29-
<a name="StateEnum"></a>
30-
## Enum: StateEnum
31-
32-
33-
* `ACTIVE` (value: `"ACTIVE"`)
34-
35-
* `CLOSED` (value: `"CLOSED"`)
36-
37-
38-
39-

docs/CreatePaymentRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
**aggregatorInformation** | [**Ptsv2paymentsAggregatorInformation**](Ptsv2paymentsAggregatorInformation.md) | | [optional]
1616
**consumerAuthenticationInformation** | [**Ptsv2paymentsConsumerAuthenticationInformation**](Ptsv2paymentsConsumerAuthenticationInformation.md) | | [optional]
1717
**pointOfSaleInformation** | [**Ptsv2paymentsPointOfSaleInformation**](Ptsv2paymentsPointOfSaleInformation.md) | | [optional]
18-
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | The description for this field is not available. | [optional]
18+
**merchantDefinedInformation** | [**[Ptsv2paymentsMerchantDefinedInformation]**](Ptsv2paymentsMerchantDefinedInformation.md) | The object containing the custom data that the merchant defines. | [optional]
1919
**installmentInformation** | [**Ptsv2paymentsInstallmentInformation**](Ptsv2paymentsInstallmentInformation.md) | | [optional]
2020

2121

docs/CreateSearchRequest.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**save** | **Boolean** | save or not save. | [optional]
77
**name** | **String** | The description for this field is not available. | [optional]
8-
**timezone** | **String** | Time Zone. | [optional]
8+
**timezone** | **String** | Time Zone in ISO format. | [optional]
99
**query** | **String** | transaction search query string. | [optional]
1010
**offset** | **Number** | offset. | [optional]
11-
**limit** | **Number** | limit on number of results. | [optional]
11+
**limit** | **Number** | Limit on number of results. | [optional]
1212
**sort** | **String** | A comma separated list of the following form - fieldName1 asc or desc, fieldName2 asc or desc, etc. | [optional]
1313

1414

docs/DecisionManagerApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createDecisionManagerCase**](DecisionManagerApi.md#createDecisionManagerCase) | **POST** /risk/v1/decisions | Create Decision Manager case
7+
[**createDecisionManagerCase**](DecisionManagerApi.md#createDecisionManagerCase) | **POST** /risk/v1/decisions | Create Decision Manager Case
88

99

1010
<a name="createDecisionManagerCase"></a>
1111
# **createDecisionManagerCase**
1212
> RiskV1DecisionsPost201Response createDecisionManagerCase(createDecisionManagerCaseRequest)
1313
14-
Create Decision Manager case
14+
Create Decision Manager Case
1515

1616
This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
1717

docs/EmbeddedInstrumentIdentifier.md

+2-22
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,12 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**links** | [**TmsV1InstrumentIdentifiersPost200ResponseLinks**](TmsV1InstrumentIdentifiersPost200ResponseLinks.md) | | [optional]
7-
**_object** | **String** | Describes type of token. | [optional]
8-
**state** | **String** | Current state of the token. | [optional]
7+
**_object** | **String** | &#39;Describes type of token.&#39; Valid values: - instrumentIdentifier | [optional]
8+
**state** | **String** | &#39;Current state of the token.&#39; Valid values: - ACTIVE - CLOSED | [optional]
99
**id** | **String** | The ID of the existing instrument identifier to be linked to the newly created payment instrument. | [optional]
1010
**card** | [**TmsV1InstrumentIdentifiersPost200ResponseCard**](TmsV1InstrumentIdentifiersPost200ResponseCard.md) | | [optional]
1111
**bankAccount** | [**TmsV1InstrumentIdentifiersPost200ResponseBankAccount**](TmsV1InstrumentIdentifiersPost200ResponseBankAccount.md) | | [optional]
1212
**processingInformation** | [**TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation**](TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation.md) | | [optional]
1313
**metadata** | [**TmsV1InstrumentIdentifiersPost200ResponseMetadata**](TmsV1InstrumentIdentifiersPost200ResponseMetadata.md) | | [optional]
1414

1515

16-
<a name="ObjectEnum"></a>
17-
## Enum: ObjectEnum
18-
19-
20-
* `instrumentIdentifier` (value: `"instrumentIdentifier"`)
21-
22-
23-
24-
25-
<a name="StateEnum"></a>
26-
## Enum: StateEnum
27-
28-
29-
* `ACTIVE` (value: `"ACTIVE"`)
30-
31-
* `CLOSED` (value: `"CLOSED"`)
32-
33-
34-
35-

docs/FileDetail.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,7 @@ Name | Type | Description | Notes
88
**createdTime** | **Date** | Date and time for the file in PST | [optional]
99
**lastModifiedTime** | **Date** | Date and time for the file in PST | [optional]
1010
**_date** | **Date** | Date and time for the file in PST | [optional]
11-
**mimeType** | **String** | File extension | [optional]
11+
**mimeType** | **String** | &#39;File extension&#39; Valid values: - &#39;application/xml&#39; - &#39;text/csv&#39; - &#39;application/pdf&#39; - &#39;application/octet-stream&#39; | [optional]
1212
**size** | **Number** | Size of the file in bytes | [optional]
1313

1414

15-
<a name="MimeTypeEnum"></a>
16-
## Enum: MimeTypeEnum
17-
18-
19-
* `application/xml` (value: `"application/xml"`)
20-
21-
* `text/csv` (value: `"text/csv"`)
22-
23-
* `application/pdf` (value: `"application/pdf"`)
24-
25-
* `application/octet-stream` (value: `"application/octet-stream"`)
26-
27-
28-
29-

docs/InstrumentIdentifier.md

+2-22
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,11 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**links** | [**TmsV1InstrumentIdentifiersPost200ResponseLinks**](TmsV1InstrumentIdentifiersPost200ResponseLinks.md) | | [optional]
77
**id** | **String** | Unique identification number assigned by CyberSource to the submitted request. | [optional]
8-
**_object** | **String** | Describes type of token. | [optional]
9-
**state** | **String** | Current state of the token. | [optional]
8+
**_object** | **String** | &#39;Describes type of token.&#39; Valid values: - instrumentIdentifier | [optional]
9+
**state** | **String** | &#39;Current state of the token.&#39; Valid values: - ACTIVE - CLOSED | [optional]
1010
**card** | [**TmsV1InstrumentIdentifiersPost200ResponseCard**](TmsV1InstrumentIdentifiersPost200ResponseCard.md) | | [optional]
1111
**bankAccount** | [**TmsV1InstrumentIdentifiersPost200ResponseBankAccount**](TmsV1InstrumentIdentifiersPost200ResponseBankAccount.md) | | [optional]
1212
**processingInformation** | [**TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation**](TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation.md) | | [optional]
1313
**metadata** | [**TmsV1InstrumentIdentifiersPost200ResponseMetadata**](TmsV1InstrumentIdentifiersPost200ResponseMetadata.md) | | [optional]
1414

1515

16-
<a name="ObjectEnum"></a>
17-
## Enum: ObjectEnum
18-
19-
20-
* `instrumentIdentifier` (value: `"instrumentIdentifier"`)
21-
22-
23-
24-
25-
<a name="StateEnum"></a>
26-
## Enum: StateEnum
27-
28-
29-
* `ACTIVE` (value: `"ACTIVE"`)
30-
31-
* `CLOSED` (value: `"CLOSED"`)
32-
33-
34-
35-

docs/NetFundingsApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ var CyberSource = require('CyberSource');
2121

2222
var apiInstance = new CyberSource.NetFundingsApi();
2323

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:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
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.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
2525

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:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
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.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
2727

2828
var opts = {
2929
'organizationId': "organizationId_example", // String | Valid Cybersource Organization Id
@@ -44,8 +44,8 @@ apiInstance.getNetFundingDetails(startTime, endTime, opts, callback);
4444

4545
Name | Type | Description | Notes
4646
------------- | ------------- | ------------- | -------------
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:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
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:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
47+
**startTime** | **Date**| Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
48+
**endTime** | **Date**| Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
4949
**organizationId** | **String**| Valid Cybersource Organization Id | [optional]
5050
**groupName** | **String**| Valid CyberSource Group Name. | [optional]
5151

0 commit comments

Comments
 (0)