Skip to content

Commit 857c40b

Browse files
authored
Merge pull request #29 from CyberSource/aug2019
Update to v0.0.13
2 parents 3626a68 + b58a52d commit 857c40b

File tree

560 files changed

+19089
-17591
lines changed

Some content is hidden

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

560 files changed

+19089
-17591
lines changed

docs/ConversionDetailsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ No authorization required
5454
### HTTP request headers
5555

5656
- **Content-Type**: application/json;charset=utf-8
57-
- **Accept**: application/hal+json
57+
- **Accept**: application/hal+json, application/xml
5858

docs/CreateInstrumentIdentifierRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**type** | **String** | Type of Card | [optional]
88
**card** | [**Tmsv1instrumentidentifiersCard**](Tmsv1instrumentidentifiersCard.md) | | [optional]
9+
**bankAccount** | [**Tmsv1instrumentidentifiersBankAccount**](Tmsv1instrumentidentifiersBankAccount.md) | | [optional]
910
**billTo** | [**Tmsv1instrumentidentifiersBillTo**](Tmsv1instrumentidentifiersBillTo.md) | | [optional]
1011

1112

docs/DownloadDTDApi.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# DownloadDTDApi
2+
3+
All URIs are relative to *https://apitest.cybersource.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Used to download DTDs for reports
8+
9+
10+
<a name="getDTDV2"></a>
11+
# **getDTDV2**
12+
> getDTDV2(reportDefinitionNameVersion)
13+
14+
Used to download DTDs for reports
15+
16+
Downloads DTDs for reports on no-auth.
17+
18+
### Example
19+
```java
20+
// Import classes:
21+
//import Invokers.ApiException;
22+
//import Api.DownloadDTDApi;
23+
24+
25+
DownloadDTDApi apiInstance = new DownloadDTDApi();
26+
String reportDefinitionNameVersion = "reportDefinitionNameVersion_example"; // String | Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1
27+
try {
28+
apiInstance.getDTDV2(reportDefinitionNameVersion);
29+
} catch (ApiException e) {
30+
System.err.println("Exception when calling DownloadDTDApi#getDTDV2");
31+
e.printStackTrace();
32+
}
33+
```
34+
35+
### Parameters
36+
37+
Name | Type | Description | Notes
38+
------------- | ------------- | ------------- | -------------
39+
**reportDefinitionNameVersion** | **String**| Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1 |
40+
41+
### Return type
42+
43+
null (empty response body)
44+
45+
### Authorization
46+
47+
No authorization required
48+
49+
### HTTP request headers
50+
51+
- **Content-Type**: application/json;charset=utf-8
52+
- **Accept**: application/xml-dtd
53+

docs/DownloadXSDApi.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# DownloadXSDApi
2+
3+
All URIs are relative to *https://apitest.cybersource.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Used to download XSDs for reports
8+
9+
10+
<a name="getXSDV2"></a>
11+
# **getXSDV2**
12+
> getXSDV2(reportDefinitionNameVersion)
13+
14+
Used to download XSDs for reports
15+
16+
Downloads XSDs for reports on no-auth.
17+
18+
### Example
19+
```java
20+
// Import classes:
21+
//import Invokers.ApiException;
22+
//import Api.DownloadXSDApi;
23+
24+
25+
DownloadXSDApi apiInstance = new DownloadXSDApi();
26+
String reportDefinitionNameVersion = "reportDefinitionNameVersion_example"; // String | Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes
27+
try {
28+
apiInstance.getXSDV2(reportDefinitionNameVersion);
29+
} catch (ApiException e) {
30+
System.err.println("Exception when calling DownloadXSDApi#getXSDV2");
31+
e.printStackTrace();
32+
}
33+
```
34+
35+
### Parameters
36+
37+
Name | Type | Description | Notes
38+
------------- | ------------- | ------------- | -------------
39+
**reportDefinitionNameVersion** | **String**| Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes |
40+
41+
### Return type
42+
43+
null (empty response body)
44+
45+
### Authorization
46+
47+
No authorization required
48+
49+
### HTTP request headers
50+
51+
- **Content-Type**: application/json;charset=utf-8
52+
- **Accept**: text/xml
53+

