Skip to content

Commit 7531f32

Browse files
authored
Merge pull request #29 from CyberSource/oct-release
Oct 2019 release
2 parents aa331e9 + 745d4f3 commit 7531f32

File tree

120 files changed

+28917
-27093
lines changed

Some content is hidden

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

120 files changed

+28917
-27093
lines changed

docs/CaptureApi.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/json;charset=utf-8
57+
- **Accept**: application/hal+json;charset=utf-8
5858

docs/RequestBody.md renamed to docs/CreateAdhocReportRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource.RequestBody
1+
# CyberSource.CreateAdhocReportRequest
22

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

docs/RequestBody1.md renamed to docs/CreateReportSubscriptionRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource.RequestBody1
1+
# CyberSource.CreateReportSubscriptionRequest
22

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

docs/CreditApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createCredit**](CreditApi.md#createCredit) | **POST** /pts/v2/credits/ | Process a Credit
7+
[**createCredit**](CreditApi.md#createCredit) | **POST** /pts/v2/credits | Process a Credit
88

99

1010
<a name="createCredit"></a>
@@ -51,5 +51,5 @@ No authorization required
5151
### HTTP request headers
5252

5353
- **Content-Type**: application/json;charset=utf-8
54-
- **Accept**: application/json;charset=utf-8
54+
- **Accept**: application/hal+json;charset=utf-8
5555

docs/DownloadDTDApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Used to download DTDs for reports
7+
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Download DTD for report
88

99

1010
<a name="getDTDV2"></a>
1111
# **getDTDV2**
1212
> getDTDV2(reportDefinitionNameVersion)
1313
14-
Used to download DTDs for reports
14+
Download DTD for report
1515

16-
Downloads DTDs for reports on no-auth.
16+
Used to download DTDs for reports on no-auth.
1717

1818
### Example
1919
```javascript

docs/DownloadXSDApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Used to download XSDs for reports
7+
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Download XSD for report
88

99

1010
<a name="getXSDV2"></a>
1111
# **getXSDV2**
1212
> getXSDV2(reportDefinitionNameVersion)
1313
14-
Used to download XSDs for reports
14+
Download XSD for report
1515

16-
Downloads XSDs for reports on no-auth.
16+
Used to download XSDs for reports on no-auth.
1717

1818
### Example
1919
```javascript

docs/Error.md

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

910

docs/ErrorBean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Name | Type | Description | Notes
88
**localizationKey** | **String** | Localization Key Name | [optional]
99
**correlationId** | **String** | Correlation Id | [optional]
1010
**detail** | **String** | Error Detail | [optional]
11-
**fields** | [**[InlineResponse4001Fields]**](InlineResponse4001Fields.md) | Error fields List | [optional]
11+
**fields** | [**[InlineResponse400Fields]**](InlineResponse400Fields.md) | Error fields List | [optional]
1212

1313

docs/ErrorLinks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**self** | [**InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
7-
**documentation** | [**[InlineResponseDefaultLinksNext]**](InlineResponseDefaultLinksNext.md) | | [optional]
86
**next** | [**[InlineResponseDefaultLinksNext]**](InlineResponseDefaultLinksNext.md) | | [optional]
7+
**documentation** | [**[InlineResponseDefaultLinksNext]**](InlineResponseDefaultLinksNext.md) | | [optional]
8+
**self** | [**InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
99

1010

docs/ErrorResponse.md

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

97

0 commit comments

Comments
 (0)