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

0 commit comments

Comments
 (0)