Skip to content

Commit 698d5c4

Browse files
authored
Merge pull request #133 from CyberSource/sep-release
Sep release
2 parents ffbdb70 + 52981db commit 698d5c4

File tree

253 files changed

+7546
-3401
lines changed

Some content is hidden

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

253 files changed

+7546
-3401
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1515
hs_err_pid*
1616

17+
#IDE config folders
18+
.idea
19+
1720
# build files
1821
**/target
1922
target
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# InlineResponse2009
2+
# ActivateDeactivatePlanResponse
33

44
## Properties
55
Name | Type | Description | Notes
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
99
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **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. Returned by Cybersource for all services. | [optional]
1010
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED | [optional]
11-
**subscriptionInformation** | [**InlineResponse2009SubscriptionInformation**](InlineResponse2009SubscriptionInformation.md) | | [optional]
11+
**planInformation** | [**UpdatePlanResponsePlanInformation**](UpdatePlanResponsePlanInformation.md) | | [optional]
1212

1313

1414

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# ActivateSubscriptionResponse
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**links** | [**PtsV2IncrementalAuthorizationPatch201ResponseLinks**](PtsV2IncrementalAuthorizationPatch201ResponseLinks.md) | | [optional]
8+
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
9+
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **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. Returned by Cybersource for all services. | [optional]
10+
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED | [optional]
11+
**subscriptionInformation** | [**ActivateSubscriptionResponseSubscriptionInformation**](ActivateSubscriptionResponseSubscriptionInformation.md) | | [optional]
12+
13+
14+

docs/InlineResponse2009SubscriptionInformation.md renamed to docs/ActivateSubscriptionResponseSubscriptionInformation.md

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

2-
# InlineResponse2009SubscriptionInformation
2+
# ActivateSubscriptionResponseSubscriptionInformation
33

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

docs/BatchesApi.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212

1313
<a name="getBatchReport"></a>
1414
# **getBatchReport**
15-
> InlineResponse20014 getBatchReport(batchId)
15+
> InlineResponse2004 getBatchReport(batchId)
1616
1717
Retrieve a Batch Report
1818