docs/EmbeddedInstrumentIdentifier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**links** | [**TmsV1InstrumentIdentifiersPost200ResponseLinks**](TmsV1InstrumentIdentifiersPost200ResponseLinks.md) | | [optional]
88
**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]
9+
**state** | **String** | &#39;Current state of the token.&#39; Valid values: - ACTIVE - CLOSED | [optional]
1010
**id** | **String** | The ID of the existing instrument identifier to be linked to the newly created payment instrument. | [optional]
1111
**card** | [**TmsV1InstrumentIdentifiersPost200ResponseCard**](TmsV1InstrumentIdentifiersPost200ResponseCard.md) | | [optional]
12-
**bankAccount** | [**TmsV1InstrumentIdentifiersPost200ResponseBankAccount**](TmsV1InstrumentIdentifiersPost200ResponseBankAccount.md) | | [optional]
12+
**bankAccount** | [**Tmsv1instrumentidentifiersBankAccount**](Tmsv1instrumentidentifiersBankAccount.md) | | [optional]
1313
**processingInformation** | [**TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation**](TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation.md) | | [optional]
1414
**metadata** | [**TmsV1InstrumentIdentifiersPost200ResponseMetadata**](TmsV1InstrumentIdentifiersPost200ResponseMetadata.md) | | [optional]
1515

