Skip to content

Commit ce5ae80

Browse files
committed
spec generated code Aug 2025
1 parent e63948a commit ce5ae80

126 files changed

Lines changed: 6303 additions & 2442 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/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-
> InlineResponse20010 getBatchReport(batchId)
15+
> InlineResponse20011 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-
InlineResponse20010 result = apiInstance.getBatchReport(batchId);
31+
InlineResponse20011 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-
[**InlineResponse20010**](InlineResponse20010.md)
47+
[**InlineResponse20011**](InlineResponse20011.md)
4848

4949
### Authorization
5050

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

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

9494
### Authorization
9595

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

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

145145
### Authorization
146146

docs/CreateWebhook.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Name | Type | Description | Notes
99
**organizationId** | **String** | Organization Identifier (OrgId) or Merchant Identifier (MID). | [optional]
1010
**products** | [**List&lt;Notificationsubscriptionsv2webhooksProducts1&gt;**](Notificationsubscriptionsv2webhooksProducts1.md) | To see the valid productId and eventTypes, call the \&quot;Create and Manage Webhooks - Retrieve a list of event types\&quot; endpoint. | [optional]
1111
**webhookUrl** | **String** | The client&#39;s endpoint (URL) to receive webhooks. | [optional]
12-
**healthCheckUrl** | **String** | The client&#39;s health check endpoint (URL). This should be as close as possible to the actual webhookUrl. If the user does not provide the health check URL, it is the user&#39;s responsibility to re-activate the webhook if it is deactivated by calling the test endpoint. | [optional]
12+
**healthCheckUrl** | **String** | The client&#39;s health check endpoint (URL). If the user does not provide the health check URL, it is the user&#39;s responsibility to re-activate the webhook if it is deactivated by calling the test endpoint. | [optional]
1313
**retryPolicy** | [**Notificationsubscriptionsv2webhooksRetryPolicy**](Notificationsubscriptionsv2webhooksRetryPolicy.md) | | [optional]
14-
**securityPolicy** | [**Notificationsubscriptionsv2webhooksSecurityPolicy1**](Notificationsubscriptionsv2webhooksSecurityPolicy1.md) | | [optional]
14+
**notificationScope** | **String** | The webhook scope. 1. SELF The Webhook is used to deliver webhooks for only this Organization (or Merchant). 2. DESCENDANTS The Webhook is used to deliver webhooks for this Organization and its children. This field is optional. Possible values: - SELF - DESCENDANTS | [optional]
15+
**securityPolicy** | [**Notificationsubscriptionsv2webhooksSecurityPolicy**](Notificationsubscriptionsv2webhooksSecurityPolicy.md) | | [optional]
1516

1617

1718

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;InlineResponse2006&gt; postDeAssociateV3Terminal(deviceDeAssociateV3Request)
57+
> List&lt;InlineResponse2007&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<InlineResponse2006> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
73+
List<InlineResponse2007> 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;InlineResponse2006&gt;**](InlineResponse2006.md)
89+
[**List&lt;InlineResponse2007&gt;**](InlineResponse2007.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-
> InlineResponse2005 postSearchQuery(postDeviceSearchRequest)
13+
> InlineResponse2006 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-
InlineResponse2005 result = apiInstance.postSearchQuery(postDeviceSearchRequest);
29+
InlineResponse2006 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-
[**InlineResponse2005**](InlineResponse2005.md)
45+
[**InlineResponse2006**](InlineResponse2006.md)
4646

4747
### Authorization
4848

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

5656
<a name="postSearchQueryV3"></a>
5757
# **postSearchQueryV3**
58-
> InlineResponse2007 postSearchQueryV3(postDeviceSearchRequestV3)
58+
> InlineResponse2008 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-
InlineResponse2007 result = apiInstance.postSearchQueryV3(postDeviceSearchRequestV3);
74+
InlineResponse2008 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-
[**InlineResponse2007**](InlineResponse2007.md)
90+
[**InlineResponse2008**](InlineResponse2008.md)
9191

9292
### Authorization
9393

docs/InlineResponse20010.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**version** | **String** | | [optional]
8-
**reportCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
7+
**links** | [**InlineResponse20010Links**](InlineResponse20010Links.md) | | [optional]
98
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
10-
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
11-
**batchCaEndpoints** | **String** | | [optional]
129
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
10+
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
1311
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
14-
**totals** | [**InlineResponse2008EmbeddedTotals**](InlineResponse2008EmbeddedTotals.md) | | [optional]
15-
**billing** | [**InlineResponse2009Billing**](InlineResponse2009Billing.md) | | [optional]
16-
**records** | [**List&lt;InlineResponse20010Records&gt;**](InlineResponse20010Records.md) | | [optional]
12+
**batchCaEndpoints** | **String** | | [optional]
13+
**status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETED | [optional]
14+
**totals** | [**InlineResponse2009EmbeddedTotals**](InlineResponse2009EmbeddedTotals.md) | | [optional]
15+
**billing** | [**InlineResponse20010Billing**](InlineResponse20010Billing.md) | | [optional]
16+
**description** | **String** | | [optional]
1717

1818

1919

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

2-
# InlineResponse2009Billing
2+
# InlineResponse20010Billing
33

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

docs/InlineResponse20010Links.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# InlineResponse20010Links
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**self** | [**InlineResponse202LinksStatus**](InlineResponse202LinksStatus.md) | | [optional]
8+
**report** | [**List&lt;InlineResponse20010LinksReport&gt;**](InlineResponse20010LinksReport.md) | | [optional]
9+
10+
11+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# InlineResponse2009LinksReport
2+
# InlineResponse20010LinksReport
33

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

docs/InlineResponse20010Records.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/InlineResponse20011.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
# InlineResponse20011
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**version** | **String** | | [optional]
8+
**reportCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
9+
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
10+
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
11+
**batchCaEndpoints** | **String** | | [optional]
12+
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
13+
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
14+
**totals** | [**InlineResponse2009EmbeddedTotals**](InlineResponse2009EmbeddedTotals.md) | | [optional]
15+
**billing** | [**InlineResponse20010Billing**](InlineResponse20010Billing.md) | | [optional]
16+
**records** | [**List&lt;InlineResponse20011Records&gt;**](InlineResponse20011Records.md) | | [optional]
17+
18+
19+

0 commit comments

Comments
 (0)