Skip to content

Commit 36b6052

Browse files
committed
updated spec and generated code for nov25 release. Updated Auth dependency
1 parent 74b4325 commit 36b6052

343 files changed

Lines changed: 20178 additions & 6747 deletions

File tree

Some content is hidden

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

docs/BankAccountValidationApi.md

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

1010
<a name="bankAccountValidationRequest"></a>
1111
# **bankAccountValidationRequest**
12-
> InlineResponse20013 bankAccountValidationRequest(accountValidationsRequest)
12+
> InlineResponse20014 bankAccountValidationRequest(accountValidationsRequest)
1313
1414
Visa Bank Account Validation Service
1515

@@ -25,7 +25,7 @@ The Visa Bank Account Validation Service is a new standalone product designed to
2525
BankAccountValidationApi apiInstance = new BankAccountValidationApi();
2626
AccountValidationsRequest accountValidationsRequest = new AccountValidationsRequest(); // AccountValidationsRequest |
2727
try {
28-
InlineResponse20013 result = apiInstance.bankAccountValidationRequest(accountValidationsRequest);
28+
InlineResponse20014 result = apiInstance.bankAccountValidationRequest(accountValidationsRequest);
2929
System.out.println(result);
3030
} catch (ApiException e) {
3131
System.err.println("Exception when calling BankAccountValidationApi#bankAccountValidationRequest");
@@ -41,7 +41,7 @@ Name | Type | Description | Notes
4141

4242
### Return type
4343

44-
[**InlineResponse20013**](InlineResponse20013.md)
44+
[**InlineResponse20014**](InlineResponse20014.md)
4545

4646
### Authorization
4747

docs/BatchesApi.md

Lines changed: 9 additions & 9 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-
> InlineResponse20012 getBatchReport(batchId)
15+
> InlineResponse20013 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-
InlineResponse20012 result = apiInstance.getBatchReport(batchId);
31+
InlineResponse20013 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-
[**InlineResponse20012**](InlineResponse20012.md)
47+
[**InlineResponse20013**](InlineResponse20013.md)
4848

4949
### Authorization
5050

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

5858
<a name="getBatchStatus"></a>
5959
# **getBatchStatus**
60-
> InlineResponse20011 getBatchStatus(batchId)
60+
> InlineResponse20012 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-
InlineResponse20011 result = apiInstance.getBatchStatus(batchId);
76+
InlineResponse20012 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-
[**InlineResponse20011**](InlineResponse20011.md)
92+
[**InlineResponse20012**](InlineResponse20012.md)
9393

9494
### Authorization
9595

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

103103
<a name="getBatchesList"></a>
104104
# **getBatchesList**
105-
> InlineResponse20010 getBatchesList(offset, limit, fromDate, toDate)
105+
> InlineResponse20011 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-
InlineResponse20010 result = apiInstance.getBatchesList(offset, limit, fromDate, toDate);
124+
InlineResponse20011 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-
[**InlineResponse20010**](InlineResponse20010.md)
143+
[**InlineResponse20011**](InlineResponse20011.md)
144144

145145
### Authorization
146146

docs/CreateNewWebhooksApi.md

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

1212
<a name="findProductsToSubscribe"></a>
1313
# **findProductsToSubscribe**
14-
> List&lt;InlineResponse2004&gt; findProductsToSubscribe(organizationId)
14+
> List&lt;InlineResponse2005&gt; findProductsToSubscribe(organizationId)
1515
1616
Find Products You Can Subscribe To
1717

@@ -27,7 +27,7 @@ Retrieve a list of products and event types that your account is eligible for. T
2727
CreateNewWebhooksApi apiInstance = new CreateNewWebhooksApi();
2828
String organizationId = "organizationId_example"; // String | The Organization Identifier.
2929
try {
30-
List<InlineResponse2004> result = apiInstance.findProductsToSubscribe(organizationId);
30+
List<InlineResponse2005> result = apiInstance.findProductsToSubscribe(organizationId);
3131
System.out.println(result);
3232
} catch (ApiException e) {
3333
System.err.println("Exception when calling CreateNewWebhooksApi#findProductsToSubscribe");
@@ -43,7 +43,7 @@ Name | Type | Description | Notes
4343

4444
### Return type
4545

46-
[**List&lt;InlineResponse2004&gt;**](InlineResponse2004.md)
46+
[**List&lt;InlineResponse2005&gt;**](InlineResponse2005.md)
4747

4848
### Authorization
4949

docs/CreatePlanRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**clientReferenceInformation** | [**Rbsv1plansClientReferenceInformation**](Rbsv1plansClientReferenceInformation.md) | | [optional]
87
**planInformation** | [**Rbsv1plansPlanInformation**](Rbsv1plansPlanInformation.md) | | [optional]
98
**orderInformation** | [**Rbsv1plansOrderInformation**](Rbsv1plansOrderInformation.md) | | [optional]
109

docs/CreateSubscriptionRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**clientReferenceInformation** | [**Rbsv1subscriptionsClientReferenceInformation**](Rbsv1subscriptionsClientReferenceInformation.md) | | [optional]
7+
**clientReferenceInformation** | [**GetAllSubscriptionsResponseClientReferenceInformation**](GetAllSubscriptionsResponseClientReferenceInformation.md) | | [optional]
88
**processingInformation** | [**Rbsv1subscriptionsProcessingInformation**](Rbsv1subscriptionsProcessingInformation.md) | | [optional]
99
**planInformation** | [**Rbsv1subscriptionsPlanInformation**](Rbsv1subscriptionsPlanInformation.md) | | [optional]
1010
**subscriptionInformation** | [**Rbsv1subscriptionsSubscriptionInformation**](Rbsv1subscriptionsSubscriptionInformation.md) | | [optional]

docs/CreateSubscriptionRequest1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**clientReferenceInformation** | [**Rbsv1subscriptionsClientReferenceInformation**](Rbsv1subscriptionsClientReferenceInformation.md) | | [optional]
7+
**clientReferenceInformation** | [**GetAllSubscriptionsResponseClientReferenceInformation**](GetAllSubscriptionsResponseClientReferenceInformation.md) | | [optional]
88
**processingInformation** | [**Rbsv1subscriptionsProcessingInformation**](Rbsv1subscriptionsProcessingInformation.md) | | [optional]
99
**planInformation** | [**Rbsv1subscriptionsPlanInformation**](Rbsv1subscriptionsPlanInformation.md) | | [optional]
1010
**subscriptionInformation** | [**Rbsv1subscriptionsSubscriptionInformation**](Rbsv1subscriptionsSubscriptionInformation.md) | | [optional]

docs/CreateSubscriptionResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
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: - COMPLETED - PENDING_REVIEW - DECLINED - INVALID_REQUEST | [optional]
1111
**subscriptionInformation** | [**CreateSubscriptionResponseSubscriptionInformation**](CreateSubscriptionResponseSubscriptionInformation.md) | | [optional]
12+
**clientReferenceInformation** | [**GetAllSubscriptionsResponseClientReferenceInformation**](GetAllSubscriptionsResponseClientReferenceInformation.md) | | [optional]
1213

1314

1415

docs/DecisionManagerApi.md

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

1414
<a name="actionDecisionManagerCase"></a>
1515
# **actionDecisionManagerCase**
16-
> InlineResponse2001 actionDecisionManagerCase(id, caseManagementActionsRequest)
16+
> InlineResponse2002 actionDecisionManagerCase(id, caseManagementActionsRequest)
1717
1818
Take action on a DM post-transactional case
1919

@@ -30,7 +30,7 @@ DecisionManagerApi apiInstance = new DecisionManagerApi();
3030
String id = "id_example"; // String | An unique identification number generated by Cybersource to identify the submitted request.
3131
CaseManagementActionsRequest caseManagementActionsRequest = new CaseManagementActionsRequest(); // CaseManagementActionsRequest |
3232
try {
33-
InlineResponse2001 result = apiInstance.actionDecisionManagerCase(id, caseManagementActionsRequest);
33+
InlineResponse2002 result = apiInstance.actionDecisionManagerCase(id, caseManagementActionsRequest);
3434
System.out.println(result);
3535
} catch (ApiException e) {
3636
System.err.println("Exception when calling DecisionManagerApi#actionDecisionManagerCase");
@@ -47,7 +47,7 @@ Name | Type | Description | Notes
4747

4848
### Return type
4949

50-
[**InlineResponse2001**](InlineResponse2001.md)
50+
[**InlineResponse2002**](InlineResponse2002.md)
5151

5252
### Authorization
5353

docs/DeviceDeAssociationApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ No authorization required
5454

5555
<a name="postDeAssociateV3Terminal"></a>
5656
# **postDeAssociateV3Terminal**
57-
> List&lt;InlineResponse2008&gt; postDeAssociateV3Terminal(deviceDeAssociateV3Request)
57+
> List&lt;InlineResponse2009&gt; postDeAssociateV3Terminal(deviceDeAssociateV3Request)
5858
5959
De-associate a device from merchant to account or reseller and from account to reseller
6060

@@ -70,7 +70,7 @@ A device will be de-associated from its current organization and moved up in the
7070
DeviceDeAssociationApi apiInstance = new DeviceDeAssociationApi();
7171
List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request = Arrays.asList(new DeviceDeAssociateV3Request()); // List<DeviceDeAssociateV3Request> | deviceId that has to be de-associated to the destination organizationId.
7272
try {
73-
List<InlineResponse2008> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
73+
List<InlineResponse2009> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
7474
System.out.println(result);
7575
} catch (ApiException e) {
7676
System.err.println("Exception when calling DeviceDeAssociationApi#postDeAssociateV3Terminal");
@@ -86,7 +86,7 @@ Name | Type | Description | Notes
8686

8787
### Return type
8888

89-
[**List&lt;InlineResponse2008&gt;**](InlineResponse2008.md)
89+
[**List&lt;InlineResponse2009&gt;**](InlineResponse2009.md)
9090

9191
### Authorization
9292

docs/DeviceSearchApi.md

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

1111
<a name="postSearchQuery"></a>
1212
# **postSearchQuery**
13-
> InlineResponse2007 postSearchQuery(postDeviceSearchRequest)
13+
> InlineResponse2008 postSearchQuery(postDeviceSearchRequest)
1414
1515
Retrieve List of Devices for a given search query V2
1616

@@ -26,7 +26,7 @@ Retrieves list of terminals in paginated format.
2626
DeviceSearchApi apiInstance = new DeviceSearchApi();
2727
PostDeviceSearchRequest postDeviceSearchRequest = new PostDeviceSearchRequest(); // PostDeviceSearchRequest |
2828
try {
29-
InlineResponse2007 result = apiInstance.postSearchQuery(postDeviceSearchRequest);
29+
InlineResponse2008 result = apiInstance.postSearchQuery(postDeviceSearchRequest);
3030
System.out.println(result);
3131
} catch (ApiException e) {
3232
System.err.println("Exception when calling DeviceSearchApi#postSearchQuery");
@@ -42,7 +42,7 @@ Name | Type | Description | Notes
4242

4343
### Return type
4444

45-
[**InlineResponse2007**](InlineResponse2007.md)
45+
[**InlineResponse2008**](InlineResponse2008.md)
4646

4747
### Authorization
4848

@@ -55,7 +55,7 @@ No authorization required
5555

5656
<a name="postSearchQueryV3"></a>
5757
# **postSearchQueryV3**
58-
> InlineResponse2009 postSearchQueryV3(postDeviceSearchRequestV3)
58+
> InlineResponse20010 postSearchQueryV3(postDeviceSearchRequestV3)
5959
6060
Retrieve List of Devices for a given search query
6161

@@ -71,7 +71,7 @@ Search for devices matching a given search query. The search query supports ser
7171
DeviceSearchApi apiInstance = new DeviceSearchApi();
7272
PostDeviceSearchRequestV3 postDeviceSearchRequestV3 = new PostDeviceSearchRequestV3(); // PostDeviceSearchRequestV3 |
7373
try {
74-
InlineResponse2009 result = apiInstance.postSearchQueryV3(postDeviceSearchRequestV3);
74+
InlineResponse20010 result = apiInstance.postSearchQueryV3(postDeviceSearchRequestV3);
7575
System.out.println(result);
7676
} catch (ApiException e) {
7777
System.err.println("Exception when calling DeviceSearchApi#postSearchQueryV3");
@@ -87,7 +87,7 @@ Name | Type | Description | Notes
8787

8888
### Return type
8989

90-
[**InlineResponse2009**](InlineResponse2009.md)
90+
[**InlineResponse20010**](InlineResponse20010.md)
9191

9292
### Authorization
9393

0 commit comments

Comments
 (0)