docs/Error.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**type** | **String** | | [optional]
8-
**message** | **String** | The detailed message related to the type stated above. | [optional]
9-
**details** | [**Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
7+
**responseStatus** | [**InlineResponseDefaultResponseStatus**](InlineResponseDefaultResponseStatus.md) | | [optional]
8+
**links** | [**ErrorLinks**](ErrorLinks.md) | | [optional]
109

1110

1211

docs/ErrorBean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**localizationKey** | **String** | Localization Key Name | [optional]
1010
**correlationId** | **String** | Correlation Id | [optional]
1111
**detail** | **String** | Error Detail | [optional]
12-
**fields** | [**List&lt;InlineResponse400Fields&gt;**](InlineResponse400Fields.md) | Error fields List | [optional]
12+
**fields** | [**List&lt;InlineResponse4001Fields&gt;**](InlineResponse4001Fields.md) | Error fields List | [optional]
1313

1414

1515

docs/ErrorLinks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**next** | [**List&lt;InlineResponseDefaultLinksNext&gt;**](InlineResponseDefaultLinksNext.md) | | [optional]
8-
**documentation** | [**List&lt;InlineResponseDefaultLinksNext&gt;**](InlineResponseDefaultLinksNext.md) | | [optional]
97
**self** | [**InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
8+
**documentation** | [**List&lt;InlineResponseDefaultLinksNext&gt;**](InlineResponseDefaultLinksNext.md) | | [optional]
9+
**next** | [**List&lt;InlineResponseDefaultLinksNext&gt;**](InlineResponseDefaultLinksNext.md) | | [optional]
1010

1111

1212

docs/ErrorResponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**responseStatus** | [**InlineResponseDefaultResponseStatus**](InlineResponseDefaultResponseStatus.md) | | [optional]
8+
**links** | [**InlineResponseDefaultLinks**](InlineResponseDefaultLinks.md) | | [optional]
79

810

911

docs/InlineResponse400.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**code** | **String** | Error code |
8-
**message** | **String** | Error message |
9-
**localizationKey** | **String** | Localization Key Name | [optional]
10-
**correlationId** | **String** | Correlation Id | [optional]
11-
**detail** | **String** | Error Detail | [optional]
12-
**fields** | [**List&lt;InlineResponse400Fields&gt;**](InlineResponse400Fields.md) | Error fields List | [optional]
7+
**type** | **String** | | [optional]
8+
**message** | **String** | The detailed message related to the type stated above. | [optional]
9+
**details** | [**Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
1310

1411

1512

docs/InlineResponse4001.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**type** | **String** | | [optional]
8-
**message** | **String** | The detailed message related to the type stated above. | [optional]
9-
**details** | [**Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
7+
**code** | **String** | Error code |
8+
**message** | **String** | Error message |
9+
**localizationKey** | **String** | Localization Key Name | [optional]
10+
**correlationId** | **String** | Correlation Id | [optional]
11+
**detail** | **String** | Error Detail | [optional]
12+
**fields** | [**List&lt;InlineResponse4001Fields&gt;**](InlineResponse4001Fields.md) | Error fields List | [optional]
1013

1114

1215

docs/InlineResponse400Fields.md renamed to docs/InlineResponse4001Fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# InlineResponse400Fields
2+
# InlineResponse4001Fields
33

44
## Properties
55
Name | Type | Description | Notes

docs/InstrumentIdentifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**object** | **String** | &#39;Describes type of token.&#39; Valid values: - instrumentIdentifier | [optional]
1010
**state** | **String** | &#39;Current state of the token.&#39; Valid values: - ACTIVE - CLOSED | [optional]
1111
**card** | [**TmsV1InstrumentIdentifiersPost200ResponseCard**](TmsV1InstrumentIdentifiersPost200ResponseCard.md) | | [optional]
12-
**bankAccount** | [**TmsV1InstrumentIdentifiersPost200ResponseBankAccount**](TmsV1InstrumentIdentifiersPost200ResponseBankAccount.md) | | [optional]
12+
**bankAccount** | [**Tmsv1instrumentidentifiersBankAccount**](Tmsv1instrumentidentifiersBankAccount.md) | | [optional]
1313
**processingInformation** | [**TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation**](TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation.md) | | [optional]
1414
**metadata** | [**TmsV1InstrumentIdentifiersPost200ResponseMetadata**](TmsV1InstrumentIdentifiersPost200ResponseMetadata.md) | | [optional]
1515

docs/InstrumentIdentifierEnrollableCard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**type** | **String** | Type of Card | [optional]
88
**card** | [**Tmsv1instrumentidentifiersCard**](Tmsv1instrumentidentifiersCard.md) | | [optional]
9+
**bankAccount** | [**Tmsv1instrumentidentifiersBankAccount**](Tmsv1instrumentidentifiersBankAccount.md) | | [optional]
910
**billTo** | [**Tmsv1instrumentidentifiersBillTo**](Tmsv1instrumentidentifiersBillTo.md) | | [optional]
1011

1112

docs/Link.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**href** | **String** | | [optional]
7+
**href** | **String** | URI of the linked resource. | [optional]
8+
**title** | **String** | Label of the linked resource. | [optional]
9+
**method** | **String** | HTTP method of the linked resource. | [optional]
810

911

1012

docs/Links.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**self** | [**TmsV1InstrumentIdentifiersPost200ResponseLinksSelf**](TmsV1InstrumentIdentifiersPost200ResponseLinksSelf.md) | | [optional]
8-
**ancestor** | [**TmsV1InstrumentIdentifiersPost200ResponseLinksSelf**](TmsV1InstrumentIdentifiersPost200ResponseLinksSelf.md) | | [optional]
9-
**successor** | [**TmsV1InstrumentIdentifiersPost200ResponseLinksSelf**](TmsV1InstrumentIdentifiersPost200ResponseLinksSelf.md) | | [optional]
7+
**self** | [**InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
8+
**documentation** | [**List&lt;InlineResponseDefaultLinksNext&gt;**](InlineResponseDefaultLinksNext.md) | | [optional]
9+
**next** | [**List&lt;InlineResponseDefaultLinksNext&gt;**](InlineResponseDefaultLinksNext.md) | | [optional]
1010

1111

1212

docs/NetFundingsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ No authorization required
5656
### HTTP request headers
5757

5858
- **Content-Type**: application/json;charset=utf-8
59-
- **Accept**: application/hal+json
59+
- **Accept**: application/hal+json, application/xml
6060

docs/PaymentBatchSummariesApi.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# PaymentBatchSummariesApi
2+
3+
All URIs are relative to *https://apitest.cybersource.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**getPaymentBatchSummary**](PaymentBatchSummariesApi.md#getPaymentBatchSummary) | **GET** /reporting/v3/payment-batch-summaries | Get payment batch summary data
8+
9+
10+
<a name="getPaymentBatchSummary"></a>
11+
# **getPaymentBatchSummary**
12+
> ReportingV3PaymentBatchSummariesGet200Response getPaymentBatchSummary(startTime, endTime, organizationId, rollUp, breakdown, startDayOfWeek)
13+
14+
Get payment batch summary data
15+
16+
Scope can be either account/merchant or reseller.
17+
18+
### Example
19+
```java
20+
// Import classes:
21+
//import Invokers.ApiException;
22+
//import Api.PaymentBatchSummariesApi;
23+
24+
25+
PaymentBatchSummariesApi apiInstance = new PaymentBatchSummariesApi();
26+
DateTime startTime = new DateTime(); // DateTime | 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)
27+
DateTime endTime = new DateTime(); // DateTime | 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)
28+
String organizationId = "organizationId_example"; // String | Valid Cybersource Organization Id
29+
String rollUp = "rollUp_example"; // String | Conditional - RollUp for data for day/week/month. Required while getting breakdown data for a Merchant
30+
String breakdown = "breakdown_example"; // String | Conditional - Breakdown on account_rollup/all_merchant/selected_merchant. Required while getting breakdown data for a Merchant.
31+
Integer startDayOfWeek = 56; // Integer | Optional - Start day of week to breakdown data for weeks in a month
32+
try {
33+
ReportingV3PaymentBatchSummariesGet200Response result = apiInstance.getPaymentBatchSummary(startTime, endTime, organizationId, rollUp, breakdown, startDayOfWeek);
34+
System.out.println(result);
35+
} catch (ApiException e) {
36+
System.err.println("Exception when calling PaymentBatchSummariesApi#getPaymentBatchSummary");
37+
e.printStackTrace();
38+
}
39+
```
40+
41+
### Parameters
42+
43+
Name | Type | Description | Notes
44+
------------- | ------------- | ------------- | -------------
45+
**startTime** | **DateTime**| 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) |
46+
**endTime** | **DateTime**| 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) |
47+
**organizationId** | **String**| Valid Cybersource Organization Id | [optional]
48+
**rollUp** | **String**| Conditional - RollUp for data for day/week/month. Required while getting breakdown data for a Merchant | [optional]
49+
**breakdown** | **String**| Conditional - Breakdown on account_rollup/all_merchant/selected_merchant. Required while getting breakdown data for a Merchant. | [optional]
50+
**startDayOfWeek** | **Integer**| Optional - Start day of week to breakdown data for weeks in a month | [optional]
51+
52+
### Return type
53+
54+
[**ReportingV3PaymentBatchSummariesGet200Response**](ReportingV3PaymentBatchSummariesGet200Response.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/PtsV2PaymentsPost201ResponseIssuerInformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**country** | **String** | Country in which the card was issued. This information enables you to determine whether the card was issued domestically or internationally. Use the two-character ISO Standard Country Codes. This field is supported for Visa, Mastercard, Discover, Diners Club, JCB, and Maestro (International) on Chase Paymentech Solutions. For details, see &#x60;auth_card_issuer_country&#x60; field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm) | [optional]
8-
**discretionaryData** | **String** | Data defined by the issuer. The value for this reply field will probably be the same as the value that you submitted in the authorization request, but it is possible for the processor, issuer, or acquirer to modify the value. This field is supported only for Visa transactions on **Visa Platform Connect**. For details, see &#x60;issuer_additional_data&#x60; field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm) | [optional]
8+
**discretionaryData** | **String** | Data defined by the issuer. The value for this reply field will probably be the same as the value that you submitted in the authorization request, but it is possible for the processor, issuer, or acquirer to modify the value. This field is supported only for Visa transactions on **CyberSource through VisaNet**. For details, see &#x60;issuer_additional_data&#x60; field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm) | [optional]
99
**responseCode** | **String** | Additional authorization code that must be printed on the receipt when returned by the processor. This value is generated by the processor and is returned only for a successful transaction. This field is supported only on FDC Nashville Global and SIX. | [optional]
1010

1111

0 commit comments

Comments
 (0)