*/
- public okhttp3.Call executeCall(String authorizationId, ExecuteRequest10 executeRequest10, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String authorizationId, ApproveAuthorizationRequest approveAuthorizationRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String authorizationId, ExecuteRequest10 execute
basePath = null;
}
- Object localVarPostBody = executeRequest10;
+ Object localVarPostBody = approveAuthorizationRequest;
// create path and map variables
String localVarPath = "/authorization-requests/{authorizationId}/approve"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String authorizationId, ExecuteRequest10 execute
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String authorizationId, ExecuteRequest10 executeRequest10, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String authorizationId, ApproveAuthorizationRequest approveAuthorizationRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'authorizationId' is set
if (authorizationId == null) {
throw new ApiException("Missing the required parameter 'authorizationId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest10' is set
- if (executeRequest10 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest10' when calling execute(Async)");
+ // verify the required parameter 'approveAuthorizationRequest' is set
+ if (approveAuthorizationRequest == null) {
+ throw new ApiException("Missing the required parameter 'approveAuthorizationRequest' when calling execute(Async)");
}
- return executeCall(authorizationId, executeRequest10, _callback);
+ return executeCall(authorizationId, approveAuthorizationRequest, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String authorizationId, ExecuteRe
* Approve Authorization Request by Id
* Approve a Authorization Request via API
* @param authorizationId ID of the authorization request to approve (required)
- * @param executeRequest10 Approve Authorization Request Request (required)
+ * @param approveAuthorizationRequest Approve Authorization Request (required)
* @return UnitAuthorizationRequestResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String authorizationId, ExecuteRe
200
Successful Response
-
*/
- public UnitAuthorizationRequestResponse execute(String authorizationId, ExecuteRequest10 executeRequest10) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(authorizationId, executeRequest10);
+ public UnitAuthorizationRequestResponse execute(String authorizationId, ApproveAuthorizationRequest approveAuthorizationRequest) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(authorizationId, approveAuthorizationRequest);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitAuthorizationRequestResponse execute(String authorizationId, ExecuteR
* Approve Authorization Request by Id
* Approve a Authorization Request via API
* @param authorizationId ID of the authorization request to approve (required)
- * @param executeRequest10 Approve Authorization Request Request (required)
+ * @param approveAuthorizationRequest Approve Authorization Request (required)
* @return ApiResponse<UnitAuthorizationRequestResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitAuthorizationRequestResponse execute(String authorizationId, ExecuteR
200
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String authorizationId, ExecuteRequest10 executeRequest10) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, executeRequest10, null);
+ public ApiResponse executeWithHttpInfo(String authorizationId, ApproveAuthorizationRequest approveAuthorizationRequest) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, approveAuthorizationRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(String
* Approve Authorization Request by Id (asynchronously)
* Approve a Authorization Request via API
* @param authorizationId ID of the authorization request to approve (required)
- * @param executeRequest10 Approve Authorization Request Request (required)
+ * @param approveAuthorizationRequest Approve Authorization Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(String
200
Successful Response
-
*/
- public okhttp3.Call executeAsync(String authorizationId, ExecuteRequest10 executeRequest10, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String authorizationId, ApproveAuthorizationRequest approveAuthorizationRequest, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, executeRequest10, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, approveAuthorizationRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/ApproveCheckPaymentApi.java b/src/main/java/org/openapitools/client/api/ApproveCheckPaymentApi.java
index 3ea1418e..be8c6fa4 100644
--- a/src/main/java/org/openapitools/client/api/ApproveCheckPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/ApproveCheckPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest20;
+import org.openapitools.client.model.ApproveCheckPaymentRequest;
import org.openapitools.client.model.UnitCheckPaymentResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param checkPaymentId ID of the check payment to approve (required)
- * @param executeRequest20 Approve Check Payment Request (required)
+ * @param approveCheckPaymentRequest Approve Check Payment Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
200
Successful Response
-
*/
- public okhttp3.Call executeCall(String checkPaymentId, ExecuteRequest20 executeRequest20, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String checkPaymentId, ApproveCheckPaymentRequest approveCheckPaymentRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String checkPaymentId, ExecuteRequest20 executeR
basePath = null;
}
- Object localVarPostBody = executeRequest20;
+ Object localVarPostBody = approveCheckPaymentRequest;
// create path and map variables
String localVarPath = "/check-payments/{checkPaymentId}/approve"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String checkPaymentId, ExecuteRequest20 executeR
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String checkPaymentId, ExecuteRequest20 executeRequest20, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String checkPaymentId, ApproveCheckPaymentRequest approveCheckPaymentRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'checkPaymentId' is set
if (checkPaymentId == null) {
throw new ApiException("Missing the required parameter 'checkPaymentId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest20' is set
- if (executeRequest20 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest20' when calling execute(Async)");
+ // verify the required parameter 'approveCheckPaymentRequest' is set
+ if (approveCheckPaymentRequest == null) {
+ throw new ApiException("Missing the required parameter 'approveCheckPaymentRequest' when calling execute(Async)");
}
- return executeCall(checkPaymentId, executeRequest20, _callback);
+ return executeCall(checkPaymentId, approveCheckPaymentRequest, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String checkPaymentId, ExecuteReq
* Approve Check Payment by Id
* Approve a Check Payment via API
* @param checkPaymentId ID of the check payment to approve (required)
- * @param executeRequest20 Approve Check Payment Request (required)
+ * @param approveCheckPaymentRequest Approve Check Payment Request (required)
* @return UnitCheckPaymentResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String checkPaymentId, ExecuteReq
200
Successful Response
-
*/
- public UnitCheckPaymentResponse execute(String checkPaymentId, ExecuteRequest20 executeRequest20) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(checkPaymentId, executeRequest20);
+ public UnitCheckPaymentResponse execute(String checkPaymentId, ApproveCheckPaymentRequest approveCheckPaymentRequest) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(checkPaymentId, approveCheckPaymentRequest);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitCheckPaymentResponse execute(String checkPaymentId, ExecuteRequest20
* Approve Check Payment by Id
* Approve a Check Payment via API
* @param checkPaymentId ID of the check payment to approve (required)
- * @param executeRequest20 Approve Check Payment Request (required)
+ * @param approveCheckPaymentRequest Approve Check Payment Request (required)
* @return ApiResponse<UnitCheckPaymentResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitCheckPaymentResponse execute(String checkPaymentId, ExecuteRequest20
200
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String checkPaymentId, ExecuteRequest20 executeRequest20) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(checkPaymentId, executeRequest20, null);
+ public ApiResponse executeWithHttpInfo(String checkPaymentId, ApproveCheckPaymentRequest approveCheckPaymentRequest) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(checkPaymentId, approveCheckPaymentRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(String checkPay
* Approve Check Payment by Id (asynchronously)
* Approve a Check Payment via API
* @param checkPaymentId ID of the check payment to approve (required)
- * @param executeRequest20 Approve Check Payment Request (required)
+ * @param approveCheckPaymentRequest Approve Check Payment Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(String checkPay
200
Successful Response
-
*/
- public okhttp3.Call executeAsync(String checkPaymentId, ExecuteRequest20 executeRequest20, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String checkPaymentId, ApproveCheckPaymentRequest approveCheckPaymentRequest, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(checkPaymentId, executeRequest20, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(checkPaymentId, approveCheckPaymentRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/ArchiveCustomerApi.java b/src/main/java/org/openapitools/client/api/ArchiveCustomerApi.java
index b085f617..624d6d09 100644
--- a/src/main/java/org/openapitools/client/api/ArchiveCustomerApi.java
+++ b/src/main/java/org/openapitools/client/api/ArchiveCustomerApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest5;
+import org.openapitools.client.model.ArchiveCustomerRequest;
import org.openapitools.client.model.UnitCustomerResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param customerId ID of the customer to archive (required)
- * @param executeRequest5 Update Payment Request (required)
+ * @param archiveCustomerRequest Archive Customer Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
200
Successful Response
-
*/
- public okhttp3.Call executeCall(String customerId, ExecuteRequest5 executeRequest5, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String customerId, ArchiveCustomerRequest archiveCustomerRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String customerId, ExecuteRequest5 executeReques
basePath = null;
}
- Object localVarPostBody = executeRequest5;
+ Object localVarPostBody = archiveCustomerRequest;
// create path and map variables
String localVarPath = "/customers/{customerId}/archive"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String customerId, ExecuteRequest5 executeReques
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest5 executeRequest5, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String customerId, ArchiveCustomerRequest archiveCustomerRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'customerId' is set
if (customerId == null) {
throw new ApiException("Missing the required parameter 'customerId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest5' is set
- if (executeRequest5 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest5' when calling execute(Async)");
+ // verify the required parameter 'archiveCustomerRequest' is set
+ if (archiveCustomerRequest == null) {
+ throw new ApiException("Missing the required parameter 'archiveCustomerRequest' when calling execute(Async)");
}
- return executeCall(customerId, executeRequest5, _callback);
+ return executeCall(customerId, archiveCustomerRequest, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest
* Archive Customer by Id
* Archive a Customer via API
* @param customerId ID of the customer to archive (required)
- * @param executeRequest5 Update Payment Request (required)
+ * @param archiveCustomerRequest Archive Customer Request (required)
* @return UnitCustomerResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest
200
Successful Response
-
*/
- public UnitCustomerResponse execute(String customerId, ExecuteRequest5 executeRequest5) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(customerId, executeRequest5);
+ public UnitCustomerResponse execute(String customerId, ArchiveCustomerRequest archiveCustomerRequest) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(customerId, archiveCustomerRequest);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitCustomerResponse execute(String customerId, ExecuteRequest5 executeRe
* Archive Customer by Id
* Archive a Customer via API
* @param customerId ID of the customer to archive (required)
- * @param executeRequest5 Update Payment Request (required)
+ * @param archiveCustomerRequest Archive Customer Request (required)
* @return ApiResponse<UnitCustomerResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitCustomerResponse execute(String customerId, ExecuteRequest5 executeRe
200
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String customerId, ExecuteRequest5 executeRequest5) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, executeRequest5, null);
+ public ApiResponse executeWithHttpInfo(String customerId, ArchiveCustomerRequest archiveCustomerRequest) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, archiveCustomerRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(String customerId,
* Archive Customer by Id (asynchronously)
* Archive a Customer via API
* @param customerId ID of the customer to archive (required)
- * @param executeRequest5 Update Payment Request (required)
+ * @param archiveCustomerRequest Archive Customer Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(String customerId,
200
Successful Response
-
*/
- public okhttp3.Call executeAsync(String customerId, ExecuteRequest5 executeRequest5, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String customerId, ArchiveCustomerRequest archiveCustomerRequest, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, executeRequest5, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, archiveCustomerRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CancelApplicationApi.java b/src/main/java/org/openapitools/client/api/CancelApplicationApi.java
index a81452f4..d2d2a8d5 100644
--- a/src/main/java/org/openapitools/client/api/CancelApplicationApi.java
+++ b/src/main/java/org/openapitools/client/api/CancelApplicationApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest;
+import org.openapitools.client.model.CancelApplicationRequest;
import org.openapitools.client.model.UnitCancelApplicationResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param applicationId ID of the application to get (required)
- * @param executeRequest Cancel Application Request (required)
+ * @param cancelApplicationRequest Cancel Application Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(String applicationId, ExecuteRequest executeRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String applicationId, CancelApplicationRequest cancelApplicationRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String applicationId, ExecuteRequest executeRequ
basePath = null;
}
- Object localVarPostBody = executeRequest;
+ Object localVarPostBody = cancelApplicationRequest;
// create path and map variables
String localVarPath = "/applications/{applicationId}/cancel"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String applicationId, ExecuteRequest executeRequ
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String applicationId, ExecuteRequest executeRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String applicationId, CancelApplicationRequest cancelApplicationRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'applicationId' is set
if (applicationId == null) {
throw new ApiException("Missing the required parameter 'applicationId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest' is set
- if (executeRequest == null) {
- throw new ApiException("Missing the required parameter 'executeRequest' when calling execute(Async)");
+ // verify the required parameter 'cancelApplicationRequest' is set
+ if (cancelApplicationRequest == null) {
+ throw new ApiException("Missing the required parameter 'cancelApplicationRequest' when calling execute(Async)");
}
- return executeCall(applicationId, executeRequest, _callback);
+ return executeCall(applicationId, cancelApplicationRequest, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String applicationId, ExecuteRequ
* Cancel Application by Id
* Cancel a Application via API
* @param applicationId ID of the application to get (required)
- * @param executeRequest Cancel Application Request (required)
+ * @param cancelApplicationRequest Cancel Application Request (required)
* @return UnitCancelApplicationResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String applicationId, ExecuteRequ
201
Successful Response
-
*/
- public UnitCancelApplicationResponse execute(String applicationId, ExecuteRequest executeRequest) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(applicationId, executeRequest);
+ public UnitCancelApplicationResponse execute(String applicationId, CancelApplicationRequest cancelApplicationRequest) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(applicationId, cancelApplicationRequest);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitCancelApplicationResponse execute(String applicationId, ExecuteReques
* Cancel Application by Id
* Cancel a Application via API
* @param applicationId ID of the application to get (required)
- * @param executeRequest Cancel Application Request (required)
+ * @param cancelApplicationRequest Cancel Application Request (required)
* @return ApiResponse<UnitCancelApplicationResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitCancelApplicationResponse execute(String applicationId, ExecuteReques
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String applicationId, ExecuteRequest executeRequest) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(applicationId, executeRequest, null);
+ public ApiResponse executeWithHttpInfo(String applicationId, CancelApplicationRequest cancelApplicationRequest) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(applicationId, cancelApplicationRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(String app
* Cancel Application by Id (asynchronously)
* Cancel a Application via API
* @param applicationId ID of the application to get (required)
- * @param executeRequest Cancel Application Request (required)
+ * @param cancelApplicationRequest Cancel Application Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(String app
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(String applicationId, ExecuteRequest executeRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String applicationId, CancelApplicationRequest cancelApplicationRequest, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(applicationId, executeRequest, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(applicationId, cancelApplicationRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CancelCheckPaymentApi.java b/src/main/java/org/openapitools/client/api/CancelCheckPaymentApi.java
index 7e12417e..50dedc8e 100644
--- a/src/main/java/org/openapitools/client/api/CancelCheckPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/CancelCheckPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/CancelPaymentApi.java b/src/main/java/org/openapitools/client/api/CancelPaymentApi.java
index 05612cc1..d17a5944 100644
--- a/src/main/java/org/openapitools/client/api/CancelPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/CancelPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/CloseACardApi.java b/src/main/java/org/openapitools/client/api/CloseACardApi.java
index 3f2a4ed6..38a92b27 100644
--- a/src/main/java/org/openapitools/client/api/CloseACardApi.java
+++ b/src/main/java/org/openapitools/client/api/CloseACardApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/CloseAnAccountApi.java b/src/main/java/org/openapitools/client/api/CloseAnAccountApi.java
index 59e34f49..6d632665 100644
--- a/src/main/java/org/openapitools/client/api/CloseAnAccountApi.java
+++ b/src/main/java/org/openapitools/client/api/CloseAnAccountApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest4;
+import org.openapitools.client.model.CloseAccountRequest;
import org.openapitools.client.model.UnitAccountResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param accountId ID of the account to close (required)
- * @param executeRequest4 Close Account Request (required)
+ * @param closeAccountRequest Close Account Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -87,7 +87,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
0
-
*/
- public okhttp3.Call executeCall(String accountId, ExecuteRequest4 executeRequest4, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String accountId, CloseAccountRequest closeAccountRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -101,7 +101,7 @@ public okhttp3.Call executeCall(String accountId, ExecuteRequest4 executeRequest
basePath = null;
}
- Object localVarPostBody = executeRequest4;
+ Object localVarPostBody = closeAccountRequest;
// create path and map variables
String localVarPath = "/accounts/{accountId}/close"
@@ -134,18 +134,18 @@ public okhttp3.Call executeCall(String accountId, ExecuteRequest4 executeRequest
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String accountId, ExecuteRequest4 executeRequest4, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String accountId, CloseAccountRequest closeAccountRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'accountId' is set
if (accountId == null) {
throw new ApiException("Missing the required parameter 'accountId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest4' is set
- if (executeRequest4 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest4' when calling execute(Async)");
+ // verify the required parameter 'closeAccountRequest' is set
+ if (closeAccountRequest == null) {
+ throw new ApiException("Missing the required parameter 'closeAccountRequest' when calling execute(Async)");
}
- return executeCall(accountId, executeRequest4, _callback);
+ return executeCall(accountId, closeAccountRequest, _callback);
}
@@ -153,7 +153,7 @@ private okhttp3.Call executeValidateBeforeCall(String accountId, ExecuteRequest4
* Close an Account by Id
* Close an Account via API
* @param accountId ID of the account to close (required)
- * @param executeRequest4 Close Account Request (required)
+ * @param closeAccountRequest Close Account Request (required)
* @return UnitAccountResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -163,8 +163,8 @@ private okhttp3.Call executeValidateBeforeCall(String accountId, ExecuteRequest4
0
-
*/
- public UnitAccountResponse execute(String accountId, ExecuteRequest4 executeRequest4) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(accountId, executeRequest4);
+ public UnitAccountResponse execute(String accountId, CloseAccountRequest closeAccountRequest) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(accountId, closeAccountRequest);
return localVarResp.getData();
}
@@ -172,7 +172,7 @@ public UnitAccountResponse execute(String accountId, ExecuteRequest4 executeRequ
* Close an Account by Id
* Close an Account via API
* @param accountId ID of the account to close (required)
- * @param executeRequest4 Close Account Request (required)
+ * @param closeAccountRequest Close Account Request (required)
* @return ApiResponse<UnitAccountResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -182,8 +182,8 @@ public UnitAccountResponse execute(String accountId, ExecuteRequest4 executeRequ
0
-
*/
- public ApiResponse executeWithHttpInfo(String accountId, ExecuteRequest4 executeRequest4) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, executeRequest4, null);
+ public ApiResponse executeWithHttpInfo(String accountId, CloseAccountRequest closeAccountRequest) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, closeAccountRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -192,7 +192,7 @@ public ApiResponse executeWithHttpInfo(String accountId, Ex
* Close an Account by Id (asynchronously)
* Close an Account via API
* @param accountId ID of the account to close (required)
- * @param executeRequest4 Close Account Request (required)
+ * @param closeAccountRequest Close Account Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -203,9 +203,9 @@ public ApiResponse executeWithHttpInfo(String accountId, Ex
0
-
*/
- public okhttp3.Call executeAsync(String accountId, ExecuteRequest4 executeRequest4, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String accountId, CloseAccountRequest closeAccountRequest, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, executeRequest4, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, closeAccountRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/ConfirmCheckDepositApi.java b/src/main/java/org/openapitools/client/api/ConfirmCheckDepositApi.java
index d341ed80..a3318ad7 100644
--- a/src/main/java/org/openapitools/client/api/ConfirmCheckDepositApi.java
+++ b/src/main/java/org/openapitools/client/api/ConfirmCheckDepositApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/CreateACardApi.java b/src/main/java/org/openapitools/client/api/CreateACardApi.java
index 6eeca764..55228288 100644
--- a/src/main/java/org/openapitools/client/api/CreateACardApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateACardApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest9;
+import org.openapitools.client.model.CreateCard;
import org.openapitools.client.model.UnitCardResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest9 Create Card Request (required)
+ * @param createCard Create Card Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest9 executeRequest9, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateCard createCard, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest9 executeRequest9, final ApiCallba
basePath = null;
}
- Object localVarPostBody = executeRequest9;
+ Object localVarPostBody = createCard;
// create path and map variables
String localVarPath = "/cards";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest9 executeRequest9, final ApiCallba
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest9 executeRequest9, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest9' is set
- if (executeRequest9 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest9' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateCard createCard, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createCard' is set
+ if (createCard == null) {
+ throw new ApiException("Missing the required parameter 'createCard' when calling execute(Async)");
}
- return executeCall(executeRequest9, _callback);
+ return executeCall(createCard, _callback);
}
/**
* Create a Card
* Create a Card via API
- * @param executeRequest9 Create Card Request (required)
+ * @param createCard Create Card Request (required)
* @return UnitCardResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest9 executeRequest9,
201
Successful Response
-
*/
- public UnitCardResponse execute(ExecuteRequest9 executeRequest9) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest9);
+ public UnitCardResponse execute(CreateCard createCard) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createCard);
return localVarResp.getData();
}
/**
* Create a Card
* Create a Card via API
- * @param executeRequest9 Create Card Request (required)
+ * @param createCard Create Card Request (required)
* @return ApiResponse<UnitCardResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitCardResponse execute(ExecuteRequest9 executeRequest9) throws ApiExcep
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest9 executeRequest9) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest9, null);
+ public ApiResponse executeWithHttpInfo(CreateCard createCard) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCard, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest9 execute
/**
* Create a Card (asynchronously)
* Create a Card via API
- * @param executeRequest9 Create Card Request (required)
+ * @param createCard Create Card Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest9 execute
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest9 executeRequest9, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateCard createCard, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest9, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCard, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateADocumentForAnApplicationApi.java b/src/main/java/org/openapitools/client/api/CreateADocumentForAnApplicationApi.java
index 363759f7..42a04543 100644
--- a/src/main/java/org/openapitools/client/api/CreateADocumentForAnApplicationApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateADocumentForAnApplicationApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/CreateAPaymentApi.java b/src/main/java/org/openapitools/client/api/CreateAPaymentApi.java
index 945ab44a..b7212e89 100644
--- a/src/main/java/org/openapitools/client/api/CreateAPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateAPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest6;
+import org.openapitools.client.model.CreatePayment;
import org.openapitools.client.model.UnitPaymentResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest6 Create Payment Request (required)
+ * @param createPayment Create Payment Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest6 executeRequest6, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreatePayment createPayment, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest6 executeRequest6, final ApiCallba
basePath = null;
}
- Object localVarPostBody = executeRequest6;
+ Object localVarPostBody = createPayment;
// create path and map variables
String localVarPath = "/payments";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest6 executeRequest6, final ApiCallba
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest6 executeRequest6, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest6' is set
- if (executeRequest6 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest6' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreatePayment createPayment, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createPayment' is set
+ if (createPayment == null) {
+ throw new ApiException("Missing the required parameter 'createPayment' when calling execute(Async)");
}
- return executeCall(executeRequest6, _callback);
+ return executeCall(createPayment, _callback);
}
/**
* Create a Payment
* Create a Payment via API
- * @param executeRequest6 Create Payment Request (required)
+ * @param createPayment Create Payment Request (required)
* @return UnitPaymentResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest6 executeRequest6,
201
Successful Response
-
*/
- public UnitPaymentResponse execute(ExecuteRequest6 executeRequest6) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest6);
+ public UnitPaymentResponse execute(CreatePayment createPayment) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createPayment);
return localVarResp.getData();
}
/**
* Create a Payment
* Create a Payment via API
- * @param executeRequest6 Create Payment Request (required)
+ * @param createPayment Create Payment Request (required)
* @return ApiResponse<UnitPaymentResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitPaymentResponse execute(ExecuteRequest6 executeRequest6) throws ApiEx
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest6 executeRequest6) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest6, null);
+ public ApiResponse executeWithHttpInfo(CreatePayment createPayment) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createPayment, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest6 exec
/**
* Create a Payment (asynchronously)
* Create a Payment via API
- * @param executeRequest6 Create Payment Request (required)
+ * @param createPayment Create Payment Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest6 exec
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest6 executeRequest6, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreatePayment createPayment, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest6, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createPayment, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateARepaymentApi.java b/src/main/java/org/openapitools/client/api/CreateARepaymentApi.java
index 9fb6bf8c..0c4648ed 100644
--- a/src/main/java/org/openapitools/client/api/CreateARepaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateARepaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest18;
+import org.openapitools.client.model.CreateRepayment;
import org.openapitools.client.model.UnitRepaymentResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest18 Create a Repayment Request (required)
+ * @param createRepayment Create a Repayment Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
0
-
*/
- public okhttp3.Call executeCall(ExecuteRequest18 executeRequest18, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateRepayment createRepayment, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(ExecuteRequest18 executeRequest18, final ApiCall
basePath = null;
}
- Object localVarPostBody = executeRequest18;
+ Object localVarPostBody = createRepayment;
// create path and map variables
String localVarPath = "/repayments";
@@ -132,20 +132,20 @@ public okhttp3.Call executeCall(ExecuteRequest18 executeRequest18, final ApiCall
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest18 executeRequest18, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest18' is set
- if (executeRequest18 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest18' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateRepayment createRepayment, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createRepayment' is set
+ if (createRepayment == null) {
+ throw new ApiException("Missing the required parameter 'createRepayment' when calling execute(Async)");
}
- return executeCall(executeRequest18, _callback);
+ return executeCall(createRepayment, _callback);
}
/**
* Create a Repayment
* Create a Repayment via API
- * @param executeRequest18 Create a Repayment Request (required)
+ * @param createRepayment Create a Repayment Request (required)
* @return UnitRepaymentResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -155,15 +155,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest18 executeRequest18
0
-
*/
- public UnitRepaymentResponse execute(ExecuteRequest18 executeRequest18) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest18);
+ public UnitRepaymentResponse execute(CreateRepayment createRepayment) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createRepayment);
return localVarResp.getData();
}
/**
* Create a Repayment
* Create a Repayment via API
- * @param executeRequest18 Create a Repayment Request (required)
+ * @param createRepayment Create a Repayment Request (required)
* @return ApiResponse<UnitRepaymentResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -173,8 +173,8 @@ public UnitRepaymentResponse execute(ExecuteRequest18 executeRequest18) throws A
0
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest18 executeRequest18) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest18, null);
+ public ApiResponse executeWithHttpInfo(CreateRepayment createRepayment) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createRepayment, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -182,7 +182,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest18 e
/**
* Create a Repayment (asynchronously)
* Create a Repayment via API
- * @param executeRequest18 Create a Repayment Request (required)
+ * @param createRepayment Create a Repayment Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -193,9 +193,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest18 e
0
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest18 executeRequest18, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateRepayment createRepayment, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest18, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createRepayment, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateAccountApi.java b/src/main/java/org/openapitools/client/api/CreateAccountApi.java
index 485b1f81..246d5717 100644
--- a/src/main/java/org/openapitools/client/api/CreateAccountApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateAccountApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/CreateApplicationApi.java b/src/main/java/org/openapitools/client/api/CreateApplicationApi.java
index 51fc0af3..69a7fb2f 100644
--- a/src/main/java/org/openapitools/client/api/CreateApplicationApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateApplicationApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/CreateApplicationFormApi.java b/src/main/java/org/openapitools/client/api/CreateApplicationFormApi.java
index 52c084b5..db045904 100644
--- a/src/main/java/org/openapitools/client/api/CreateApplicationFormApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateApplicationFormApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest1;
+import org.openapitools.client.model.CreateApplicationForm;
import org.openapitools.client.model.UnitApplicationFormResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest1 Create Application Form Request (required)
+ * @param createApplicationForm Create Application Form Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest1 executeRequest1, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateApplicationForm createApplicationForm, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest1 executeRequest1, final ApiCallba
basePath = null;
}
- Object localVarPostBody = executeRequest1;
+ Object localVarPostBody = createApplicationForm;
// create path and map variables
String localVarPath = "/application-forms";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest1 executeRequest1, final ApiCallba
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest1 executeRequest1, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest1' is set
- if (executeRequest1 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest1' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateApplicationForm createApplicationForm, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createApplicationForm' is set
+ if (createApplicationForm == null) {
+ throw new ApiException("Missing the required parameter 'createApplicationForm' when calling execute(Async)");
}
- return executeCall(executeRequest1, _callback);
+ return executeCall(createApplicationForm, _callback);
}
/**
* Create Application Form
* Create an Application Form via API
- * @param executeRequest1 Create Application Form Request (required)
+ * @param createApplicationForm Create Application Form Request (required)
* @return UnitApplicationFormResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest1 executeRequest1,
201
Successful Response
-
*/
- public UnitApplicationFormResponse execute(ExecuteRequest1 executeRequest1) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest1);
+ public UnitApplicationFormResponse execute(CreateApplicationForm createApplicationForm) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createApplicationForm);
return localVarResp.getData();
}
/**
* Create Application Form
* Create an Application Form via API
- * @param executeRequest1 Create Application Form Request (required)
+ * @param createApplicationForm Create Application Form Request (required)
* @return ApiResponse<UnitApplicationFormResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitApplicationFormResponse execute(ExecuteRequest1 executeRequest1) thro
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest1 executeRequest1) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest1, null);
+ public ApiResponse executeWithHttpInfo(CreateApplicationForm createApplicationForm) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createApplicationForm, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteReque
/**
* Create Application Form (asynchronously)
* Create an Application Form via API
- * @param executeRequest1 Create Application Form Request (required)
+ * @param createApplicationForm Create Application Form Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteReque
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest1 executeRequest1, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateApplicationForm createApplicationForm, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest1, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createApplicationForm, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateCheckDepositApi.java b/src/main/java/org/openapitools/client/api/CreateCheckDepositApi.java
index c1da89ef..cef657fe 100644
--- a/src/main/java/org/openapitools/client/api/CreateCheckDepositApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateCheckDepositApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest14;
+import org.openapitools.client.model.CreateCheckDeposit;
import org.openapitools.client.model.UnitCheckDepositResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest14 Create Check Deposit Request (required)
+ * @param createCheckDeposit Create Check Deposit Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest14 executeRequest14, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateCheckDeposit createCheckDeposit, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest14 executeRequest14, final ApiCall
basePath = null;
}
- Object localVarPostBody = executeRequest14;
+ Object localVarPostBody = createCheckDeposit;
// create path and map variables
String localVarPath = "/check-deposits";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest14 executeRequest14, final ApiCall
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest14 executeRequest14, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest14' is set
- if (executeRequest14 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest14' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateCheckDeposit createCheckDeposit, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createCheckDeposit' is set
+ if (createCheckDeposit == null) {
+ throw new ApiException("Missing the required parameter 'createCheckDeposit' when calling execute(Async)");
}
- return executeCall(executeRequest14, _callback);
+ return executeCall(createCheckDeposit, _callback);
}
/**
* Create Check Deposit
* Create a Check Deposit via API
- * @param executeRequest14 Create Check Deposit Request (required)
+ * @param createCheckDeposit Create Check Deposit Request (required)
* @return UnitCheckDepositResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest14 executeRequest14
201
Successful Response
-
*/
- public UnitCheckDepositResponse execute(ExecuteRequest14 executeRequest14) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest14);
+ public UnitCheckDepositResponse execute(CreateCheckDeposit createCheckDeposit) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createCheckDeposit);
return localVarResp.getData();
}
/**
* Create Check Deposit
* Create a Check Deposit via API
- * @param executeRequest14 Create Check Deposit Request (required)
+ * @param createCheckDeposit Create Check Deposit Request (required)
* @return ApiResponse<UnitCheckDepositResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitCheckDepositResponse execute(ExecuteRequest14 executeRequest14) throw
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest14 executeRequest14) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest14, null);
+ public ApiResponse executeWithHttpInfo(CreateCheckDeposit createCheckDeposit) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCheckDeposit, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest1
/**
* Create Check Deposit (asynchronously)
* Create a Check Deposit via API
- * @param executeRequest14 Create Check Deposit Request (required)
+ * @param createCheckDeposit Create Check Deposit Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest1
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest14 executeRequest14, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateCheckDeposit createCheckDeposit, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest14, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCheckDeposit, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateCheckPaymentApi.java b/src/main/java/org/openapitools/client/api/CreateCheckPaymentApi.java
index 5c79b1d7..429f31f1 100644
--- a/src/main/java/org/openapitools/client/api/CreateCheckPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateCheckPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest19;
+import org.openapitools.client.model.CreateCheckPayment;
import org.openapitools.client.model.UnitCheckPaymentResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest19 Create Check Payment Request (required)
+ * @param createCheckPayment Create Check Payment Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest19 executeRequest19, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateCheckPayment createCheckPayment, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest19 executeRequest19, final ApiCall
basePath = null;
}
- Object localVarPostBody = executeRequest19;
+ Object localVarPostBody = createCheckPayment;
// create path and map variables
String localVarPath = "/check-payments";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest19 executeRequest19, final ApiCall
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest19 executeRequest19, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest19' is set
- if (executeRequest19 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest19' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateCheckPayment createCheckPayment, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createCheckPayment' is set
+ if (createCheckPayment == null) {
+ throw new ApiException("Missing the required parameter 'createCheckPayment' when calling execute(Async)");
}
- return executeCall(executeRequest19, _callback);
+ return executeCall(createCheckPayment, _callback);
}
/**
* Create Check Payment
* Create Check Payment via API
- * @param executeRequest19 Create Check Payment Request (required)
+ * @param createCheckPayment Create Check Payment Request (required)
* @return UnitCheckPaymentResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest19 executeRequest19
201
Successful Response
-
*/
- public UnitCheckPaymentResponse execute(ExecuteRequest19 executeRequest19) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest19);
+ public UnitCheckPaymentResponse execute(CreateCheckPayment createCheckPayment) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createCheckPayment);
return localVarResp.getData();
}
/**
* Create Check Payment
* Create Check Payment via API
- * @param executeRequest19 Create Check Payment Request (required)
+ * @param createCheckPayment Create Check Payment Request (required)
* @return ApiResponse<UnitCheckPaymentResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitCheckPaymentResponse execute(ExecuteRequest19 executeRequest19) throw
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest19 executeRequest19) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest19, null);
+ public ApiResponse executeWithHttpInfo(CreateCheckPayment createCheckPayment) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCheckPayment, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest1
/**
* Create Check Payment (asynchronously)
* Create Check Payment via API
- * @param executeRequest19 Create Check Payment Request (required)
+ * @param createCheckPayment Create Check Payment Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest1
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest19 executeRequest19, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateCheckPayment createCheckPayment, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest19, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCheckPayment, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateCounterpartyApi.java b/src/main/java/org/openapitools/client/api/CreateCounterpartyApi.java
index 68ff20ed..334412d2 100644
--- a/src/main/java/org/openapitools/client/api/CreateCounterpartyApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateCounterpartyApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest7;
+import org.openapitools.client.model.CreateCounterparty;
import org.openapitools.client.model.UnitCounterpartyResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest7 Create Counterparty Request (required)
+ * @param createCounterparty Create Counterparty Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest7 executeRequest7, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateCounterparty createCounterparty, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest7 executeRequest7, final ApiCallba
basePath = null;
}
- Object localVarPostBody = executeRequest7;
+ Object localVarPostBody = createCounterparty;
// create path and map variables
String localVarPath = "/counterparties";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest7 executeRequest7, final ApiCallba
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest7 executeRequest7, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest7' is set
- if (executeRequest7 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest7' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateCounterparty createCounterparty, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createCounterparty' is set
+ if (createCounterparty == null) {
+ throw new ApiException("Missing the required parameter 'createCounterparty' when calling execute(Async)");
}
- return executeCall(executeRequest7, _callback);
+ return executeCall(createCounterparty, _callback);
}
/**
* Create Counterparty
* Create a counterparty via API
- * @param executeRequest7 Create Counterparty Request (required)
+ * @param createCounterparty Create Counterparty Request (required)
* @return UnitCounterpartyResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest7 executeRequest7,
201
Successful Response
-
*/
- public UnitCounterpartyResponse execute(ExecuteRequest7 executeRequest7) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest7);
+ public UnitCounterpartyResponse execute(CreateCounterparty createCounterparty) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createCounterparty);
return localVarResp.getData();
}
/**
* Create Counterparty
* Create a counterparty via API
- * @param executeRequest7 Create Counterparty Request (required)
+ * @param createCounterparty Create Counterparty Request (required)
* @return ApiResponse<UnitCounterpartyResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitCounterpartyResponse execute(ExecuteRequest7 executeRequest7) throws
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest7 executeRequest7) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest7, null);
+ public ApiResponse executeWithHttpInfo(CreateCounterparty createCounterparty) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCounterparty, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest7
/**
* Create Counterparty (asynchronously)
* Create a counterparty via API
- * @param executeRequest7 Create Counterparty Request (required)
+ * @param createCounterparty Create Counterparty Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest7
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest7 executeRequest7, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateCounterparty createCounterparty, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest7, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createCounterparty, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateCustomerTokenApi.java b/src/main/java/org/openapitools/client/api/CreateCustomerTokenApi.java
index 81a5d3bf..3e8875a8 100644
--- a/src/main/java/org/openapitools/client/api/CreateCustomerTokenApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateCustomerTokenApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest16;
+import org.openapitools.client.model.CreateCustomerToken;
import org.openapitools.client.model.UnitCustomerTokenResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest16 Create Customer Token Request (required)
+ * @param createCustomerToken Create Customer Token Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(String customerId, ExecuteRequest16 executeRequest16, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String customerId, CreateCustomerToken createCustomerToken, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String customerId, ExecuteRequest16 executeReque
basePath = null;
}
- Object localVarPostBody = executeRequest16;
+ Object localVarPostBody = createCustomerToken;
// create path and map variables
String localVarPath = "/customers/{customerId}/token"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String customerId, ExecuteRequest16 executeReque
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest16 executeRequest16, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String customerId, CreateCustomerToken createCustomerToken, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'customerId' is set
if (customerId == null) {
throw new ApiException("Missing the required parameter 'customerId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest16' is set
- if (executeRequest16 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest16' when calling execute(Async)");
+ // verify the required parameter 'createCustomerToken' is set
+ if (createCustomerToken == null) {
+ throw new ApiException("Missing the required parameter 'createCustomerToken' when calling execute(Async)");
}
- return executeCall(customerId, executeRequest16, _callback);
+ return executeCall(customerId, createCustomerToken, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest
* Create Customer Token
* Create a Customer Token via API
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest16 Create Customer Token Request (required)
+ * @param createCustomerToken Create Customer Token Request (required)
* @return UnitCustomerTokenResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest
201
Successful Response
-
*/
- public UnitCustomerTokenResponse execute(String customerId, ExecuteRequest16 executeRequest16) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(customerId, executeRequest16);
+ public UnitCustomerTokenResponse execute(String customerId, CreateCustomerToken createCustomerToken) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(customerId, createCustomerToken);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitCustomerTokenResponse execute(String customerId, ExecuteRequest16 exe
* Create Customer Token
* Create a Customer Token via API
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest16 Create Customer Token Request (required)
+ * @param createCustomerToken Create Customer Token Request (required)
* @return ApiResponse<UnitCustomerTokenResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitCustomerTokenResponse execute(String customerId, ExecuteRequest16 exe
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String customerId, ExecuteRequest16 executeRequest16) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, executeRequest16, null);
+ public ApiResponse executeWithHttpInfo(String customerId, CreateCustomerToken createCustomerToken) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, createCustomerToken, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(String custome
* Create Customer Token (asynchronously)
* Create a Customer Token via API
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest16 Create Customer Token Request (required)
+ * @param createCustomerToken Create Customer Token Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(String custome
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(String customerId, ExecuteRequest16 executeRequest16, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String customerId, CreateCustomerToken createCustomerToken, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, executeRequest16, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, createCustomerToken, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateCustomerTokenVerificationApi.java b/src/main/java/org/openapitools/client/api/CreateCustomerTokenVerificationApi.java
index 26be02fc..d3dfb519 100644
--- a/src/main/java/org/openapitools/client/api/CreateCustomerTokenVerificationApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateCustomerTokenVerificationApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest17;
+import org.openapitools.client.model.CreateCustomerTokenVerification;
import org.openapitools.client.model.UnitCustomerTokenVerificationResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest17 Create Customer Token Verification Request (required)
+ * @param createCustomerTokenVerification Create Customer Token Verification Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(String customerId, ExecuteRequest17 executeRequest17, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String customerId, CreateCustomerTokenVerification createCustomerTokenVerification, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String customerId, ExecuteRequest17 executeReque
basePath = null;
}
- Object localVarPostBody = executeRequest17;
+ Object localVarPostBody = createCustomerTokenVerification;
// create path and map variables
String localVarPath = "/customers/{customerId}/token/verification"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String customerId, ExecuteRequest17 executeReque
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest17 executeRequest17, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String customerId, CreateCustomerTokenVerification createCustomerTokenVerification, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'customerId' is set
if (customerId == null) {
throw new ApiException("Missing the required parameter 'customerId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest17' is set
- if (executeRequest17 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest17' when calling execute(Async)");
+ // verify the required parameter 'createCustomerTokenVerification' is set
+ if (createCustomerTokenVerification == null) {
+ throw new ApiException("Missing the required parameter 'createCustomerTokenVerification' when calling execute(Async)");
}
- return executeCall(customerId, executeRequest17, _callback);
+ return executeCall(customerId, createCustomerTokenVerification, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest
* Create Customer Token Verification
* Create a Customer Token Verification via API
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest17 Create Customer Token Verification Request (required)
+ * @param createCustomerTokenVerification Create Customer Token Verification Request (required)
* @return UnitCustomerTokenVerificationResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String customerId, ExecuteRequest
201
Successful Response
-
*/
- public UnitCustomerTokenVerificationResponse execute(String customerId, ExecuteRequest17 executeRequest17) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(customerId, executeRequest17);
+ public UnitCustomerTokenVerificationResponse execute(String customerId, CreateCustomerTokenVerification createCustomerTokenVerification) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(customerId, createCustomerTokenVerification);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitCustomerTokenVerificationResponse execute(String customerId, ExecuteR
* Create Customer Token Verification
* Create a Customer Token Verification via API
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest17 Create Customer Token Verification Request (required)
+ * @param createCustomerTokenVerification Create Customer Token Verification Request (required)
* @return ApiResponse<UnitCustomerTokenVerificationResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitCustomerTokenVerificationResponse execute(String customerId, ExecuteR
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String customerId, ExecuteRequest17 executeRequest17) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, executeRequest17, null);
+ public ApiResponse executeWithHttpInfo(String customerId, CreateCustomerTokenVerification createCustomerTokenVerification) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, createCustomerTokenVerification, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(St
* Create Customer Token Verification (asynchronously)
* Create a Customer Token Verification via API
* @param customerId ID of the customer to create token for (required)
- * @param executeRequest17 Create Customer Token Verification Request (required)
+ * @param createCustomerTokenVerification Create Customer Token Verification Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(St
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(String customerId, ExecuteRequest17 executeRequest17, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String customerId, CreateCustomerTokenVerification createCustomerTokenVerification, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, executeRequest17, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(customerId, createCustomerTokenVerification, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateFeeApi.java b/src/main/java/org/openapitools/client/api/CreateFeeApi.java
index ce82bff9..8e0553c2 100644
--- a/src/main/java/org/openapitools/client/api/CreateFeeApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateFeeApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,6 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest13;
import org.openapitools.client.model.UnitFeeResponse;
import java.lang.reflect.Type;
@@ -75,7 +74,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest13 Create Fee Request (required)
+ * @param body Create Fee Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +84,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest13 executeRequest13, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(Object body, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +98,7 @@ public okhttp3.Call executeCall(ExecuteRequest13 executeRequest13, final ApiCall
basePath = null;
}
- Object localVarPostBody = executeRequest13;
+ Object localVarPostBody = body;
// create path and map variables
String localVarPath = "/fees";
@@ -131,20 +130,20 @@ public okhttp3.Call executeCall(ExecuteRequest13 executeRequest13, final ApiCall
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest13 executeRequest13, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest13' is set
- if (executeRequest13 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest13' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(Object body, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'body' is set
+ if (body == null) {
+ throw new ApiException("Missing the required parameter 'body' when calling execute(Async)");
}
- return executeCall(executeRequest13, _callback);
+ return executeCall(body, _callback);
}
/**
* Create Fee
* Create a Fee via API
- * @param executeRequest13 Create Fee Request (required)
+ * @param body Create Fee Request (required)
* @return UnitFeeResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +152,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest13 executeRequest13
201
Successful Response
-
*/
- public UnitFeeResponse execute(ExecuteRequest13 executeRequest13) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest13);
+ public UnitFeeResponse execute(Object body) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(body);
return localVarResp.getData();
}
/**
* Create Fee
* Create a Fee via API
- * @param executeRequest13 Create Fee Request (required)
+ * @param body Create Fee Request (required)
* @return ApiResponse<UnitFeeResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +169,8 @@ public UnitFeeResponse execute(ExecuteRequest13 executeRequest13) throws ApiExce
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest13 executeRequest13) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest13, null);
+ public ApiResponse executeWithHttpInfo(Object body) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(body, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +178,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest13 execute
/**
* Create Fee (asynchronously)
* Create a Fee via API
- * @param executeRequest13 Create Fee Request (required)
+ * @param body Create Fee Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +188,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest13 execute
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest13 executeRequest13, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(Object body, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest13, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(body, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateOrgApiTokenApi.java b/src/main/java/org/openapitools/client/api/CreateOrgApiTokenApi.java
index 9ab78ab1..b1bd7873 100644
--- a/src/main/java/org/openapitools/client/api/CreateOrgApiTokenApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateOrgApiTokenApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest15;
+import org.openapitools.client.model.CreateApiToken;
import org.openapitools.client.model.UnitApiTokenResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param userId ID of the user to create token for (required)
- * @param executeRequest15 Create Org API Token Request (required)
+ * @param createApiToken Create Org API Token Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(String userId, ExecuteRequest15 executeRequest15, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String userId, CreateApiToken createApiToken, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String userId, ExecuteRequest15 executeRequest15
basePath = null;
}
- Object localVarPostBody = executeRequest15;
+ Object localVarPostBody = createApiToken;
// create path and map variables
String localVarPath = "/users/{userId}/api-tokens"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String userId, ExecuteRequest15 executeRequest15
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String userId, ExecuteRequest15 executeRequest15, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String userId, CreateApiToken createApiToken, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'userId' is set
if (userId == null) {
throw new ApiException("Missing the required parameter 'userId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest15' is set
- if (executeRequest15 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest15' when calling execute(Async)");
+ // verify the required parameter 'createApiToken' is set
+ if (createApiToken == null) {
+ throw new ApiException("Missing the required parameter 'createApiToken' when calling execute(Async)");
}
- return executeCall(userId, executeRequest15, _callback);
+ return executeCall(userId, createApiToken, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String userId, ExecuteRequest15 e
* Create Org API Token
* Create an Org API Token via API
* @param userId ID of the user to create token for (required)
- * @param executeRequest15 Create Org API Token Request (required)
+ * @param createApiToken Create Org API Token Request (required)
* @return UnitApiTokenResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String userId, ExecuteRequest15 e
201
Successful Response
-
*/
- public UnitApiTokenResponse execute(String userId, ExecuteRequest15 executeRequest15) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(userId, executeRequest15);
+ public UnitApiTokenResponse execute(String userId, CreateApiToken createApiToken) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(userId, createApiToken);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitApiTokenResponse execute(String userId, ExecuteRequest15 executeReque
* Create Org API Token
* Create an Org API Token via API
* @param userId ID of the user to create token for (required)
- * @param executeRequest15 Create Org API Token Request (required)
+ * @param createApiToken Create Org API Token Request (required)
* @return ApiResponse<UnitApiTokenResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitApiTokenResponse execute(String userId, ExecuteRequest15 executeReque
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String userId, ExecuteRequest15 executeRequest15) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(userId, executeRequest15, null);
+ public ApiResponse executeWithHttpInfo(String userId, CreateApiToken createApiToken) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(userId, createApiToken, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(String userId, Exec
* Create Org API Token (asynchronously)
* Create an Org API Token via API
* @param userId ID of the user to create token for (required)
- * @param executeRequest15 Create Org API Token Request (required)
+ * @param createApiToken Create Org API Token Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(String userId, Exec
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(String userId, ExecuteRequest15 executeRequest15, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String userId, CreateApiToken createApiToken, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(userId, executeRequest15, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(userId, createApiToken, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateRecurringPaymentApi.java b/src/main/java/org/openapitools/client/api/CreateRecurringPaymentApi.java
index e2670e00..b8d34da4 100644
--- a/src/main/java/org/openapitools/client/api/CreateRecurringPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateRecurringPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest8;
+import org.openapitools.client.model.CreateRecurringPayment;
import org.openapitools.client.model.UnitRecurringPaymentResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest8 Create Recurring Payment Request (required)
+ * @param createRecurringPayment Create Recurring Payment Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest8 executeRequest8, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateRecurringPayment createRecurringPayment, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest8 executeRequest8, final ApiCallba
basePath = null;
}
- Object localVarPostBody = executeRequest8;
+ Object localVarPostBody = createRecurringPayment;
// create path and map variables
String localVarPath = "/recurring-payments";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest8 executeRequest8, final ApiCallba
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest8 executeRequest8, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest8' is set
- if (executeRequest8 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest8' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateRecurringPayment createRecurringPayment, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createRecurringPayment' is set
+ if (createRecurringPayment == null) {
+ throw new ApiException("Missing the required parameter 'createRecurringPayment' when calling execute(Async)");
}
- return executeCall(executeRequest8, _callback);
+ return executeCall(createRecurringPayment, _callback);
}
/**
* Create Recurring Payment
* Create a Recurring Payment via API
- * @param executeRequest8 Create Recurring Payment Request (required)
+ * @param createRecurringPayment Create Recurring Payment Request (required)
* @return UnitRecurringPaymentResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest8 executeRequest8,
201
Successful Response
-
*/
- public UnitRecurringPaymentResponse execute(ExecuteRequest8 executeRequest8) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest8);
+ public UnitRecurringPaymentResponse execute(CreateRecurringPayment createRecurringPayment) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createRecurringPayment);
return localVarResp.getData();
}
/**
* Create Recurring Payment
* Create a Recurring Payment via API
- * @param executeRequest8 Create Recurring Payment Request (required)
+ * @param createRecurringPayment Create Recurring Payment Request (required)
* @return ApiResponse<UnitRecurringPaymentResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitRecurringPaymentResponse execute(ExecuteRequest8 executeRequest8) thr
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest8 executeRequest8) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest8, null);
+ public ApiResponse executeWithHttpInfo(CreateRecurringPayment createRecurringPayment) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createRecurringPayment, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequ
/**
* Create Recurring Payment (asynchronously)
* Create a Recurring Payment via API
- * @param executeRequest8 Create Recurring Payment Request (required)
+ * @param createRecurringPayment Create Recurring Payment Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequ
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest8 executeRequest8, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateRecurringPayment createRecurringPayment, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest8, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createRecurringPayment, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateRewardApi.java b/src/main/java/org/openapitools/client/api/CreateRewardApi.java
index 706a3d71..b2699e03 100644
--- a/src/main/java/org/openapitools/client/api/CreateRewardApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateRewardApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest12;
+import org.openapitools.client.model.CreateReward;
import org.openapitools.client.model.UnitRewardResponse;
import java.lang.reflect.Type;
@@ -75,7 +75,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
- * @param executeRequest12 Create Reward Request (required)
+ * @param createReward Create Reward Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -85,7 +85,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
201
Successful Response
-
*/
- public okhttp3.Call executeCall(ExecuteRequest12 executeRequest12, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(CreateReward createReward, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -99,7 +99,7 @@ public okhttp3.Call executeCall(ExecuteRequest12 executeRequest12, final ApiCall
basePath = null;
}
- Object localVarPostBody = executeRequest12;
+ Object localVarPostBody = createReward;
// create path and map variables
String localVarPath = "/rewards";
@@ -131,20 +131,20 @@ public okhttp3.Call executeCall(ExecuteRequest12 executeRequest12, final ApiCall
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(ExecuteRequest12 executeRequest12, final ApiCallback _callback) throws ApiException {
- // verify the required parameter 'executeRequest12' is set
- if (executeRequest12 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest12' when calling execute(Async)");
+ private okhttp3.Call executeValidateBeforeCall(CreateReward createReward, final ApiCallback _callback) throws ApiException {
+ // verify the required parameter 'createReward' is set
+ if (createReward == null) {
+ throw new ApiException("Missing the required parameter 'createReward' when calling execute(Async)");
}
- return executeCall(executeRequest12, _callback);
+ return executeCall(createReward, _callback);
}
/**
* Create Reward
* Create a Reward via API
- * @param executeRequest12 Create Reward Request (required)
+ * @param createReward Create Reward Request (required)
* @return UnitRewardResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -153,15 +153,15 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteRequest12 executeRequest12
201
Successful Response
-
*/
- public UnitRewardResponse execute(ExecuteRequest12 executeRequest12) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(executeRequest12);
+ public UnitRewardResponse execute(CreateReward createReward) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(createReward);
return localVarResp.getData();
}
/**
* Create Reward
* Create a Reward via API
- * @param executeRequest12 Create Reward Request (required)
+ * @param createReward Create Reward Request (required)
* @return ApiResponse<UnitRewardResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -170,8 +170,8 @@ public UnitRewardResponse execute(ExecuteRequest12 executeRequest12) throws ApiE
201
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(ExecuteRequest12 executeRequest12) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest12, null);
+ public ApiResponse executeWithHttpInfo(CreateReward createReward) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createReward, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -179,7 +179,7 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest12 exec
/**
* Create Reward (asynchronously)
* Create a Reward via API
- * @param executeRequest12 Create Reward Request (required)
+ * @param createReward Create Reward Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -189,9 +189,9 @@ public ApiResponse executeWithHttpInfo(ExecuteRequest12 exec
201
Successful Response
-
*/
- public okhttp3.Call executeAsync(ExecuteRequest12 executeRequest12, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(CreateReward createReward, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(executeRequest12, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(createReward, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/CreateWebhookApi.java b/src/main/java/org/openapitools/client/api/CreateWebhookApi.java
index f7cc3672..9d58ae7e 100644
--- a/src/main/java/org/openapitools/client/api/CreateWebhookApi.java
+++ b/src/main/java/org/openapitools/client/api/CreateWebhookApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/DeactivateControlAgreementForAccountApi.java b/src/main/java/org/openapitools/client/api/DeactivateControlAgreementForAccountApi.java
index 11b94e20..26bbe248 100644
--- a/src/main/java/org/openapitools/client/api/DeactivateControlAgreementForAccountApi.java
+++ b/src/main/java/org/openapitools/client/api/DeactivateControlAgreementForAccountApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/DeclineAuthorizationRequestApi.java b/src/main/java/org/openapitools/client/api/DeclineAuthorizationRequestApi.java
index 8b819e67..1dc62ce3 100644
--- a/src/main/java/org/openapitools/client/api/DeclineAuthorizationRequestApi.java
+++ b/src/main/java/org/openapitools/client/api/DeclineAuthorizationRequestApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest11;
+import org.openapitools.client.model.DeclineAuthorizationRequest;
import org.openapitools.client.model.UnitAuthorizationRequestResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param authorizationId ID of the authorization request to decline (required)
- * @param executeRequest11 Decline Authorization Request Request (required)
+ * @param declineAuthorizationRequest Decline Authorization Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -86,7 +86,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
200
Successful Response
-
*/
- public okhttp3.Call executeCall(String authorizationId, ExecuteRequest11 executeRequest11, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String authorizationId, DeclineAuthorizationRequest declineAuthorizationRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -100,7 +100,7 @@ public okhttp3.Call executeCall(String authorizationId, ExecuteRequest11 execute
basePath = null;
}
- Object localVarPostBody = executeRequest11;
+ Object localVarPostBody = declineAuthorizationRequest;
// create path and map variables
String localVarPath = "/authorization-requests/{authorizationId}/decline"
@@ -133,18 +133,18 @@ public okhttp3.Call executeCall(String authorizationId, ExecuteRequest11 execute
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String authorizationId, ExecuteRequest11 executeRequest11, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String authorizationId, DeclineAuthorizationRequest declineAuthorizationRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'authorizationId' is set
if (authorizationId == null) {
throw new ApiException("Missing the required parameter 'authorizationId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest11' is set
- if (executeRequest11 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest11' when calling execute(Async)");
+ // verify the required parameter 'declineAuthorizationRequest' is set
+ if (declineAuthorizationRequest == null) {
+ throw new ApiException("Missing the required parameter 'declineAuthorizationRequest' when calling execute(Async)");
}
- return executeCall(authorizationId, executeRequest11, _callback);
+ return executeCall(authorizationId, declineAuthorizationRequest, _callback);
}
@@ -152,7 +152,7 @@ private okhttp3.Call executeValidateBeforeCall(String authorizationId, ExecuteRe
* Decline Authorization Request
* Decline Authorization Request via API
* @param authorizationId ID of the authorization request to decline (required)
- * @param executeRequest11 Decline Authorization Request Request (required)
+ * @param declineAuthorizationRequest Decline Authorization Request (required)
* @return UnitAuthorizationRequestResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -161,8 +161,8 @@ private okhttp3.Call executeValidateBeforeCall(String authorizationId, ExecuteRe
200
Successful Response
-
*/
- public UnitAuthorizationRequestResponse execute(String authorizationId, ExecuteRequest11 executeRequest11) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(authorizationId, executeRequest11);
+ public UnitAuthorizationRequestResponse execute(String authorizationId, DeclineAuthorizationRequest declineAuthorizationRequest) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(authorizationId, declineAuthorizationRequest);
return localVarResp.getData();
}
@@ -170,7 +170,7 @@ public UnitAuthorizationRequestResponse execute(String authorizationId, ExecuteR
* Decline Authorization Request
* Decline Authorization Request via API
* @param authorizationId ID of the authorization request to decline (required)
- * @param executeRequest11 Decline Authorization Request Request (required)
+ * @param declineAuthorizationRequest Decline Authorization Request (required)
* @return ApiResponse<UnitAuthorizationRequestResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -179,8 +179,8 @@ public UnitAuthorizationRequestResponse execute(String authorizationId, ExecuteR
200
Successful Response
-
*/
- public ApiResponse executeWithHttpInfo(String authorizationId, ExecuteRequest11 executeRequest11) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, executeRequest11, null);
+ public ApiResponse executeWithHttpInfo(String authorizationId, DeclineAuthorizationRequest declineAuthorizationRequest) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, declineAuthorizationRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -189,7 +189,7 @@ public ApiResponse executeWithHttpInfo(String
* Decline Authorization Request (asynchronously)
* Decline Authorization Request via API
* @param authorizationId ID of the authorization request to decline (required)
- * @param executeRequest11 Decline Authorization Request Request (required)
+ * @param declineAuthorizationRequest Decline Authorization Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -199,9 +199,9 @@ public ApiResponse executeWithHttpInfo(String
200
Successful Response
-
*/
- public okhttp3.Call executeAsync(String authorizationId, ExecuteRequest11 executeRequest11, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String authorizationId, DeclineAuthorizationRequest declineAuthorizationRequest, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, executeRequest11, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(authorizationId, declineAuthorizationRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/DefaultApi.java b/src/main/java/org/openapitools/client/api/DefaultApi.java
index 545fc3fa..70aa3231 100644
--- a/src/main/java/org/openapitools/client/api/DefaultApi.java
+++ b/src/main/java/org/openapitools/client/api/DefaultApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -282,7 +282,7 @@ private okhttp3.Call execute_0ValidateBeforeCall(CreateStopPayment createStopPay
}
/**
- * Create a new stop payment
+ * Create Stop Payment
*
* @param createStopPayment (required)
* @return StopPaymentResponse
@@ -299,7 +299,7 @@ public StopPaymentResponse execute_0(CreateStopPayment createStopPayment) throws
}
/**
- * Create a new stop payment
+ * Create Stop Payment
*
* @param createStopPayment (required)
* @return ApiResponse<StopPaymentResponse>
@@ -317,7 +317,7 @@ public ApiResponse execute_0WithHttpInfo(CreateStopPayment
}
/**
- * Create a new stop payment (asynchronously)
+ * Create Stop Payment (asynchronously)
*
* @param createStopPayment (required)
* @param _callback The callback to be executed when the API call finishes
diff --git a/src/main/java/org/openapitools/client/api/DeleteCounterpartyApi.java b/src/main/java/org/openapitools/client/api/DeleteCounterpartyApi.java
index d1bcb5b8..50032232 100644
--- a/src/main/java/org/openapitools/client/api/DeleteCounterpartyApi.java
+++ b/src/main/java/org/openapitools/client/api/DeleteCounterpartyApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/DisableRecurringPaymentApi.java b/src/main/java/org/openapitools/client/api/DisableRecurringPaymentApi.java
index a3b9378e..982306fa 100644
--- a/src/main/java/org/openapitools/client/api/DisableRecurringPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/DisableRecurringPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/DisableWebhookApi.java b/src/main/java/org/openapitools/client/api/DisableWebhookApi.java
index f69be876..a5604256 100644
--- a/src/main/java/org/openapitools/client/api/DisableWebhookApi.java
+++ b/src/main/java/org/openapitools/client/api/DisableWebhookApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/DownloadADocumentApi.java b/src/main/java/org/openapitools/client/api/DownloadADocumentApi.java
index 44013bab..621064e1 100644
--- a/src/main/java/org/openapitools/client/api/DownloadADocumentApi.java
+++ b/src/main/java/org/openapitools/client/api/DownloadADocumentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/DownloadADocumentBackSideApi.java b/src/main/java/org/openapitools/client/api/DownloadADocumentBackSideApi.java
index 40aead3e..d5f54376 100644
--- a/src/main/java/org/openapitools/client/api/DownloadADocumentBackSideApi.java
+++ b/src/main/java/org/openapitools/client/api/DownloadADocumentBackSideApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/EnableRecurringPaymentApi.java b/src/main/java/org/openapitools/client/api/EnableRecurringPaymentApi.java
index 06662310..3cccd3c3 100644
--- a/src/main/java/org/openapitools/client/api/EnableRecurringPaymentApi.java
+++ b/src/main/java/org/openapitools/client/api/EnableRecurringPaymentApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/EnableWebhookApi.java b/src/main/java/org/openapitools/client/api/EnableWebhookApi.java
index 837dcde6..d99a40ba 100644
--- a/src/main/java/org/openapitools/client/api/EnableWebhookApi.java
+++ b/src/main/java/org/openapitools/client/api/EnableWebhookApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/EnterControlAgreementForAccountApi.java b/src/main/java/org/openapitools/client/api/EnterControlAgreementForAccountApi.java
index a20f449c..27c14a9a 100644
--- a/src/main/java/org/openapitools/client/api/EnterControlAgreementForAccountApi.java
+++ b/src/main/java/org/openapitools/client/api/EnterControlAgreementForAccountApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/FireEventApi.java b/src/main/java/org/openapitools/client/api/FireEventApi.java
index 4a4aacfb..e3daa4ff 100644
--- a/src/main/java/org/openapitools/client/api/FireEventApi.java
+++ b/src/main/java/org/openapitools/client/api/FireEventApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/FreezeACardApi.java b/src/main/java/org/openapitools/client/api/FreezeACardApi.java
index 77e9968c..98090dd8 100644
--- a/src/main/java/org/openapitools/client/api/FreezeACardApi.java
+++ b/src/main/java/org/openapitools/client/api/FreezeACardApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/FreezeAnAccountApi.java b/src/main/java/org/openapitools/client/api/FreezeAnAccountApi.java
index 2efdeaf2..c40c34fb 100644
--- a/src/main/java/org/openapitools/client/api/FreezeAnAccountApi.java
+++ b/src/main/java/org/openapitools/client/api/FreezeAnAccountApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
import java.io.IOException;
-import org.openapitools.client.model.ExecuteRequest3;
+import org.openapitools.client.model.FreezeAccountRequest;
import org.openapitools.client.model.UnitAccountResponse;
import java.lang.reflect.Type;
@@ -76,7 +76,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
/**
* Build call for execute
* @param accountId ID of the account to freeze (required)
- * @param executeRequest3 Freeze Account Request (required)
+ * @param freezeAccountRequest Freeze Account Request (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
@@ -87,7 +87,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
0
-
*/
- public okhttp3.Call executeCall(String accountId, ExecuteRequest3 executeRequest3, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeCall(String accountId, FreezeAccountRequest freezeAccountRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -101,7 +101,7 @@ public okhttp3.Call executeCall(String accountId, ExecuteRequest3 executeRequest
basePath = null;
}
- Object localVarPostBody = executeRequest3;
+ Object localVarPostBody = freezeAccountRequest;
// create path and map variables
String localVarPath = "/accounts/{accountId}/freeze"
@@ -134,18 +134,18 @@ public okhttp3.Call executeCall(String accountId, ExecuteRequest3 executeRequest
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call executeValidateBeforeCall(String accountId, ExecuteRequest3 executeRequest3, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call executeValidateBeforeCall(String accountId, FreezeAccountRequest freezeAccountRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'accountId' is set
if (accountId == null) {
throw new ApiException("Missing the required parameter 'accountId' when calling execute(Async)");
}
- // verify the required parameter 'executeRequest3' is set
- if (executeRequest3 == null) {
- throw new ApiException("Missing the required parameter 'executeRequest3' when calling execute(Async)");
+ // verify the required parameter 'freezeAccountRequest' is set
+ if (freezeAccountRequest == null) {
+ throw new ApiException("Missing the required parameter 'freezeAccountRequest' when calling execute(Async)");
}
- return executeCall(accountId, executeRequest3, _callback);
+ return executeCall(accountId, freezeAccountRequest, _callback);
}
@@ -153,7 +153,7 @@ private okhttp3.Call executeValidateBeforeCall(String accountId, ExecuteRequest3
* Freeze Account by Id
* Freeze Account via API
* @param accountId ID of the account to freeze (required)
- * @param executeRequest3 Freeze Account Request (required)
+ * @param freezeAccountRequest Freeze Account Request (required)
* @return UnitAccountResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -163,8 +163,8 @@ private okhttp3.Call executeValidateBeforeCall(String accountId, ExecuteRequest3
0
-
*/
- public UnitAccountResponse execute(String accountId, ExecuteRequest3 executeRequest3) throws ApiException {
- ApiResponse localVarResp = executeWithHttpInfo(accountId, executeRequest3);
+ public UnitAccountResponse execute(String accountId, FreezeAccountRequest freezeAccountRequest) throws ApiException {
+ ApiResponse localVarResp = executeWithHttpInfo(accountId, freezeAccountRequest);
return localVarResp.getData();
}
@@ -172,7 +172,7 @@ public UnitAccountResponse execute(String accountId, ExecuteRequest3 executeRequ
* Freeze Account by Id
* Freeze Account via API
* @param accountId ID of the account to freeze (required)
- * @param executeRequest3 Freeze Account Request (required)
+ * @param freezeAccountRequest Freeze Account Request (required)
* @return ApiResponse<UnitAccountResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -182,8 +182,8 @@ public UnitAccountResponse execute(String accountId, ExecuteRequest3 executeRequ
0
-
*/
- public ApiResponse executeWithHttpInfo(String accountId, ExecuteRequest3 executeRequest3) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, executeRequest3, null);
+ public ApiResponse executeWithHttpInfo(String accountId, FreezeAccountRequest freezeAccountRequest) throws ApiException {
+ okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, freezeAccountRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
}
@@ -192,7 +192,7 @@ public ApiResponse executeWithHttpInfo(String accountId, Ex
* Freeze Account by Id (asynchronously)
* Freeze Account via API
* @param accountId ID of the account to freeze (required)
- * @param executeRequest3 Freeze Account Request (required)
+ * @param freezeAccountRequest Freeze Account Request (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -203,9 +203,9 @@ public ApiResponse executeWithHttpInfo(String accountId, Ex
0
-
*/
- public okhttp3.Call executeAsync(String accountId, ExecuteRequest3 executeRequest3, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call executeAsync(String accountId, FreezeAccountRequest freezeAccountRequest, final ApiCallback _callback) throws ApiException {
- okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, executeRequest3, _callback);
+ okhttp3.Call localVarCall = executeValidateBeforeCall(accountId, freezeAccountRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
return localVarCall;
diff --git a/src/main/java/org/openapitools/client/api/GetABackImageApi.java b/src/main/java/org/openapitools/client/api/GetABackImageApi.java
index 993dfcbd..f77e29b8 100644
--- a/src/main/java/org/openapitools/client/api/GetABackImageApi.java
+++ b/src/main/java/org/openapitools/client/api/GetABackImageApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/GetAFrontImageApi.java b/src/main/java/org/openapitools/client/api/GetAFrontImageApi.java
index 81091926..f40223ac 100644
--- a/src/main/java/org/openapitools/client/api/GetAFrontImageApi.java
+++ b/src/main/java/org/openapitools/client/api/GetAFrontImageApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/GetAccountApi.java b/src/main/java/org/openapitools/client/api/GetAccountApi.java
index 1458fdef..651888c4 100644
--- a/src/main/java/org/openapitools/client/api/GetAccountApi.java
+++ b/src/main/java/org/openapitools/client/api/GetAccountApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/GetAccountLimitsApi.java b/src/main/java/org/openapitools/client/api/GetAccountLimitsApi.java
index 087080d7..18f138cb 100644
--- a/src/main/java/org/openapitools/client/api/GetAccountLimitsApi.java
+++ b/src/main/java/org/openapitools/client/api/GetAccountLimitsApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/GetApplicationApi.java b/src/main/java/org/openapitools/client/api/GetApplicationApi.java
index 0859e321..e22bb734 100644
--- a/src/main/java/org/openapitools/client/api/GetApplicationApi.java
+++ b/src/main/java/org/openapitools/client/api/GetApplicationApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/GetApplicationFormApi.java b/src/main/java/org/openapitools/client/api/GetApplicationFormApi.java
index 4db0f2bd..07565302 100644
--- a/src/main/java/org/openapitools/client/api/GetApplicationFormApi.java
+++ b/src/main/java/org/openapitools/client/api/GetApplicationFormApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/org/openapitools/client/api/GetAtmLocationsListApi.java b/src/main/java/org/openapitools/client/api/GetAtmLocationsListApi.java
index 27513e76..4f501765 100644
--- a/src/main/java/org/openapitools/client/api/GetAtmLocationsListApi.java
+++ b/src/main/java/org/openapitools/client/api/GetAtmLocationsListApi.java
@@ -2,7 +2,7 @@
* Unit OpenAPI specifications
* An OpenAPI specifications for unit-sdk clients
*
- * The version of the OpenAPI document: 0.2.0
+ * The version of the OpenAPI document: 0.0.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,6 +27,7 @@
import java.io.IOException;
+import org.openapitools.client.model.AtmLocation;
import org.openapitools.client.model.ExecuteFilterParameter15;
import java.lang.reflect.Type;
@@ -142,7 +143,7 @@ private okhttp3.Call executeValidateBeforeCall(ExecuteFilterParameter15 filter,
* Get List ATM Locations
* Get List ATM Locations from API
* @param filter (optional)
- * @return List<Object>
+ * @return List<AtmLocation>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details