@@ -28,7 +28,7 @@ Retrieve a Batch Report
2828
BatchesApi apiInstance = new BatchesApi();
2929
String batchId = "batchId_example"; // String | Unique identification number assigned to the submitted request.
3030
try {
31-
InlineResponse20014 result = apiInstance.getBatchReport(batchId);
31+
InlineResponse2004 result = apiInstance.getBatchReport(batchId);
3232
System.out.println(result);
3333
} catch (ApiException e) {
3434
System.err.println("Exception when calling BatchesApi#getBatchReport");
@@ -44,7 +44,7 @@ Name | Type | Description | Notes
4444

4545
### Return type
4646

47-
[**InlineResponse20014**](InlineResponse20014.md)
47+
[**InlineResponse2004**](InlineResponse2004.md)
4848

4949
### Authorization
5050

@@ -57,7 +57,7 @@ No authorization required
5757

5858
<a name="getBatchStatus"></a>
5959
# **getBatchStatus**
60-
> InlineResponse20013 getBatchStatus(batchId)
60+
> InlineResponse2003 getBatchStatus(batchId)
6161
6262
Retrieve a Batch Status
6363

@@ -73,7 +73,7 @@ Retrieve a Batch Status
7373
BatchesApi apiInstance = new BatchesApi();
7474
String batchId = "batchId_example"; // String | Unique identification number assigned to the submitted request.
7575
try {
76-
InlineResponse20013 result = apiInstance.getBatchStatus(batchId);
76+
InlineResponse2003 result = apiInstance.getBatchStatus(batchId);
7777
System.out.println(result);
7878
} catch (ApiException e) {
7979
System.err.println("Exception when calling BatchesApi#getBatchStatus");
@@ -89,7 +89,7 @@ Name | Type | Description | Notes
8989

9090
### Return type
9191

92-
[**InlineResponse20013**](InlineResponse20013.md)
92+
[**InlineResponse2003**](InlineResponse2003.md)
9393

9494
### Authorization
9595

@@ -102,7 +102,7 @@ No authorization required
102102

103103
<a name="getBatchesList"></a>
104104
# **getBatchesList**
105-
> InlineResponse20012 getBatchesList(offset, limit, fromDate, toDate)
105+
> InlineResponse2002 getBatchesList(offset, limit, fromDate, toDate)
106106
107107
List Batches
108108

@@ -121,7 +121,7 @@ Long limit = 20L; // Long | The maximum number that can be returned in the array
121121
String fromDate = "fromDate_example"; // String | ISO-8601 format: yyyyMMddTHHmmssZ
122122
String toDate = "toDate_example"; // String | ISO-8601 format: yyyyMMddTHHmmssZ
123123
try {
124-
InlineResponse20012 result = apiInstance.getBatchesList(offset, limit, fromDate, toDate);
124+
InlineResponse2002 result = apiInstance.getBatchesList(offset, limit, fromDate, toDate);
125125
System.out.println(result);
126126
} catch (ApiException e) {
127127
System.err.println("Exception when calling BatchesApi#getBatchesList");
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140140

141141
### Return type
142142

143-
[**InlineResponse20012**](InlineResponse20012.md)
143+
[**InlineResponse2002**](InlineResponse2002.md)
144144

145145
### Authorization
146146

@@ -153,7 +153,7 @@ No authorization required
153153

154154
<a name="postBatch"></a>
155155
# **postBatch**
156-
> InlineResponse2022 postBatch(body)
156+
> InlineResponse202 postBatch(body)
157157
158158
Create a Batch
159159

@@ -169,7 +169,7 @@ Create a Batch
169169
BatchesApi apiInstance = new BatchesApi();
170170
Body body = new Body(); // Body |
171171
try {
172-
InlineResponse2022 result = apiInstance.postBatch(body);
172+
InlineResponse202 result = apiInstance.postBatch(body);
173173
System.out.println(result);
174174
} catch (ApiException e) {
175175
System.err.println("Exception when calling BatchesApi#postBatch");
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185185

186186
### Return type
187187

188-
[**InlineResponse2022**](InlineResponse2022.md)
188+
[**InlineResponse202**](InlineResponse202.md)
189189

190190
### Authorization
191191

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# InlineResponse2021
2+
# CancelSubscriptionResponse
33

44
## Properties
55
Name | Type | Description | Notes
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
99
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
1010
**status** | **String** | The status of the submitted transaction. Possible values: - ACCEPTED | [optional]
11-
**subscriptionInformation** | [**InlineResponse2021SubscriptionInformation**](InlineResponse2021SubscriptionInformation.md) | | [optional]
11+
**subscriptionInformation** | [**CancelSubscriptionResponseSubscriptionInformation**](CancelSubscriptionResponseSubscriptionInformation.md) | | [optional]
1212

1313

1414

docs/InlineResponse202SubscriptionInformation.md renamed to docs/CancelSubscriptionResponseSubscriptionInformation.md

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

2-
# InlineResponse202SubscriptionInformation
2+
# CancelSubscriptionResponseSubscriptionInformation
33

44
## Properties
55
Name | Type | Description | Notes
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# CaseManagementActionsRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**decisionInformation** | [**Riskv1decisionsidactionsDecisionInformation**](Riskv1decisionsidactionsDecisionInformation.md) | | [optional]
8+
**processingInformation** | [**Riskv1decisionsidactionsProcessingInformation**](Riskv1decisionsidactionsProcessingInformation.md) | | [optional]
9+
10+
11+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# CaseManagementCommentsRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**comments** | **String** | Comments to be added to case. |
8+
9+
10+

docs/CreatePlanResponse.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# CreatePlanResponse
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**links** | [**PtsV2IncrementalAuthorizationPatch201ResponseLinks**](PtsV2IncrementalAuthorizationPatch201ResponseLinks.md) | | [optional]
8+
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
9+
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
10+
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED | [optional]
11+
**planInformation** | [**CreatePlanResponsePlanInformation**](CreatePlanResponsePlanInformation.md) | | [optional]
12+
13+
14+

0 commit comments

Comments
 (0)