diff --git a/api/openapi.yaml b/api/openapi.yaml index 03d7a960..7e8dbd0c 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -98,12 +98,10 @@ paths: description: 'Get List Applications from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -456,14 +454,14 @@ paths: responses: "200": content: - application/vnd.api+json: + application/vnd.api+json; charset=utf-8: schema: $ref: '#/components/schemas/UnitDocumentResponse' description: Successful Response summary: Create a document tags: - Create a Document for an Application - x-accepts: application/vnd.api+json + x-accepts: application/vnd.api+json; charset=utf-8 /applications/{applicationId}/documents/{documentId}/verify: put: description: 'Verify a document via API ' @@ -589,12 +587,10 @@ paths: description: 'Get List Accounts from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -967,12 +963,10 @@ paths: description: 'Get Customers List from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -1029,12 +1023,10 @@ paths: description: 'Get List Payments from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -1261,12 +1253,10 @@ paths: description: 'Get Counterparties List from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -1398,7 +1388,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitCounterpartyResponse_1' + $ref: '#/components/schemas/UnitCounterpartyBalanceResponse' description: Successful Response summary: Get Counterparty Balance tags: @@ -1409,12 +1399,10 @@ paths: description: 'Get Recurring Payments List from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -1529,12 +1517,10 @@ paths: description: 'Get List of Cards from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -1602,7 +1588,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitCardResponse_1' + $ref: '#/components/schemas/UnitCardResponseWithIncluded' description: Successful Response summary: Get Card by Id tags: @@ -1653,7 +1639,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitCardResponse_2' + $ref: '#/components/schemas/UnitPinStatusResponse' description: Successful Response summary: Get Card PIN Status tags: @@ -1785,7 +1771,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitCardResponse_3' + $ref: '#/components/schemas/UnitCardLimitsResponse' description: Successful Response summary: Get Card Limit by Id tags: @@ -1796,12 +1782,10 @@ paths: description: 'Get List Authorizations from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -1854,12 +1838,10 @@ paths: description: 'Get List Authorization Requests from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -1964,12 +1946,10 @@ paths: description: 'Get List Statements from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2064,12 +2044,10 @@ paths: description: 'Get Rewards List from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2144,12 +2122,10 @@ paths: description: 'Get Events List from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2183,7 +2159,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitEventResponse_1' + $ref: '#/components/schemas/UnitEventResponse' description: Successful Response summary: Get Event by Id tags: @@ -2260,12 +2236,10 @@ paths: description: 'Get List Check Deposits from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2402,7 +2376,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitCheckDepositResponse_1' + $ref: '#/components/schemas/UnitCheckDepositImageResponse' description: Successful Response summary: Get Front Check Deposit Image by Id tags: @@ -2424,7 +2398,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitCheckDepositResponse_1' + $ref: '#/components/schemas/UnitCheckDepositImageResponse' description: Successful Response summary: Get Back Check Deposit Image by Id tags: @@ -2574,12 +2548,10 @@ paths: description: 'Get List Webhooks from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2765,7 +2737,7 @@ paths: content: application/vnd.api+json; charset=utf-8: schema: - $ref: '#/components/schemas/UnitTransactionResponse' + $ref: '#/components/schemas/UnitTransactionResponseWithIncluded' description: Successful Response summary: Get Transaction by Id tags: @@ -2799,7 +2771,7 @@ paths: content: application/vnd.api+json: schema: - $ref: '#/components/schemas/UnitTransactionResponse_1' + $ref: '#/components/schemas/UnitTransactionResponse' description: Successful Response summary: Update Transaction tags: @@ -2811,12 +2783,10 @@ paths: description: 'Get List Transactions from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2847,12 +2817,10 @@ paths: description: 'Get List Disputes from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2900,12 +2868,10 @@ paths: description: 'Get List Repayments from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - allowReserved: true in: query name: filter @@ -2978,12 +2944,10 @@ paths: description: 'Get List Check Payments from API ' operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - in: query name: filter schema: @@ -3183,12 +3147,10 @@ paths: get: operationId: execute parameters: - - allowReserved: true - in: query + - in: query name: page schema: $ref: '#/components/schemas/listPageParametersObject' - style: deepObject - in: query name: filter schema: @@ -4124,7 +4086,7 @@ components: title: IndividualCustomer type: object customerRelationships: - additionalProperties: true + additionalProperties: false properties: org: $ref: '#/components/schemas/orgRelationship' @@ -4403,7 +4365,6 @@ components: title: Counterparty type: object paymentRelationships: - additionalProperties: true properties: account: $ref: '#/components/schemas/Relationship' @@ -4659,7 +4620,6 @@ components: title: Received Payment Resource type: object receivedPaymentRelationships: - additionalProperties: true properties: account: $ref: '#/components/schemas/relationships_account' @@ -5319,6 +5279,12 @@ components: - type title: Create Business Virtual Credit Card type: object + UnitCardResponse: + properties: + data: + $ref: '#/components/schemas/card' + title: UnitCardResponse + type: object update_card: additionalProperties: false properties: @@ -5425,7 +5391,7 @@ components: $ref: '#/components/schemas/pinStatus_attributes' title: PinStatusDTO type: object - limits_1: + account_limits: discriminator: mapping: limits: '#/components/schemas/DepositLimits' @@ -5438,7 +5404,7 @@ components: type: object DepositLimits: allOf: - - $ref: '#/components/schemas/limits_1' + - $ref: '#/components/schemas/account_limits' - additionalProperties: false properties: attributes: @@ -5450,7 +5416,7 @@ components: type: object CreditLimits: allOf: - - $ref: '#/components/schemas/limits_1' + - $ref: '#/components/schemas/account_limits' - additionalProperties: false properties: attributes: @@ -7984,11 +7950,11 @@ components: $ref: '#/components/schemas/counterparty_1' title: UnitCounterpartyResponse type: object - UnitCounterpartyResponse_1: + UnitCounterpartyBalanceResponse: properties: data: $ref: '#/components/schemas/counterparty_balance' - title: UnitCounterpartyResponse + title: UnitCounterpartyBalanceResponse type: object execute_filter_parameter_6: properties: @@ -8062,13 +8028,7 @@ components: type: array title: UnitCardResponseCardsList type: object - UnitCardResponse: - properties: - data: - $ref: '#/components/schemas/card' - title: UnitCardResponse - type: object - UnitCardResponse_1: + UnitCardResponseWithIncluded: properties: data: $ref: '#/components/schemas/card' @@ -8076,19 +8036,19 @@ components: items: $ref: '#/components/schemas/IncludedResource' type: array - title: UnitCardResponse + title: UnitCardResponseWithIncluded type: object - UnitCardResponse_2: + UnitPinStatusResponse: properties: data: $ref: '#/components/schemas/pinStatus' - title: UnitCardResponse + title: UnitPinStatusResponse type: object - UnitCardResponse_3: + UnitCardLimitsResponse: properties: data: - $ref: '#/components/schemas/limits_1' - title: UnitCardResponse + $ref: '#/components/schemas/account_limits' + title: UnitCardLimitsResponse type: object execute_filter_parameter_8: properties: @@ -8258,12 +8218,6 @@ components: type: array title: UnitEventListResponse type: object - UnitEventResponse_1: - properties: - data: - $ref: '#/components/schemas/event' - title: UnitEventResponse - type: object UnitInstitutionResponse: properties: data: @@ -8317,11 +8271,11 @@ components: $ref: '#/components/schemas/check_deposit' title: UnitCheckDepositResponse type: object - UnitCheckDepositResponse_1: + UnitCheckDepositImageResponse: properties: data: type: string - title: UnitCheckDepositResponse + title: UnitCheckDepositImageResponse type: object UnitOrgApiTokensListResponse: properties: @@ -8429,7 +8383,7 @@ components: address: type: object type: object - UnitTransactionResponse: + UnitTransactionResponseWithIncluded: properties: data: $ref: '#/components/schemas/transaction' @@ -8437,9 +8391,9 @@ components: items: $ref: '#/components/schemas/IncludedResource_inner' type: array - title: UnitTransactionResponse + title: UnitTransactionResponseWithIncluded type: object - UnitTransactionResponse_1: + UnitTransactionResponse: properties: data: $ref: '#/components/schemas/transaction' @@ -8879,7 +8833,7 @@ components: type: string type: object documentsRelationship: - additionalProperties: true + additionalProperties: false properties: data: items: @@ -9714,12 +9668,12 @@ components: type: object example: null depositAccountRelationships: - additionalProperties: true properties: customer: $ref: '#/components/schemas/customerLinkage' title: depositAccountRelationships type: object + example: null CreditAccount_allOf_attributes: properties: createdAt: @@ -9790,7 +9744,6 @@ components: type: object example: null creditAccountRelationships: - additionalProperties: true properties: customer: $ref: '#/components/schemas/customerLinkage' @@ -9798,6 +9751,7 @@ components: - customer title: creditAccountRelationships type: object + example: null IndividualCustomer_allOf_attributes: properties: createdAt: @@ -12429,7 +12383,7 @@ components: - type type: object checkDepositRelationships_account: - additionalProperties: true + additionalProperties: false properties: data: $ref: '#/components/schemas/checkDepositRelationships_account_data' diff --git a/src/main/java/unit/java/sdk/ApiClient.java b/src/main/java/unit/java/sdk/ApiClient.java index 9571be4a..5f5edc11 100644 --- a/src/main/java/unit/java/sdk/ApiClient.java +++ b/src/main/java/unit/java/sdk/ApiClient.java @@ -427,9 +427,9 @@ public Duration getReadTimeout() { * *

In the case where a new connection needs to be established, if * the connection cannot be established within the given {@code - * duration}, then {@link HttpClient#send(HttpRequest,BodyHandler) + * duration}, then {@link HttpClient #send(HttpRequest,BodyHandler) * HttpClient::send} throws an {@link HttpConnectTimeoutException}, or - * {@link HttpClient#sendAsync(HttpRequest,BodyHandler) + * {@link HttpClient #sendAsync(HttpRequest,BodyHandler) * HttpClient::sendAsync} completes exceptionally with an * {@code HttpConnectTimeoutException}. If a new connection does not * need to be established, for example if a connection can be reused diff --git a/src/main/java/unit/java/sdk/api/CreateADocumentForAnApplicationApi.java b/src/main/java/unit/java/sdk/api/CreateADocumentForAnApplicationApi.java index d3642d0d..14ff041c 100644 --- a/src/main/java/unit/java/sdk/api/CreateADocumentForAnApplicationApi.java +++ b/src/main/java/unit/java/sdk/api/CreateADocumentForAnApplicationApi.java @@ -142,7 +142,7 @@ private HttpRequest.Builder executeRequestBuilder(String applicationId) throws A localVarRequestBuilder.uri(URI.create(memberVarBaseUri + localVarPath)); - localVarRequestBuilder.header("Accept", "application/vnd.api+json"); + localVarRequestBuilder.header("Accept", "application/vnd.api+json; charset=utf-8"); localVarRequestBuilder.method("POST", HttpRequest.BodyPublishers.noBody()); if (memberVarReadTimeout != null) { diff --git a/src/main/java/unit/java/sdk/api/DefaultApi.java b/src/main/java/unit/java/sdk/api/DefaultApi.java index 41dc91cc..c66abc69 100644 --- a/src/main/java/unit/java/sdk/api/DefaultApi.java +++ b/src/main/java/unit/java/sdk/api/DefaultApi.java @@ -147,9 +147,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; localVarQueryParams.addAll(ApiClient.parameterToPairs("filter", filter)); localVarQueryParameterBaseName = "sort"; diff --git a/src/main/java/unit/java/sdk/api/GetCardApi.java b/src/main/java/unit/java/sdk/api/GetCardApi.java index 9e4823e1..6561b33d 100644 --- a/src/main/java/unit/java/sdk/api/GetCardApi.java +++ b/src/main/java/unit/java/sdk/api/GetCardApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitCardResponse1; +import unit.java.sdk.model.UnitCardResponseWithIncluded; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -86,11 +86,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get a Card from API * @param cardId ID of the card to get (required) * @param included (optional) - * @return UnitCardResponse1 + * @return UnitCardResponseWithIncluded * @throws ApiException if fails to make API call */ - public UnitCardResponse1 execute(String cardId, String included) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(cardId, included); + public UnitCardResponseWithIncluded execute(String cardId, String included) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(cardId, included); return localVarResponse.getData(); } @@ -99,10 +99,10 @@ public UnitCardResponse1 execute(String cardId, String included) throws ApiExcep * Get a Card from API * @param cardId ID of the card to get (required) * @param included (optional) - * @return ApiResponse<UnitCardResponse1> + * @return ApiResponse<UnitCardResponseWithIncluded> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String cardId, String included) throws ApiException { + public ApiResponse executeWithHttpInfo(String cardId, String included) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(cardId, included); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -115,10 +115,10 @@ public ApiResponse executeWithHttpInfo(String cardId, String if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/GetCardLimitsApi.java b/src/main/java/unit/java/sdk/api/GetCardLimitsApi.java index 7a45c519..f4597d3f 100644 --- a/src/main/java/unit/java/sdk/api/GetCardLimitsApi.java +++ b/src/main/java/unit/java/sdk/api/GetCardLimitsApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitCardResponse3; +import unit.java.sdk.model.UnitCardLimitsResponse; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -85,11 +85,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get Card Limit by Id * Get a Card Limits from API * @param cardId ID of the card to get (required) - * @return UnitCardResponse3 + * @return UnitCardLimitsResponse * @throws ApiException if fails to make API call */ - public UnitCardResponse3 execute(String cardId) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(cardId); + public UnitCardLimitsResponse execute(String cardId) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(cardId); return localVarResponse.getData(); } @@ -97,10 +97,10 @@ public UnitCardResponse3 execute(String cardId) throws ApiException { * Get Card Limit by Id * Get a Card Limits from API * @param cardId ID of the card to get (required) - * @return ApiResponse<UnitCardResponse3> + * @return ApiResponse<UnitCardLimitsResponse> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String cardId) throws ApiException { + public ApiResponse executeWithHttpInfo(String cardId) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(cardId); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -113,10 +113,10 @@ public ApiResponse executeWithHttpInfo(String cardId) throws if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/GetCardPinStatusApi.java b/src/main/java/unit/java/sdk/api/GetCardPinStatusApi.java index 5dd7bcdc..7980f1c5 100644 --- a/src/main/java/unit/java/sdk/api/GetCardPinStatusApi.java +++ b/src/main/java/unit/java/sdk/api/GetCardPinStatusApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitCardResponse2; +import unit.java.sdk.model.UnitPinStatusResponse; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -85,11 +85,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get Card PIN Status * Get Card PIN Status via API * @param cardId ID of the card to get PIN status (required) - * @return UnitCardResponse2 + * @return UnitPinStatusResponse * @throws ApiException if fails to make API call */ - public UnitCardResponse2 execute(String cardId) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(cardId); + public UnitPinStatusResponse execute(String cardId) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(cardId); return localVarResponse.getData(); } @@ -97,10 +97,10 @@ public UnitCardResponse2 execute(String cardId) throws ApiException { * Get Card PIN Status * Get Card PIN Status via API * @param cardId ID of the card to get PIN status (required) - * @return ApiResponse<UnitCardResponse2> + * @return ApiResponse<UnitPinStatusResponse> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String cardId) throws ApiException { + public ApiResponse executeWithHttpInfo(String cardId) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(cardId); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -113,10 +113,10 @@ public ApiResponse executeWithHttpInfo(String cardId) throws if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/GetCheckDepositBackImageApi.java b/src/main/java/unit/java/sdk/api/GetCheckDepositBackImageApi.java index 0ea7e2e9..37b737e6 100644 --- a/src/main/java/unit/java/sdk/api/GetCheckDepositBackImageApi.java +++ b/src/main/java/unit/java/sdk/api/GetCheckDepositBackImageApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitCheckDepositResponse1; +import unit.java.sdk.model.UnitCheckDepositImageResponse; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -85,11 +85,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get Back Check Deposit Image by Id * Get Back Check Deposit Image from API * @param checkDepositId ID of the check deposit to get (required) - * @return UnitCheckDepositResponse1 + * @return UnitCheckDepositImageResponse * @throws ApiException if fails to make API call */ - public UnitCheckDepositResponse1 execute(String checkDepositId) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(checkDepositId); + public UnitCheckDepositImageResponse execute(String checkDepositId) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(checkDepositId); return localVarResponse.getData(); } @@ -97,10 +97,10 @@ public UnitCheckDepositResponse1 execute(String checkDepositId) throws ApiExcept * Get Back Check Deposit Image by Id * Get Back Check Deposit Image from API * @param checkDepositId ID of the check deposit to get (required) - * @return ApiResponse<UnitCheckDepositResponse1> + * @return ApiResponse<UnitCheckDepositImageResponse> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String checkDepositId) throws ApiException { + public ApiResponse executeWithHttpInfo(String checkDepositId) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(checkDepositId); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -113,10 +113,10 @@ public ApiResponse executeWithHttpInfo(String checkDe if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/GetCheckDepositFrontImageApi.java b/src/main/java/unit/java/sdk/api/GetCheckDepositFrontImageApi.java index fcf2f5cc..a808c558 100644 --- a/src/main/java/unit/java/sdk/api/GetCheckDepositFrontImageApi.java +++ b/src/main/java/unit/java/sdk/api/GetCheckDepositFrontImageApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitCheckDepositResponse1; +import unit.java.sdk.model.UnitCheckDepositImageResponse; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -85,11 +85,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get Front Check Deposit Image by Id * Get Front Check Deposit Image from API * @param checkDepositId ID of the check deposit to get (required) - * @return UnitCheckDepositResponse1 + * @return UnitCheckDepositImageResponse * @throws ApiException if fails to make API call */ - public UnitCheckDepositResponse1 execute(String checkDepositId) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(checkDepositId); + public UnitCheckDepositImageResponse execute(String checkDepositId) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(checkDepositId); return localVarResponse.getData(); } @@ -97,10 +97,10 @@ public UnitCheckDepositResponse1 execute(String checkDepositId) throws ApiExcept * Get Front Check Deposit Image by Id * Get Front Check Deposit Image from API * @param checkDepositId ID of the check deposit to get (required) - * @return ApiResponse<UnitCheckDepositResponse1> + * @return ApiResponse<UnitCheckDepositImageResponse> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String checkDepositId) throws ApiException { + public ApiResponse executeWithHttpInfo(String checkDepositId) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(checkDepositId); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -113,10 +113,10 @@ public ApiResponse executeWithHttpInfo(String checkDe if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/GetCounterpartyBalanceApi.java b/src/main/java/unit/java/sdk/api/GetCounterpartyBalanceApi.java index b4b6f66e..6ff23cc8 100644 --- a/src/main/java/unit/java/sdk/api/GetCounterpartyBalanceApi.java +++ b/src/main/java/unit/java/sdk/api/GetCounterpartyBalanceApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitCounterpartyResponse1; +import unit.java.sdk.model.UnitCounterpartyBalanceResponse; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -85,11 +85,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get Counterparty Balance * Get Recurring Payment from API * @param counterpartyId ID of the counterparty to get (required) - * @return UnitCounterpartyResponse1 + * @return UnitCounterpartyBalanceResponse * @throws ApiException if fails to make API call */ - public UnitCounterpartyResponse1 execute(String counterpartyId) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(counterpartyId); + public UnitCounterpartyBalanceResponse execute(String counterpartyId) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(counterpartyId); return localVarResponse.getData(); } @@ -97,10 +97,10 @@ public UnitCounterpartyResponse1 execute(String counterpartyId) throws ApiExcept * Get Counterparty Balance * Get Recurring Payment from API * @param counterpartyId ID of the counterparty to get (required) - * @return ApiResponse<UnitCounterpartyResponse1> + * @return ApiResponse<UnitCounterpartyBalanceResponse> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String counterpartyId) throws ApiException { + public ApiResponse executeWithHttpInfo(String counterpartyId) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(counterpartyId); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -113,10 +113,10 @@ public ApiResponse executeWithHttpInfo(String counter if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/GetEventApi.java b/src/main/java/unit/java/sdk/api/GetEventApi.java index 25a8b113..7cfee836 100644 --- a/src/main/java/unit/java/sdk/api/GetEventApi.java +++ b/src/main/java/unit/java/sdk/api/GetEventApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitEventResponse1; +import unit.java.sdk.model.UnitEventResponse; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -85,11 +85,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get Event by Id * Get an Event from API * @param eventId ID of the event to get (required) - * @return UnitEventResponse1 + * @return UnitEventResponse * @throws ApiException if fails to make API call */ - public UnitEventResponse1 execute(String eventId) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(eventId); + public UnitEventResponse execute(String eventId) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(eventId); return localVarResponse.getData(); } @@ -97,10 +97,10 @@ public UnitEventResponse1 execute(String eventId) throws ApiException { * Get Event by Id * Get an Event from API * @param eventId ID of the event to get (required) - * @return ApiResponse<UnitEventResponse1> + * @return ApiResponse<UnitEventResponse> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String eventId) throws ApiException { + public ApiResponse executeWithHttpInfo(String eventId) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(eventId); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -113,10 +113,10 @@ public ApiResponse executeWithHttpInfo(String eventId) throw if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/GetListAccountsApi.java b/src/main/java/unit/java/sdk/api/GetListAccountsApi.java index bc46e8ca..ae66452c 100644 --- a/src/main/java/unit/java/sdk/api/GetListAccountsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListAccountsApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListApplicationsApi.java b/src/main/java/unit/java/sdk/api/GetListApplicationsApi.java index d0c142bd..28398266 100644 --- a/src/main/java/unit/java/sdk/api/GetListApplicationsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListApplicationsApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListAuthorizationRequestsApi.java b/src/main/java/unit/java/sdk/api/GetListAuthorizationRequestsApi.java index 9123d035..6c2e1860 100644 --- a/src/main/java/unit/java/sdk/api/GetListAuthorizationRequestsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListAuthorizationRequestsApi.java @@ -143,9 +143,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListAuthorizationsApi.java b/src/main/java/unit/java/sdk/api/GetListAuthorizationsApi.java index 9f20764a..b52876f3 100644 --- a/src/main/java/unit/java/sdk/api/GetListAuthorizationsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListAuthorizationsApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListCheckDepositsApi.java b/src/main/java/unit/java/sdk/api/GetListCheckDepositsApi.java index 6516212b..db06e185 100644 --- a/src/main/java/unit/java/sdk/api/GetListCheckDepositsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListCheckDepositsApi.java @@ -147,9 +147,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListCheckPaymentsApi.java b/src/main/java/unit/java/sdk/api/GetListCheckPaymentsApi.java index c9f207a2..ae0c68f3 100644 --- a/src/main/java/unit/java/sdk/api/GetListCheckPaymentsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListCheckPaymentsApi.java @@ -147,9 +147,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; localVarQueryParams.addAll(ApiClient.parameterToPairs("filter", filter)); localVarQueryParameterBaseName = "sort"; diff --git a/src/main/java/unit/java/sdk/api/GetListCounterpartiesApi.java b/src/main/java/unit/java/sdk/api/GetListCounterpartiesApi.java index e48658d5..fb4c6225 100644 --- a/src/main/java/unit/java/sdk/api/GetListCounterpartiesApi.java +++ b/src/main/java/unit/java/sdk/api/GetListCounterpartiesApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListCustomersApi.java b/src/main/java/unit/java/sdk/api/GetListCustomersApi.java index 1e35a12b..51d4261a 100644 --- a/src/main/java/unit/java/sdk/api/GetListCustomersApi.java +++ b/src/main/java/unit/java/sdk/api/GetListCustomersApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListDisputesApi.java b/src/main/java/unit/java/sdk/api/GetListDisputesApi.java index 53ea1845..14ee873a 100644 --- a/src/main/java/unit/java/sdk/api/GetListDisputesApi.java +++ b/src/main/java/unit/java/sdk/api/GetListDisputesApi.java @@ -143,9 +143,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListEventsApi.java b/src/main/java/unit/java/sdk/api/GetListEventsApi.java index 4627cb8e..b3b60437 100644 --- a/src/main/java/unit/java/sdk/api/GetListEventsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListEventsApi.java @@ -143,9 +143,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListOfCardsApi.java b/src/main/java/unit/java/sdk/api/GetListOfCardsApi.java index dd946bcd..484ee442 100644 --- a/src/main/java/unit/java/sdk/api/GetListOfCardsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListOfCardsApi.java @@ -147,9 +147,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListPaymentsApi.java b/src/main/java/unit/java/sdk/api/GetListPaymentsApi.java index f8ba387b..5ecf70b7 100644 --- a/src/main/java/unit/java/sdk/api/GetListPaymentsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListPaymentsApi.java @@ -147,9 +147,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListRecurringPaymentsApi.java b/src/main/java/unit/java/sdk/api/GetListRecurringPaymentsApi.java index 391b7e0b..c3093ee9 100644 --- a/src/main/java/unit/java/sdk/api/GetListRecurringPaymentsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListRecurringPaymentsApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListRepaymentsApi.java b/src/main/java/unit/java/sdk/api/GetListRepaymentsApi.java index 91cc14b1..365c0e8c 100644 --- a/src/main/java/unit/java/sdk/api/GetListRepaymentsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListRepaymentsApi.java @@ -143,9 +143,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListRewardsApi.java b/src/main/java/unit/java/sdk/api/GetListRewardsApi.java index 48743fd3..7683f21d 100644 --- a/src/main/java/unit/java/sdk/api/GetListRewardsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListRewardsApi.java @@ -147,9 +147,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListStatementsApi.java b/src/main/java/unit/java/sdk/api/GetListStatementsApi.java index 82991617..1c200cfe 100644 --- a/src/main/java/unit/java/sdk/api/GetListStatementsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListStatementsApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListTransactionsApi.java b/src/main/java/unit/java/sdk/api/GetListTransactionsApi.java index 68c2ff8e..3193a3d2 100644 --- a/src/main/java/unit/java/sdk/api/GetListTransactionsApi.java +++ b/src/main/java/unit/java/sdk/api/GetListTransactionsApi.java @@ -147,9 +147,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetListWebhooksApi.java b/src/main/java/unit/java/sdk/api/GetListWebhooksApi.java index eea52df4..08eff8e1 100644 --- a/src/main/java/unit/java/sdk/api/GetListWebhooksApi.java +++ b/src/main/java/unit/java/sdk/api/GetListWebhooksApi.java @@ -145,9 +145,7 @@ private HttpRequest.Builder executeRequestBuilder(ListPageParametersObject page, StringJoiner localVarQueryStringJoiner = new StringJoiner("&"); String localVarQueryParameterBaseName; localVarQueryParameterBaseName = "page"; - if (page != null) { - localVarQueryStringJoiner.add(page.toUrlQueryString("page")); - } + localVarQueryParams.addAll(ApiClient.parameterToPairs("page", page)); localVarQueryParameterBaseName = "filter"; if (filter != null) { localVarQueryStringJoiner.add(filter.toUrlQueryString("filter")); diff --git a/src/main/java/unit/java/sdk/api/GetTransactionApi.java b/src/main/java/unit/java/sdk/api/GetTransactionApi.java index 848e6fd2..aa0ead5f 100644 --- a/src/main/java/unit/java/sdk/api/GetTransactionApi.java +++ b/src/main/java/unit/java/sdk/api/GetTransactionApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitTransactionResponse; +import unit.java.sdk.model.UnitTransactionResponseWithIncluded; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; @@ -86,11 +86,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * Get a Transaction from API * @param accountId ID of the account to get transaction from (required) * @param transactionId ID of the transaction (required) - * @return UnitTransactionResponse + * @return UnitTransactionResponseWithIncluded * @throws ApiException if fails to make API call */ - public UnitTransactionResponse execute(String accountId, String transactionId) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(accountId, transactionId); + public UnitTransactionResponseWithIncluded execute(String accountId, String transactionId) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(accountId, transactionId); return localVarResponse.getData(); } @@ -99,10 +99,10 @@ public UnitTransactionResponse execute(String accountId, String transactionId) t * Get a Transaction from API * @param accountId ID of the account to get transaction from (required) * @param transactionId ID of the transaction (required) - * @return ApiResponse<UnitTransactionResponse> + * @return ApiResponse<UnitTransactionResponseWithIncluded> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String accountId, String transactionId) throws ApiException { + public ApiResponse executeWithHttpInfo(String accountId, String transactionId) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(accountId, transactionId); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -115,10 +115,10 @@ public ApiResponse executeWithHttpInfo(String accountId if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/api/UpdateTransactionApi.java b/src/main/java/unit/java/sdk/api/UpdateTransactionApi.java index a586435a..1e7f4a85 100644 --- a/src/main/java/unit/java/sdk/api/UpdateTransactionApi.java +++ b/src/main/java/unit/java/sdk/api/UpdateTransactionApi.java @@ -17,7 +17,7 @@ import unit.java.sdk.ApiResponse; import unit.java.sdk.Pair; -import unit.java.sdk.model.UnitTransactionResponse1; +import unit.java.sdk.model.UnitTransactionResponse; import unit.java.sdk.model.UpdateTransaction; import com.fasterxml.jackson.core.type.TypeReference; @@ -88,11 +88,11 @@ private String formatExceptionMessage(String operationId, int statusCode, String * @param accountId ID of the account to update transaction from (required) * @param transactionId ID of the transaction to update (required) * @param updateTransaction Update Transaction Request (required) - * @return UnitTransactionResponse1 + * @return UnitTransactionResponse * @throws ApiException if fails to make API call */ - public UnitTransactionResponse1 execute(String accountId, String transactionId, UpdateTransaction updateTransaction) throws ApiException { - ApiResponse localVarResponse = executeWithHttpInfo(accountId, transactionId, updateTransaction); + public UnitTransactionResponse execute(String accountId, String transactionId, UpdateTransaction updateTransaction) throws ApiException { + ApiResponse localVarResponse = executeWithHttpInfo(accountId, transactionId, updateTransaction); return localVarResponse.getData(); } @@ -102,10 +102,10 @@ public UnitTransactionResponse1 execute(String accountId, String transactionId, * @param accountId ID of the account to update transaction from (required) * @param transactionId ID of the transaction to update (required) * @param updateTransaction Update Transaction Request (required) - * @return ApiResponse<UnitTransactionResponse1> + * @return ApiResponse<UnitTransactionResponse> * @throws ApiException if fails to make API call */ - public ApiResponse executeWithHttpInfo(String accountId, String transactionId, UpdateTransaction updateTransaction) throws ApiException { + public ApiResponse executeWithHttpInfo(String accountId, String transactionId, UpdateTransaction updateTransaction) throws ApiException { HttpRequest.Builder localVarRequestBuilder = executeRequestBuilder(accountId, transactionId, updateTransaction); try { HttpResponse localVarResponse = memberVarHttpClient.send( @@ -118,10 +118,10 @@ public ApiResponse executeWithHttpInfo(String accountI if (localVarResponse.statusCode()/ 100 != 2) { throw getApiException("execute", localVarResponse); } - return new ApiResponse( + return new ApiResponse( localVarResponse.statusCode(), localVarResponse.headers().map(), - localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream + localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference() {}) // closes the InputStream ); } finally { } diff --git a/src/main/java/unit/java/sdk/model/AccountLimits.java b/src/main/java/unit/java/sdk/model/AccountLimits.java new file mode 100644 index 00000000..d5b11759 --- /dev/null +++ b/src/main/java/unit/java/sdk/model/AccountLimits.java @@ -0,0 +1,172 @@ +/* + * Unit OpenAPI specifications + * An OpenAPI specifications for unit-sdk clients + * + * The version of the OpenAPI document: 0.0.3 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package unit.java.sdk.model; + +import java.net.URLEncoder; +import java.nio.charset.StandardCharsets; +import java.util.StringJoiner; +import java.util.Objects; +import java.util.Map; +import java.util.HashMap; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonSubTypes; +import com.fasterxml.jackson.annotation.JsonTypeInfo; +import com.fasterxml.jackson.annotation.JsonTypeName; +import com.fasterxml.jackson.annotation.JsonValue; +import java.util.Arrays; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; + + +import unit.java.sdk.JSON; +/** + * AccountLimits + */ +@JsonPropertyOrder({ + AccountLimits.JSON_PROPERTY_TYPE +}) +@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +@JsonIgnoreProperties( + value = "type", // ignore manually set type, it will be automatically generated by Jackson during serialization + allowSetters = true // allows the type to be set during deserialization +) +@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type", visible = true) +@JsonSubTypes({ + @JsonSubTypes.Type(value = CreditLimits.class, name = "creditLimits"), + @JsonSubTypes.Type(value = DepositLimits.class, name = "limits"), +}) + +public class AccountLimits { + public static final String JSON_PROPERTY_TYPE = "type"; + private String type; + + public AccountLimits() { + } + + public AccountLimits type(String type) { + this.type = type; + return this; + } + + /** + * Get type + * @return type + **/ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_TYPE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + + public String getType() { + return type; + } + + + @JsonProperty(JSON_PROPERTY_TYPE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public void setType(String type) { + this.type = type; + } + + + /** + * Return true if this account_limits object is equal to o. + */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + AccountLimits accountLimits = (AccountLimits) o; + return Objects.equals(this.type, accountLimits.type); + } + + @Override + public int hashCode() { + return Objects.hash(type); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class AccountLimits {\n"); + sb.append(" type: ").append(toIndentedString(type)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + /** + * Convert the instance into URL query string. + * + * @return URL query string + */ + public String toUrlQueryString() { + return toUrlQueryString(null); + } + + /** + * Convert the instance into URL query string. + * + * @param prefix prefix of the query string + * @return URL query string + */ + public String toUrlQueryString(String prefix) { + String suffix = ""; + String containerSuffix = ""; + String containerPrefix = ""; + if (prefix == null) { + // style=form, explode=true, e.g. /pet?name=cat&type=manx + prefix = ""; + } else { + // deepObject style e.g. /pet?id[name]=cat&id[type]=manx + prefix = prefix + "["; + suffix = "]"; + containerSuffix = "]"; + containerPrefix = "["; + } + + StringJoiner joiner = new StringJoiner("&"); + + // add `type` to the URL query string + if (getType() != null) { + joiner.add(String.format("%stype%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getType()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + } + + return joiner.toString(); + } +static { + // Initialize and register the discriminator mappings. + Map> mappings = new HashMap>(); + mappings.put("creditLimits", CreditLimits.class); + mappings.put("limits", DepositLimits.class); + mappings.put("account_limits", AccountLimits.class); + JSON.registerDiscriminator(AccountLimits.class, "type", mappings); +} +} + diff --git a/src/main/java/unit/java/sdk/model/AchPayment.java b/src/main/java/unit/java/sdk/model/AchPayment.java index d6d39a34..df13e6c0 100644 --- a/src/main/java/unit/java/sdk/model/AchPayment.java +++ b/src/main/java/unit/java/sdk/model/AchPayment.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/ApplicationRelationships.java b/src/main/java/unit/java/sdk/model/ApplicationRelationships.java index c6f979ca..afc99dfe 100644 --- a/src/main/java/unit/java/sdk/model/ApplicationRelationships.java +++ b/src/main/java/unit/java/sdk/model/ApplicationRelationships.java @@ -343,7 +343,7 @@ public String toUrlQueryString(String prefix) { // add `documents` to the URL query string if (getDocuments() != null) { - joiner.add(String.format("%sdocuments%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getDocuments()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getDocuments().toUrlQueryString(prefix + "documents" + suffix)); } // add `applicationForm` to the URL query string diff --git a/src/main/java/unit/java/sdk/model/BillPayment.java b/src/main/java/unit/java/sdk/model/BillPayment.java index 50d65d38..7a8ed58e 100644 --- a/src/main/java/unit/java/sdk/model/BillPayment.java +++ b/src/main/java/unit/java/sdk/model/BillPayment.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/BookPayment.java b/src/main/java/unit/java/sdk/model/BookPayment.java index d0a5c205..0b519622 100644 --- a/src/main/java/unit/java/sdk/model/BookPayment.java +++ b/src/main/java/unit/java/sdk/model/BookPayment.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/BusinessCustomer.java b/src/main/java/unit/java/sdk/model/BusinessCustomer.java index 39119089..01c1e210 100644 --- a/src/main/java/unit/java/sdk/model/BusinessCustomer.java +++ b/src/main/java/unit/java/sdk/model/BusinessCustomer.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/CheckDepositRelationships.java b/src/main/java/unit/java/sdk/model/CheckDepositRelationships.java index 3cb4f83a..7a524b59 100644 --- a/src/main/java/unit/java/sdk/model/CheckDepositRelationships.java +++ b/src/main/java/unit/java/sdk/model/CheckDepositRelationships.java @@ -243,7 +243,7 @@ public String toUrlQueryString(String prefix) { // add `account` to the URL query string if (getAccount() != null) { - joiner.add(String.format("%saccount%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getAccount()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getAccount().toUrlQueryString(prefix + "account" + suffix)); } // add `customer` to the URL query string diff --git a/src/main/java/unit/java/sdk/model/CheckDepositRelationshipsAccount.java b/src/main/java/unit/java/sdk/model/CheckDepositRelationshipsAccount.java index 5ec041de..1a2696d4 100644 --- a/src/main/java/unit/java/sdk/model/CheckDepositRelationshipsAccount.java +++ b/src/main/java/unit/java/sdk/model/CheckDepositRelationshipsAccount.java @@ -13,10 +13,6 @@ package unit.java.sdk.model; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonAnyGetter; -import com.fasterxml.jackson.annotation.JsonAnySetter; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.StringJoiner; @@ -29,8 +25,6 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; import unit.java.sdk.model.CheckDepositRelationshipsAccountData; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -42,7 +36,7 @@ CheckDepositRelationshipsAccount.JSON_PROPERTY_DATA }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class CheckDepositRelationshipsAccount extends HashMap { +public class CheckDepositRelationshipsAccount { public static final String JSON_PROPERTY_DATA = "data"; private CheckDepositRelationshipsAccountData data; @@ -73,49 +67,6 @@ public void setData(CheckDepositRelationshipsAccountData data) { this.data = data; } - /** - * A container for additional, undeclared properties. - * This is a holder for any undeclared properties as specified with - * the 'additionalProperties' keyword in the OAS document. - */ - private Map additionalProperties; - - /** - * Set the additional (undeclared) property with the specified name and value. - * If the property does not already exist, create it otherwise replace it. - * @param key the name of the property - * @param value the value of the property - * @return self reference - */ - @JsonAnySetter - public CheckDepositRelationshipsAccount putAdditionalProperty(String key, Object value) { - if (this.additionalProperties == null) { - this.additionalProperties = new HashMap(); - } - this.additionalProperties.put(key, value); - return this; - } - - /** - * Return the additional (undeclared) properties. - * @return the additional (undeclared) properties - */ - @JsonAnyGetter - public Map getAdditionalProperties() { - return additionalProperties; - } - - /** - * Return the additional (undeclared) property with the specified name. - * @param key the name of the property - * @return the additional (undeclared) property with the specified name - */ - public Object getAdditionalProperty(String key) { - if (this.additionalProperties == null) { - return null; - } - return this.additionalProperties.get(key); - } /** * Return true if this checkDepositRelationships_account object is equal to o. @@ -129,23 +80,19 @@ public boolean equals(Object o) { return false; } CheckDepositRelationshipsAccount checkDepositRelationshipsAccount = (CheckDepositRelationshipsAccount) o; - return Objects.equals(this.data, checkDepositRelationshipsAccount.data)&& - Objects.equals(this.additionalProperties, checkDepositRelationshipsAccount.additionalProperties) && - super.equals(o); + return Objects.equals(this.data, checkDepositRelationshipsAccount.data); } @Override public int hashCode() { - return Objects.hash(data, super.hashCode(), additionalProperties); + return Objects.hash(data); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CheckDepositRelationshipsAccount {\n"); - sb.append(" ").append(toIndentedString(super.toString())).append("\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); - sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/unit/java/sdk/model/CreditAccount.java b/src/main/java/unit/java/sdk/model/CreditAccount.java index 22265ea6..8d3dafe9 100644 --- a/src/main/java/unit/java/sdk/model/CreditAccount.java +++ b/src/main/java/unit/java/sdk/model/CreditAccount.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/CreditAccountRelationships.java b/src/main/java/unit/java/sdk/model/CreditAccountRelationships.java index 7669f1ab..e97ca61a 100644 --- a/src/main/java/unit/java/sdk/model/CreditAccountRelationships.java +++ b/src/main/java/unit/java/sdk/model/CreditAccountRelationships.java @@ -13,10 +13,6 @@ package unit.java.sdk.model; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonAnyGetter; -import com.fasterxml.jackson.annotation.JsonAnySetter; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.StringJoiner; @@ -29,8 +25,6 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; import unit.java.sdk.model.CustomerLinkage; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -42,7 +36,7 @@ CreditAccountRelationships.JSON_PROPERTY_CUSTOMER }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class CreditAccountRelationships extends HashMap { +public class CreditAccountRelationships { public static final String JSON_PROPERTY_CUSTOMER = "customer"; private CustomerLinkage customer; @@ -73,49 +67,6 @@ public void setCustomer(CustomerLinkage customer) { this.customer = customer; } - /** - * A container for additional, undeclared properties. - * This is a holder for any undeclared properties as specified with - * the 'additionalProperties' keyword in the OAS document. - */ - private Map additionalProperties; - - /** - * Set the additional (undeclared) property with the specified name and value. - * If the property does not already exist, create it otherwise replace it. - * @param key the name of the property - * @param value the value of the property - * @return self reference - */ - @JsonAnySetter - public CreditAccountRelationships putAdditionalProperty(String key, Object value) { - if (this.additionalProperties == null) { - this.additionalProperties = new HashMap(); - } - this.additionalProperties.put(key, value); - return this; - } - - /** - * Return the additional (undeclared) properties. - * @return the additional (undeclared) properties - */ - @JsonAnyGetter - public Map getAdditionalProperties() { - return additionalProperties; - } - - /** - * Return the additional (undeclared) property with the specified name. - * @param key the name of the property - * @return the additional (undeclared) property with the specified name - */ - public Object getAdditionalProperty(String key) { - if (this.additionalProperties == null) { - return null; - } - return this.additionalProperties.get(key); - } /** * Return true if this creditAccountRelationships object is equal to o. @@ -129,23 +80,19 @@ public boolean equals(Object o) { return false; } CreditAccountRelationships creditAccountRelationships = (CreditAccountRelationships) o; - return Objects.equals(this.customer, creditAccountRelationships.customer)&& - Objects.equals(this.additionalProperties, creditAccountRelationships.additionalProperties) && - super.equals(o); + return Objects.equals(this.customer, creditAccountRelationships.customer); } @Override public int hashCode() { - return Objects.hash(customer, super.hashCode(), additionalProperties); + return Objects.hash(customer); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CreditAccountRelationships {\n"); - sb.append(" ").append(toIndentedString(super.toString())).append("\n"); sb.append(" customer: ").append(toIndentedString(customer)).append("\n"); - sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/unit/java/sdk/model/CreditLimits.java b/src/main/java/unit/java/sdk/model/CreditLimits.java index 72261479..1a2590eb 100644 --- a/src/main/java/unit/java/sdk/model/CreditLimits.java +++ b/src/main/java/unit/java/sdk/model/CreditLimits.java @@ -28,8 +28,8 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; +import unit.java.sdk.model.AccountLimits; import unit.java.sdk.model.CreditLimitsAllOfAttributes; -import unit.java.sdk.model.Limits1; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -47,7 +47,7 @@ ) @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type", visible = true) -public class CreditLimits extends Limits1 { +public class CreditLimits extends AccountLimits { public static final String JSON_PROPERTY_ATTRIBUTES = "attributes"; private CreditLimitsAllOfAttributes attributes; diff --git a/src/main/java/unit/java/sdk/model/CustomerRelationships.java b/src/main/java/unit/java/sdk/model/CustomerRelationships.java index 935177b9..eac90a45 100644 --- a/src/main/java/unit/java/sdk/model/CustomerRelationships.java +++ b/src/main/java/unit/java/sdk/model/CustomerRelationships.java @@ -13,10 +13,6 @@ package unit.java.sdk.model; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonAnyGetter; -import com.fasterxml.jackson.annotation.JsonAnySetter; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.StringJoiner; @@ -29,8 +25,6 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; import unit.java.sdk.model.OrgRelationship; import unit.java.sdk.model.Relationship; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -44,7 +38,7 @@ CustomerRelationships.JSON_PROPERTY_APPLICATION }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class CustomerRelationships extends HashMap { +public class CustomerRelationships { public static final String JSON_PROPERTY_ORG = "org"; private OrgRelationship org; @@ -103,49 +97,6 @@ public void setApplication(Relationship application) { this.application = application; } - /** - * A container for additional, undeclared properties. - * This is a holder for any undeclared properties as specified with - * the 'additionalProperties' keyword in the OAS document. - */ - private Map additionalProperties; - - /** - * Set the additional (undeclared) property with the specified name and value. - * If the property does not already exist, create it otherwise replace it. - * @param key the name of the property - * @param value the value of the property - * @return self reference - */ - @JsonAnySetter - public CustomerRelationships putAdditionalProperty(String key, Object value) { - if (this.additionalProperties == null) { - this.additionalProperties = new HashMap(); - } - this.additionalProperties.put(key, value); - return this; - } - - /** - * Return the additional (undeclared) properties. - * @return the additional (undeclared) properties - */ - @JsonAnyGetter - public Map getAdditionalProperties() { - return additionalProperties; - } - - /** - * Return the additional (undeclared) property with the specified name. - * @param key the name of the property - * @return the additional (undeclared) property with the specified name - */ - public Object getAdditionalProperty(String key) { - if (this.additionalProperties == null) { - return null; - } - return this.additionalProperties.get(key); - } /** * Return true if this customerRelationships object is equal to o. @@ -160,24 +111,20 @@ public boolean equals(Object o) { } CustomerRelationships customerRelationships = (CustomerRelationships) o; return Objects.equals(this.org, customerRelationships.org) && - Objects.equals(this.application, customerRelationships.application)&& - Objects.equals(this.additionalProperties, customerRelationships.additionalProperties) && - super.equals(o); + Objects.equals(this.application, customerRelationships.application); } @Override public int hashCode() { - return Objects.hash(org, application, super.hashCode(), additionalProperties); + return Objects.hash(org, application); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CustomerRelationships {\n"); - sb.append(" ").append(toIndentedString(super.toString())).append("\n"); sb.append(" org: ").append(toIndentedString(org)).append("\n"); sb.append(" application: ").append(toIndentedString(application)).append("\n"); - sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/unit/java/sdk/model/DepositAccount.java b/src/main/java/unit/java/sdk/model/DepositAccount.java index 7b9a55d4..9a249331 100644 --- a/src/main/java/unit/java/sdk/model/DepositAccount.java +++ b/src/main/java/unit/java/sdk/model/DepositAccount.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/DepositAccountRelationships.java b/src/main/java/unit/java/sdk/model/DepositAccountRelationships.java index be690af5..5f60a81d 100644 --- a/src/main/java/unit/java/sdk/model/DepositAccountRelationships.java +++ b/src/main/java/unit/java/sdk/model/DepositAccountRelationships.java @@ -13,10 +13,6 @@ package unit.java.sdk.model; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonAnyGetter; -import com.fasterxml.jackson.annotation.JsonAnySetter; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.StringJoiner; @@ -29,8 +25,6 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; import unit.java.sdk.model.CustomerLinkage; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -42,7 +36,7 @@ DepositAccountRelationships.JSON_PROPERTY_CUSTOMER }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class DepositAccountRelationships extends HashMap { +public class DepositAccountRelationships { public static final String JSON_PROPERTY_CUSTOMER = "customer"; private CustomerLinkage customer; @@ -73,49 +67,6 @@ public void setCustomer(CustomerLinkage customer) { this.customer = customer; } - /** - * A container for additional, undeclared properties. - * This is a holder for any undeclared properties as specified with - * the 'additionalProperties' keyword in the OAS document. - */ - private Map additionalProperties; - - /** - * Set the additional (undeclared) property with the specified name and value. - * If the property does not already exist, create it otherwise replace it. - * @param key the name of the property - * @param value the value of the property - * @return self reference - */ - @JsonAnySetter - public DepositAccountRelationships putAdditionalProperty(String key, Object value) { - if (this.additionalProperties == null) { - this.additionalProperties = new HashMap(); - } - this.additionalProperties.put(key, value); - return this; - } - - /** - * Return the additional (undeclared) properties. - * @return the additional (undeclared) properties - */ - @JsonAnyGetter - public Map getAdditionalProperties() { - return additionalProperties; - } - - /** - * Return the additional (undeclared) property with the specified name. - * @param key the name of the property - * @return the additional (undeclared) property with the specified name - */ - public Object getAdditionalProperty(String key) { - if (this.additionalProperties == null) { - return null; - } - return this.additionalProperties.get(key); - } /** * Return true if this depositAccountRelationships object is equal to o. @@ -129,23 +80,19 @@ public boolean equals(Object o) { return false; } DepositAccountRelationships depositAccountRelationships = (DepositAccountRelationships) o; - return Objects.equals(this.customer, depositAccountRelationships.customer)&& - Objects.equals(this.additionalProperties, depositAccountRelationships.additionalProperties) && - super.equals(o); + return Objects.equals(this.customer, depositAccountRelationships.customer); } @Override public int hashCode() { - return Objects.hash(customer, super.hashCode(), additionalProperties); + return Objects.hash(customer); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class DepositAccountRelationships {\n"); - sb.append(" ").append(toIndentedString(super.toString())).append("\n"); sb.append(" customer: ").append(toIndentedString(customer)).append("\n"); - sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/unit/java/sdk/model/DepositLimits.java b/src/main/java/unit/java/sdk/model/DepositLimits.java index ab6fb8fb..4bf72e69 100644 --- a/src/main/java/unit/java/sdk/model/DepositLimits.java +++ b/src/main/java/unit/java/sdk/model/DepositLimits.java @@ -28,8 +28,8 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; +import unit.java.sdk.model.AccountLimits; import unit.java.sdk.model.DepositLimitsAllOfAttributes; -import unit.java.sdk.model.Limits1; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -47,7 +47,7 @@ ) @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type", visible = true) -public class DepositLimits extends Limits1 { +public class DepositLimits extends AccountLimits { public static final String JSON_PROPERTY_ATTRIBUTES = "attributes"; private DepositLimitsAllOfAttributes attributes; diff --git a/src/main/java/unit/java/sdk/model/DocumentsRelationship.java b/src/main/java/unit/java/sdk/model/DocumentsRelationship.java index ff98507e..150053e4 100644 --- a/src/main/java/unit/java/sdk/model/DocumentsRelationship.java +++ b/src/main/java/unit/java/sdk/model/DocumentsRelationship.java @@ -13,10 +13,6 @@ package unit.java.sdk.model; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonAnyGetter; -import com.fasterxml.jackson.annotation.JsonAnySetter; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.StringJoiner; @@ -30,9 +26,7 @@ import com.fasterxml.jackson.annotation.JsonValue; import java.util.ArrayList; import java.util.Arrays; -import java.util.HashMap; import java.util.List; -import java.util.Map; import unit.java.sdk.model.DocumentsRelationshipDataInner; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -44,7 +38,7 @@ DocumentsRelationship.JSON_PROPERTY_DATA }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class DocumentsRelationship extends HashMap { +public class DocumentsRelationship { public static final String JSON_PROPERTY_DATA = "data"; private List data = new ArrayList<>(); @@ -83,49 +77,6 @@ public void setData(List data) { this.data = data; } - /** - * A container for additional, undeclared properties. - * This is a holder for any undeclared properties as specified with - * the 'additionalProperties' keyword in the OAS document. - */ - private Map additionalProperties; - - /** - * Set the additional (undeclared) property with the specified name and value. - * If the property does not already exist, create it otherwise replace it. - * @param key the name of the property - * @param value the value of the property - * @return self reference - */ - @JsonAnySetter - public DocumentsRelationship putAdditionalProperty(String key, Object value) { - if (this.additionalProperties == null) { - this.additionalProperties = new HashMap(); - } - this.additionalProperties.put(key, value); - return this; - } - - /** - * Return the additional (undeclared) properties. - * @return the additional (undeclared) properties - */ - @JsonAnyGetter - public Map getAdditionalProperties() { - return additionalProperties; - } - - /** - * Return the additional (undeclared) property with the specified name. - * @param key the name of the property - * @return the additional (undeclared) property with the specified name - */ - public Object getAdditionalProperty(String key) { - if (this.additionalProperties == null) { - return null; - } - return this.additionalProperties.get(key); - } /** * Return true if this documentsRelationship object is equal to o. @@ -139,23 +90,19 @@ public boolean equals(Object o) { return false; } DocumentsRelationship documentsRelationship = (DocumentsRelationship) o; - return Objects.equals(this.data, documentsRelationship.data)&& - Objects.equals(this.additionalProperties, documentsRelationship.additionalProperties) && - super.equals(o); + return Objects.equals(this.data, documentsRelationship.data); } @Override public int hashCode() { - return Objects.hash(data, super.hashCode(), additionalProperties); + return Objects.hash(data); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class DocumentsRelationship {\n"); - sb.append(" ").append(toIndentedString(super.toString())).append("\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); - sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/unit/java/sdk/model/IndividualCustomer.java b/src/main/java/unit/java/sdk/model/IndividualCustomer.java index b10decc1..e8c62bcf 100644 --- a/src/main/java/unit/java/sdk/model/IndividualCustomer.java +++ b/src/main/java/unit/java/sdk/model/IndividualCustomer.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/Limits1.java b/src/main/java/unit/java/sdk/model/Limits1.java index fb258191..21de0fc7 100644 --- a/src/main/java/unit/java/sdk/model/Limits1.java +++ b/src/main/java/unit/java/sdk/model/Limits1.java @@ -2,7 +2,7 @@ * Unit OpenAPI specifications * An OpenAPI specifications for unit-sdk clients * - * The version of the OpenAPI document: 0.0.3 + * 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/unit/java/sdk/model/PaymentRelationships.java b/src/main/java/unit/java/sdk/model/PaymentRelationships.java index cc24651c..c0d5e65a 100644 --- a/src/main/java/unit/java/sdk/model/PaymentRelationships.java +++ b/src/main/java/unit/java/sdk/model/PaymentRelationships.java @@ -13,10 +13,6 @@ package unit.java.sdk.model; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonAnyGetter; -import com.fasterxml.jackson.annotation.JsonAnySetter; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.StringJoiner; @@ -29,8 +25,6 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; import unit.java.sdk.model.PaymentRelationshipsCustomers; import unit.java.sdk.model.Relationship; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -49,7 +43,7 @@ PaymentRelationships.JSON_PROPERTY_RECURRING_PAYMENT }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class PaymentRelationships extends HashMap { +public class PaymentRelationships { public static final String JSON_PROPERTY_ACCOUNT = "account"; private Relationship account; @@ -248,49 +242,6 @@ public void setRecurringPayment(Relationship recurringPayment) { this.recurringPayment = recurringPayment; } - /** - * A container for additional, undeclared properties. - * This is a holder for any undeclared properties as specified with - * the 'additionalProperties' keyword in the OAS document. - */ - private Map additionalProperties; - - /** - * Set the additional (undeclared) property with the specified name and value. - * If the property does not already exist, create it otherwise replace it. - * @param key the name of the property - * @param value the value of the property - * @return self reference - */ - @JsonAnySetter - public PaymentRelationships putAdditionalProperty(String key, Object value) { - if (this.additionalProperties == null) { - this.additionalProperties = new HashMap(); - } - this.additionalProperties.put(key, value); - return this; - } - - /** - * Return the additional (undeclared) properties. - * @return the additional (undeclared) properties - */ - @JsonAnyGetter - public Map getAdditionalProperties() { - return additionalProperties; - } - - /** - * Return the additional (undeclared) property with the specified name. - * @param key the name of the property - * @return the additional (undeclared) property with the specified name - */ - public Object getAdditionalProperty(String key) { - if (this.additionalProperties == null) { - return null; - } - return this.additionalProperties.get(key); - } /** * Return true if this paymentRelationships object is equal to o. @@ -310,21 +261,18 @@ public boolean equals(Object o) { Objects.equals(this.counterparty, paymentRelationships.counterparty) && Objects.equals(this.counterpartyAccount, paymentRelationships.counterpartyAccount) && Objects.equals(this.transaction, paymentRelationships.transaction) && - Objects.equals(this.recurringPayment, paymentRelationships.recurringPayment)&& - Objects.equals(this.additionalProperties, paymentRelationships.additionalProperties) && - super.equals(o); + Objects.equals(this.recurringPayment, paymentRelationships.recurringPayment); } @Override public int hashCode() { - return Objects.hash(account, customer, customers, counterparty, counterpartyAccount, transaction, recurringPayment, super.hashCode(), additionalProperties); + return Objects.hash(account, customer, customers, counterparty, counterpartyAccount, transaction, recurringPayment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PaymentRelationships {\n"); - sb.append(" ").append(toIndentedString(super.toString())).append("\n"); sb.append(" account: ").append(toIndentedString(account)).append("\n"); sb.append(" customer: ").append(toIndentedString(customer)).append("\n"); sb.append(" customers: ").append(toIndentedString(customers)).append("\n"); @@ -332,7 +280,6 @@ public String toString() { sb.append(" counterpartyAccount: ").append(toIndentedString(counterpartyAccount)).append("\n"); sb.append(" transaction: ").append(toIndentedString(transaction)).append("\n"); sb.append(" recurringPayment: ").append(toIndentedString(recurringPayment)).append("\n"); - sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/unit/java/sdk/model/ReceivedPayment.java b/src/main/java/unit/java/sdk/model/ReceivedPayment.java index 98f22fb6..d46949df 100644 --- a/src/main/java/unit/java/sdk/model/ReceivedPayment.java +++ b/src/main/java/unit/java/sdk/model/ReceivedPayment.java @@ -251,7 +251,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/ReceivedPaymentRelationships.java b/src/main/java/unit/java/sdk/model/ReceivedPaymentRelationships.java index 3dcf8c66..cd1551aa 100644 --- a/src/main/java/unit/java/sdk/model/ReceivedPaymentRelationships.java +++ b/src/main/java/unit/java/sdk/model/ReceivedPaymentRelationships.java @@ -13,10 +13,6 @@ package unit.java.sdk.model; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonAnyGetter; -import com.fasterxml.jackson.annotation.JsonAnySetter; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.StringJoiner; @@ -29,8 +25,6 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransaction; import unit.java.sdk.model.RelationshipsAccount; @@ -48,7 +42,7 @@ ReceivedPaymentRelationships.JSON_PROPERTY_REPAY_PAYMENT_ADVANCE_TRANSACTION }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class ReceivedPaymentRelationships extends HashMap { +public class ReceivedPaymentRelationships { public static final String JSON_PROPERTY_ACCOUNT = "account"; private RelationshipsAccount account; @@ -191,49 +185,6 @@ public void setRepayPaymentAdvanceTransaction(ReceivedPaymentRelationshipsReceiv this.repayPaymentAdvanceTransaction = repayPaymentAdvanceTransaction; } - /** - * A container for additional, undeclared properties. - * This is a holder for any undeclared properties as specified with - * the 'additionalProperties' keyword in the OAS document. - */ - private Map additionalProperties; - - /** - * Set the additional (undeclared) property with the specified name and value. - * If the property does not already exist, create it otherwise replace it. - * @param key the name of the property - * @param value the value of the property - * @return self reference - */ - @JsonAnySetter - public ReceivedPaymentRelationships putAdditionalProperty(String key, Object value) { - if (this.additionalProperties == null) { - this.additionalProperties = new HashMap(); - } - this.additionalProperties.put(key, value); - return this; - } - - /** - * Return the additional (undeclared) properties. - * @return the additional (undeclared) properties - */ - @JsonAnyGetter - public Map getAdditionalProperties() { - return additionalProperties; - } - - /** - * Return the additional (undeclared) property with the specified name. - * @param key the name of the property - * @return the additional (undeclared) property with the specified name - */ - public Object getAdditionalProperty(String key) { - if (this.additionalProperties == null) { - return null; - } - return this.additionalProperties.get(key); - } /** * Return true if this receivedPaymentRelationships object is equal to o. @@ -251,27 +202,23 @@ public boolean equals(Object o) { Objects.equals(this.customer, receivedPaymentRelationships.customer) && Objects.equals(this.receivePaymentTransaction, receivedPaymentRelationships.receivePaymentTransaction) && Objects.equals(this.paymentAdvanceTransaction, receivedPaymentRelationships.paymentAdvanceTransaction) && - Objects.equals(this.repayPaymentAdvanceTransaction, receivedPaymentRelationships.repayPaymentAdvanceTransaction)&& - Objects.equals(this.additionalProperties, receivedPaymentRelationships.additionalProperties) && - super.equals(o); + Objects.equals(this.repayPaymentAdvanceTransaction, receivedPaymentRelationships.repayPaymentAdvanceTransaction); } @Override public int hashCode() { - return Objects.hash(account, customer, receivePaymentTransaction, paymentAdvanceTransaction, repayPaymentAdvanceTransaction, super.hashCode(), additionalProperties); + return Objects.hash(account, customer, receivePaymentTransaction, paymentAdvanceTransaction, repayPaymentAdvanceTransaction); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ReceivedPaymentRelationships {\n"); - sb.append(" ").append(toIndentedString(super.toString())).append("\n"); sb.append(" account: ").append(toIndentedString(account)).append("\n"); sb.append(" customer: ").append(toIndentedString(customer)).append("\n"); sb.append(" receivePaymentTransaction: ").append(toIndentedString(receivePaymentTransaction)).append("\n"); sb.append(" paymentAdvanceTransaction: ").append(toIndentedString(paymentAdvanceTransaction)).append("\n"); sb.append(" repayPaymentAdvanceTransaction: ").append(toIndentedString(repayPaymentAdvanceTransaction)).append("\n"); - sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/unit/java/sdk/model/TrustCustomer.java b/src/main/java/unit/java/sdk/model/TrustCustomer.java index f35c38a3..4ef229f2 100644 --- a/src/main/java/unit/java/sdk/model/TrustCustomer.java +++ b/src/main/java/unit/java/sdk/model/TrustCustomer.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/main/java/unit/java/sdk/model/UnitCardResponse3.java b/src/main/java/unit/java/sdk/model/UnitCardLimitsResponse.java similarity index 83% rename from src/main/java/unit/java/sdk/model/UnitCardResponse3.java rename to src/main/java/unit/java/sdk/model/UnitCardLimitsResponse.java index adc12b0c..07ee0706 100644 --- a/src/main/java/unit/java/sdk/model/UnitCardResponse3.java +++ b/src/main/java/unit/java/sdk/model/UnitCardLimitsResponse.java @@ -25,25 +25,25 @@ import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import java.util.Arrays; -import unit.java.sdk.model.Limits1; +import unit.java.sdk.model.AccountLimits; import com.fasterxml.jackson.annotation.JsonPropertyOrder; /** - * UnitCardResponse3 + * UnitCardLimitsResponse */ @JsonPropertyOrder({ - UnitCardResponse3.JSON_PROPERTY_DATA + UnitCardLimitsResponse.JSON_PROPERTY_DATA }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class UnitCardResponse3 { +public class UnitCardLimitsResponse { public static final String JSON_PROPERTY_DATA = "data"; - private Limits1 data; + private AccountLimits data; - public UnitCardResponse3() { + public UnitCardLimitsResponse() { } - public UnitCardResponse3 data(Limits1 data) { + public UnitCardLimitsResponse data(AccountLimits data) { this.data = data; return this; } @@ -56,20 +56,20 @@ public UnitCardResponse3 data(Limits1 data) { @JsonProperty(JSON_PROPERTY_DATA) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public Limits1 getData() { + public AccountLimits getData() { return data; } @JsonProperty(JSON_PROPERTY_DATA) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public void setData(Limits1 data) { + public void setData(AccountLimits data) { this.data = data; } /** - * Return true if this UnitCardResponse_3 object is equal to o. + * Return true if this UnitCardLimitsResponse object is equal to o. */ @Override public boolean equals(Object o) { @@ -79,8 +79,8 @@ public boolean equals(Object o) { if (o == null || getClass() != o.getClass()) { return false; } - UnitCardResponse3 unitCardResponse3 = (UnitCardResponse3) o; - return Objects.equals(this.data, unitCardResponse3.data); + UnitCardLimitsResponse unitCardLimitsResponse = (UnitCardLimitsResponse) o; + return Objects.equals(this.data, unitCardLimitsResponse.data); } @Override @@ -91,7 +91,7 @@ public int hashCode() { @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class UnitCardResponse3 {\n"); + sb.append("class UnitCardLimitsResponse {\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/src/main/java/unit/java/sdk/model/UnitCardResponse1.java b/src/main/java/unit/java/sdk/model/UnitCardResponseWithIncluded.java similarity index 84% rename from src/main/java/unit/java/sdk/model/UnitCardResponse1.java rename to src/main/java/unit/java/sdk/model/UnitCardResponseWithIncluded.java index 345028a6..92efe768 100644 --- a/src/main/java/unit/java/sdk/model/UnitCardResponse1.java +++ b/src/main/java/unit/java/sdk/model/UnitCardResponseWithIncluded.java @@ -33,24 +33,24 @@ /** - * UnitCardResponse1 + * UnitCardResponseWithIncluded */ @JsonPropertyOrder({ - UnitCardResponse1.JSON_PROPERTY_DATA, - UnitCardResponse1.JSON_PROPERTY_INCLUDED + UnitCardResponseWithIncluded.JSON_PROPERTY_DATA, + UnitCardResponseWithIncluded.JSON_PROPERTY_INCLUDED }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class UnitCardResponse1 { +public class UnitCardResponseWithIncluded { public static final String JSON_PROPERTY_DATA = "data"; private Card data; public static final String JSON_PROPERTY_INCLUDED = "included"; private List> included; - public UnitCardResponse1() { + public UnitCardResponseWithIncluded() { } - public UnitCardResponse1 data(Card data) { + public UnitCardResponseWithIncluded data(Card data) { this.data = data; return this; } @@ -75,12 +75,12 @@ public void setData(Card data) { } - public UnitCardResponse1 included(List> included) { + public UnitCardResponseWithIncluded included(List> included) { this.included = included; return this; } - public UnitCardResponse1 addIncludedItem(List includedItem) { + public UnitCardResponseWithIncluded addIncludedItem(List includedItem) { if (this.included == null) { this.included = new ArrayList<>(); } @@ -109,7 +109,7 @@ public void setIncluded(List> included) { /** - * Return true if this UnitCardResponse_1 object is equal to o. + * Return true if this UnitCardResponseWithIncluded object is equal to o. */ @Override public boolean equals(Object o) { @@ -119,9 +119,9 @@ public boolean equals(Object o) { if (o == null || getClass() != o.getClass()) { return false; } - UnitCardResponse1 unitCardResponse1 = (UnitCardResponse1) o; - return Objects.equals(this.data, unitCardResponse1.data) && - Objects.equals(this.included, unitCardResponse1.included); + UnitCardResponseWithIncluded unitCardResponseWithIncluded = (UnitCardResponseWithIncluded) o; + return Objects.equals(this.data, unitCardResponseWithIncluded.data) && + Objects.equals(this.included, unitCardResponseWithIncluded.included); } @Override @@ -132,7 +132,7 @@ public int hashCode() { @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class UnitCardResponse1 {\n"); + sb.append("class UnitCardResponseWithIncluded {\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); sb.append(" included: ").append(toIndentedString(included)).append("\n"); sb.append("}"); diff --git a/src/main/java/unit/java/sdk/model/UnitCheckDepositResponse1.java b/src/main/java/unit/java/sdk/model/UnitCheckDepositImageResponse.java similarity index 85% rename from src/main/java/unit/java/sdk/model/UnitCheckDepositResponse1.java rename to src/main/java/unit/java/sdk/model/UnitCheckDepositImageResponse.java index 9e2c131b..48ca1f7a 100644 --- a/src/main/java/unit/java/sdk/model/UnitCheckDepositResponse1.java +++ b/src/main/java/unit/java/sdk/model/UnitCheckDepositImageResponse.java @@ -29,20 +29,20 @@ /** - * UnitCheckDepositResponse1 + * UnitCheckDepositImageResponse */ @JsonPropertyOrder({ - UnitCheckDepositResponse1.JSON_PROPERTY_DATA + UnitCheckDepositImageResponse.JSON_PROPERTY_DATA }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class UnitCheckDepositResponse1 { +public class UnitCheckDepositImageResponse { public static final String JSON_PROPERTY_DATA = "data"; private String data; - public UnitCheckDepositResponse1() { + public UnitCheckDepositImageResponse() { } - public UnitCheckDepositResponse1 data(String data) { + public UnitCheckDepositImageResponse data(String data) { this.data = data; return this; } @@ -68,7 +68,7 @@ public void setData(String data) { /** - * Return true if this UnitCheckDepositResponse_1 object is equal to o. + * Return true if this UnitCheckDepositImageResponse object is equal to o. */ @Override public boolean equals(Object o) { @@ -78,8 +78,8 @@ public boolean equals(Object o) { if (o == null || getClass() != o.getClass()) { return false; } - UnitCheckDepositResponse1 unitCheckDepositResponse1 = (UnitCheckDepositResponse1) o; - return Objects.equals(this.data, unitCheckDepositResponse1.data); + UnitCheckDepositImageResponse unitCheckDepositImageResponse = (UnitCheckDepositImageResponse) o; + return Objects.equals(this.data, unitCheckDepositImageResponse.data); } @Override @@ -90,7 +90,7 @@ public int hashCode() { @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class UnitCheckDepositResponse1 {\n"); + sb.append("class UnitCheckDepositImageResponse {\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/src/main/java/unit/java/sdk/model/UnitCounterpartyResponse1.java b/src/main/java/unit/java/sdk/model/UnitCounterpartyBalanceResponse.java similarity index 85% rename from src/main/java/unit/java/sdk/model/UnitCounterpartyResponse1.java rename to src/main/java/unit/java/sdk/model/UnitCounterpartyBalanceResponse.java index 6dd1a35b..bec9e859 100644 --- a/src/main/java/unit/java/sdk/model/UnitCounterpartyResponse1.java +++ b/src/main/java/unit/java/sdk/model/UnitCounterpartyBalanceResponse.java @@ -30,20 +30,20 @@ /** - * UnitCounterpartyResponse1 + * UnitCounterpartyBalanceResponse */ @JsonPropertyOrder({ - UnitCounterpartyResponse1.JSON_PROPERTY_DATA + UnitCounterpartyBalanceResponse.JSON_PROPERTY_DATA }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class UnitCounterpartyResponse1 { +public class UnitCounterpartyBalanceResponse { public static final String JSON_PROPERTY_DATA = "data"; private CounterpartyBalance data; - public UnitCounterpartyResponse1() { + public UnitCounterpartyBalanceResponse() { } - public UnitCounterpartyResponse1 data(CounterpartyBalance data) { + public UnitCounterpartyBalanceResponse data(CounterpartyBalance data) { this.data = data; return this; } @@ -69,7 +69,7 @@ public void setData(CounterpartyBalance data) { /** - * Return true if this UnitCounterpartyResponse_1 object is equal to o. + * Return true if this UnitCounterpartyBalanceResponse object is equal to o. */ @Override public boolean equals(Object o) { @@ -79,8 +79,8 @@ public boolean equals(Object o) { if (o == null || getClass() != o.getClass()) { return false; } - UnitCounterpartyResponse1 unitCounterpartyResponse1 = (UnitCounterpartyResponse1) o; - return Objects.equals(this.data, unitCounterpartyResponse1.data); + UnitCounterpartyBalanceResponse unitCounterpartyBalanceResponse = (UnitCounterpartyBalanceResponse) o; + return Objects.equals(this.data, unitCounterpartyBalanceResponse.data); } @Override @@ -91,7 +91,7 @@ public int hashCode() { @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class UnitCounterpartyResponse1 {\n"); + sb.append("class UnitCounterpartyBalanceResponse {\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/src/main/java/unit/java/sdk/model/UnitEventResponse1.java b/src/main/java/unit/java/sdk/model/UnitEventResponse1.java deleted file mode 100644 index b86ac6e4..00000000 --- a/src/main/java/unit/java/sdk/model/UnitEventResponse1.java +++ /dev/null @@ -1,151 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.3 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import java.net.URLEncoder; -import java.nio.charset.StandardCharsets; -import java.util.StringJoiner; -import java.util.Objects; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Event; -import com.fasterxml.jackson.annotation.JsonPropertyOrder; - - -/** - * UnitEventResponse1 - */ -@JsonPropertyOrder({ - UnitEventResponse1.JSON_PROPERTY_DATA -}) -@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class UnitEventResponse1 { - public static final String JSON_PROPERTY_DATA = "data"; - private Event data; - - public UnitEventResponse1() { - } - - public UnitEventResponse1 data(Event data) { - this.data = data; - return this; - } - - /** - * Get data - * @return data - **/ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_DATA) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - - public Event getData() { - return data; - } - - - @JsonProperty(JSON_PROPERTY_DATA) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public void setData(Event data) { - this.data = data; - } - - - /** - * Return true if this UnitEventResponse_1 object is equal to o. - */ - @Override - public boolean equals(Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - UnitEventResponse1 unitEventResponse1 = (UnitEventResponse1) o; - return Objects.equals(this.data, unitEventResponse1.data); - } - - @Override - public int hashCode() { - return Objects.hash(data); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class UnitEventResponse1 {\n"); - sb.append(" data: ").append(toIndentedString(data)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } - - /** - * Convert the instance into URL query string. - * - * @return URL query string - */ - public String toUrlQueryString() { - return toUrlQueryString(null); - } - - /** - * Convert the instance into URL query string. - * - * @param prefix prefix of the query string - * @return URL query string - */ - public String toUrlQueryString(String prefix) { - String suffix = ""; - String containerSuffix = ""; - String containerPrefix = ""; - if (prefix == null) { - // style=form, explode=true, e.g. /pet?name=cat&type=manx - prefix = ""; - } else { - // deepObject style e.g. /pet?id[name]=cat&id[type]=manx - prefix = prefix + "["; - suffix = "]"; - containerSuffix = "]"; - containerPrefix = "["; - } - - StringJoiner joiner = new StringJoiner("&"); - - // add `data` to the URL query string - if (getData() != null) { - joiner.add(getData().toUrlQueryString(prefix + "data" + suffix)); - } - - return joiner.toString(); - } -} - diff --git a/src/main/java/unit/java/sdk/model/UnitCardResponse2.java b/src/main/java/unit/java/sdk/model/UnitPinStatusResponse.java similarity index 87% rename from src/main/java/unit/java/sdk/model/UnitCardResponse2.java rename to src/main/java/unit/java/sdk/model/UnitPinStatusResponse.java index 093bea2a..5e0cf650 100644 --- a/src/main/java/unit/java/sdk/model/UnitCardResponse2.java +++ b/src/main/java/unit/java/sdk/model/UnitPinStatusResponse.java @@ -30,20 +30,20 @@ /** - * UnitCardResponse2 + * UnitPinStatusResponse */ @JsonPropertyOrder({ - UnitCardResponse2.JSON_PROPERTY_DATA + UnitPinStatusResponse.JSON_PROPERTY_DATA }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class UnitCardResponse2 { +public class UnitPinStatusResponse { public static final String JSON_PROPERTY_DATA = "data"; private PinStatus data; - public UnitCardResponse2() { + public UnitPinStatusResponse() { } - public UnitCardResponse2 data(PinStatus data) { + public UnitPinStatusResponse data(PinStatus data) { this.data = data; return this; } @@ -69,7 +69,7 @@ public void setData(PinStatus data) { /** - * Return true if this UnitCardResponse_2 object is equal to o. + * Return true if this UnitPinStatusResponse object is equal to o. */ @Override public boolean equals(Object o) { @@ -79,8 +79,8 @@ public boolean equals(Object o) { if (o == null || getClass() != o.getClass()) { return false; } - UnitCardResponse2 unitCardResponse2 = (UnitCardResponse2) o; - return Objects.equals(this.data, unitCardResponse2.data); + UnitPinStatusResponse unitPinStatusResponse = (UnitPinStatusResponse) o; + return Objects.equals(this.data, unitPinStatusResponse.data); } @Override @@ -91,7 +91,7 @@ public int hashCode() { @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class UnitCardResponse2 {\n"); + sb.append("class UnitPinStatusResponse {\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/src/main/java/unit/java/sdk/model/UnitTransactionResponse.java b/src/main/java/unit/java/sdk/model/UnitTransactionResponse.java index 8cf5f244..4f54872a 100644 --- a/src/main/java/unit/java/sdk/model/UnitTransactionResponse.java +++ b/src/main/java/unit/java/sdk/model/UnitTransactionResponse.java @@ -24,10 +24,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.IncludedResourceInner; import unit.java.sdk.model.Transaction; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @@ -36,17 +33,13 @@ * UnitTransactionResponse */ @JsonPropertyOrder({ - UnitTransactionResponse.JSON_PROPERTY_DATA, - UnitTransactionResponse.JSON_PROPERTY_INCLUDED + UnitTransactionResponse.JSON_PROPERTY_DATA }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class UnitTransactionResponse { public static final String JSON_PROPERTY_DATA = "data"; private Transaction data; - public static final String JSON_PROPERTY_INCLUDED = "included"; - private List included; - public UnitTransactionResponse() { } @@ -75,39 +68,6 @@ public void setData(Transaction data) { } - public UnitTransactionResponse included(List included) { - this.included = included; - return this; - } - - public UnitTransactionResponse addIncludedItem(IncludedResourceInner includedItem) { - if (this.included == null) { - this.included = new ArrayList<>(); - } - this.included.add(includedItem); - return this; - } - - /** - * Get included - * @return included - **/ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_INCLUDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - - public List getIncluded() { - return included; - } - - - @JsonProperty(JSON_PROPERTY_INCLUDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public void setIncluded(List included) { - this.included = included; - } - - /** * Return true if this UnitTransactionResponse object is equal to o. */ @@ -120,13 +80,12 @@ public boolean equals(Object o) { return false; } UnitTransactionResponse unitTransactionResponse = (UnitTransactionResponse) o; - return Objects.equals(this.data, unitTransactionResponse.data) && - Objects.equals(this.included, unitTransactionResponse.included); + return Objects.equals(this.data, unitTransactionResponse.data); } @Override public int hashCode() { - return Objects.hash(data, included); + return Objects.hash(data); } @Override @@ -134,7 +93,6 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UnitTransactionResponse {\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); - sb.append(" included: ").append(toIndentedString(included)).append("\n"); sb.append("}"); return sb.toString(); } @@ -187,16 +145,6 @@ public String toUrlQueryString(String prefix) { joiner.add(getData().toUrlQueryString(prefix + "data" + suffix)); } - // add `included` to the URL query string - if (getIncluded() != null) { - for (int i = 0; i < getIncluded().size(); i++) { - if (getIncluded().get(i) != null) { - joiner.add(getIncluded().get(i).toUrlQueryString(String.format("%sincluded%s%s", prefix, suffix, - "".equals(suffix) ? "" : String.format("%s%d%s", containerPrefix, i, containerSuffix)))); - } - } - } - return joiner.toString(); } } diff --git a/src/main/java/unit/java/sdk/model/UnitTransactionResponse1.java b/src/main/java/unit/java/sdk/model/UnitTransactionResponseWithIncluded.java similarity index 57% rename from src/main/java/unit/java/sdk/model/UnitTransactionResponse1.java rename to src/main/java/unit/java/sdk/model/UnitTransactionResponseWithIncluded.java index 1f9319c8..b79f0090 100644 --- a/src/main/java/unit/java/sdk/model/UnitTransactionResponse1.java +++ b/src/main/java/unit/java/sdk/model/UnitTransactionResponseWithIncluded.java @@ -24,26 +24,33 @@ import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; +import java.util.ArrayList; import java.util.Arrays; +import java.util.List; +import unit.java.sdk.model.IncludedResourceInner; import unit.java.sdk.model.Transaction; import com.fasterxml.jackson.annotation.JsonPropertyOrder; /** - * UnitTransactionResponse1 + * UnitTransactionResponseWithIncluded */ @JsonPropertyOrder({ - UnitTransactionResponse1.JSON_PROPERTY_DATA + UnitTransactionResponseWithIncluded.JSON_PROPERTY_DATA, + UnitTransactionResponseWithIncluded.JSON_PROPERTY_INCLUDED }) @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") -public class UnitTransactionResponse1 { +public class UnitTransactionResponseWithIncluded { public static final String JSON_PROPERTY_DATA = "data"; private Transaction data; - public UnitTransactionResponse1() { + public static final String JSON_PROPERTY_INCLUDED = "included"; + private List included; + + public UnitTransactionResponseWithIncluded() { } - public UnitTransactionResponse1 data(Transaction data) { + public UnitTransactionResponseWithIncluded data(Transaction data) { this.data = data; return this; } @@ -68,8 +75,41 @@ public void setData(Transaction data) { } + public UnitTransactionResponseWithIncluded included(List included) { + this.included = included; + return this; + } + + public UnitTransactionResponseWithIncluded addIncludedItem(IncludedResourceInner includedItem) { + if (this.included == null) { + this.included = new ArrayList<>(); + } + this.included.add(includedItem); + return this; + } + + /** + * Get included + * @return included + **/ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INCLUDED) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + + public List getIncluded() { + return included; + } + + + @JsonProperty(JSON_PROPERTY_INCLUDED) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public void setIncluded(List included) { + this.included = included; + } + + /** - * Return true if this UnitTransactionResponse_1 object is equal to o. + * Return true if this UnitTransactionResponseWithIncluded object is equal to o. */ @Override public boolean equals(Object o) { @@ -79,20 +119,22 @@ public boolean equals(Object o) { if (o == null || getClass() != o.getClass()) { return false; } - UnitTransactionResponse1 unitTransactionResponse1 = (UnitTransactionResponse1) o; - return Objects.equals(this.data, unitTransactionResponse1.data); + UnitTransactionResponseWithIncluded unitTransactionResponseWithIncluded = (UnitTransactionResponseWithIncluded) o; + return Objects.equals(this.data, unitTransactionResponseWithIncluded.data) && + Objects.equals(this.included, unitTransactionResponseWithIncluded.included); } @Override public int hashCode() { - return Objects.hash(data); + return Objects.hash(data, included); } @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class UnitTransactionResponse1 {\n"); + sb.append("class UnitTransactionResponseWithIncluded {\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); + sb.append(" included: ").append(toIndentedString(included)).append("\n"); sb.append("}"); return sb.toString(); } @@ -145,6 +187,16 @@ public String toUrlQueryString(String prefix) { joiner.add(getData().toUrlQueryString(prefix + "data" + suffix)); } + // add `included` to the URL query string + if (getIncluded() != null) { + for (int i = 0; i < getIncluded().size(); i++) { + if (getIncluded().get(i) != null) { + joiner.add(getIncluded().get(i).toUrlQueryString(String.format("%sincluded%s%s", prefix, suffix, + "".equals(suffix) ? "" : String.format("%s%d%s", containerPrefix, i, containerSuffix)))); + } + } + } + return joiner.toString(); } } diff --git a/src/main/java/unit/java/sdk/model/WirePayment.java b/src/main/java/unit/java/sdk/model/WirePayment.java index a9aca423..9faa182f 100644 --- a/src/main/java/unit/java/sdk/model/WirePayment.java +++ b/src/main/java/unit/java/sdk/model/WirePayment.java @@ -214,7 +214,7 @@ public String toUrlQueryString(String prefix) { // add `relationships` to the URL query string if (getRelationships() != null) { - joiner.add(String.format("%srelationships%s=%s", prefix, suffix, URLEncoder.encode(String.valueOf(getRelationships()), StandardCharsets.UTF_8).replaceAll("\\+", "%20"))); + joiner.add(getRelationships().toUrlQueryString(prefix + "relationships" + suffix)); } return joiner.toString(); diff --git a/src/test/java/unit/java/sdk/AccountTests.java b/src/test/java/unit/java/sdk/AccountTests.java index 32f412b4..f4884d47 100644 --- a/src/test/java/unit/java/sdk/AccountTests.java +++ b/src/test/java/unit/java/sdk/AccountTests.java @@ -105,4 +105,23 @@ public static Account CreateDepositAccount() throws ApiException { public void CreateDepositAccountTest() throws ApiException { assert CreateDepositAccount().getType().equals("depositAccount"); } + + public static CreateDepositAccount CreateDepositAccountRequest(String customerId) { + CreateDepositAccount cda = new CreateDepositAccount(); + CreateDepositAccountAttributes attributes = new CreateDepositAccountAttributes(); + attributes.setDepositProduct("checking"); + + CreateDepositAccountRelationships relationships = new CreateDepositAccountRelationships(); + CustomerLinkageData customerRelationshipData = new CustomerLinkageData(); + customerRelationshipData.setId(customerId); + customerRelationshipData.setType(CustomerLinkageData.TypeEnum.CUSTOMER); + CustomerLinkage customerLinkageRelationship = new CustomerLinkage(); + customerLinkageRelationship.setData(customerRelationshipData); + + relationships.setCustomer(customerLinkageRelationship); + + cda.setAttributes(attributes); + cda.setRelationships(relationships); + return cda; + } } diff --git a/src/test/java/unit/java/sdk/ApplicationFormTests.java b/src/test/java/unit/java/sdk/ApplicationFormTests.java new file mode 100644 index 00000000..fb68bed8 --- /dev/null +++ b/src/test/java/unit/java/sdk/ApplicationFormTests.java @@ -0,0 +1,33 @@ +package unit.java.sdk; + +import static unit.java.sdk.TestHelpers.getApiClient; + +import org.junit.Test; +import unit.java.sdk.api.CreateApplicationFormApi; +import unit.java.sdk.api.GetListApplicationFormsApi; +import unit.java.sdk.model.*; + +public class ApplicationFormTests { + + @Test + public void GetApplicationFormListApiTest() throws ApiException { + GetListApplicationFormsApi api = new GetListApplicationFormsApi(getApiClient()); + UnitApplicationFormsListResponse response = api.execute(null,null,null); + assert response.getData().size() > 0; + } + + @Test + public void CreateApplicationFormTest() throws ApiException { + CreateApplicationFormApi api = new CreateApplicationFormApi(getApiClient()); + CreateApplicationForm caf = new CreateApplicationForm(); + CreateApplicationFormData data = new CreateApplicationFormData(); + CreateApplicationFormDataAttributes attributes = new CreateApplicationFormDataAttributes(); + ApplicationFormPrefill prefill = new ApplicationFormPrefill(); + prefill.setJwtSubject("test"); + attributes.setApplicantDetails(prefill); + data.setAttributes(attributes); + caf.setData(data); + UnitApplicationFormResponse response = api.execute(caf); + assert response.getData().getType().equals("applicationForm"); + } +} diff --git a/src/test/java/unit/java/sdk/ApplicationTests.java b/src/test/java/unit/java/sdk/ApplicationTests.java index ea01b2ff..ac4dba86 100644 --- a/src/test/java/unit/java/sdk/ApplicationTests.java +++ b/src/test/java/unit/java/sdk/ApplicationTests.java @@ -33,7 +33,6 @@ public void GetApplicationListApiTest() throws ApiException { UnitListApplicationsResponse response = api.execute(page, filter ,null); assert response.getData().size() <= 20; } - @Test public void GetApplicationListWithFilterApiTest() throws ApiException { GetListApplicationsApi api = new GetListApplicationsApi(getApiClient()); @@ -77,7 +76,6 @@ public void GetApplicationApiTest() throws ApiException { } }); } - @Test public void UpdateApplicationApiTest() throws ApiException { GetListApplicationsApi api = new GetListApplicationsApi(getApiClient()); @@ -116,8 +114,6 @@ public void UpdateApplicationApiTest() throws ApiException { } }); } - - @Test public void CreateApplicationApiTest() throws ApiException { CreateApplicationApi apiClient = new CreateApplicationApi(getApiClient()); diff --git a/src/test/java/unit/java/sdk/CreateBusinessVirtualDebitCardTest.java b/src/test/java/unit/java/sdk/CreateBusinessVirtualDebitCardTest.java new file mode 100644 index 00000000..7e906d3b --- /dev/null +++ b/src/test/java/unit/java/sdk/CreateBusinessVirtualDebitCardTest.java @@ -0,0 +1,146 @@ +package unit.java.sdk; + +import org.junit.Test; +import unit.java.sdk.api.CreateACardApi; +import unit.java.sdk.api.CreateAPaymentApi; +import unit.java.sdk.api.CreateAccountApi; +import unit.java.sdk.api.CreateApplicationApi; +import unit.java.sdk.model.*; + +import java.io.IOException; +import java.net.http.HttpResponse; +import java.time.LocalDate; + +import static unit.java.sdk.AccountTests.CreateDepositAccountRequest; +import static unit.java.sdk.PaymentTests.CreateAchPaymentRequest; +import static unit.java.sdk.TestHelpers.*; +import static unit.java.sdk.TestSimulations.PostRequest; +import static unit.java.sdk.TestSimulations.SimulateAchPayment; + +public class CreateBusinessVirtualDebitCardTest { + + public CreateApplication createBusinessApplication() { + CreateApplication ca = new CreateApplication(); + CreateApplicationData data = new CreateApplicationData(CreateBusinessApplicationRequest()); + ca.setData(data); + return ca; + } + + public CreateApplication createIndividualApplication() { + CreateApplication ca = new CreateApplication(); + CreateApplicationData data = new CreateApplicationData(CreateIndividualApplicationRequest()); + ca.setData(data); + return ca; + } + + @Test + public void CreateAwaitingDocumentsApplicationApiTest() throws ApiException { + CreateApplicationApi apiClient = new CreateApplicationApi(getApiClient()); + CreateApplication ca = createBusinessApplication(); + UnitCreateApplicationResponse res = apiClient.execute(ca); + assert res.getData().getType().equals("businessApplication"); + assert ((BusinessApplication)res.getData()).getAttributes().getStatus().equals(ApplicationStatus.APPROVED); + } + + @Test + public void CreateBusinessVirtualDebitCardTest() throws ApiException, IOException, InterruptedException { + CreateApplicationApi apiClient = new CreateApplicationApi(getApiClient()); + CreateApplication ca = createBusinessApplication(); + UnitCreateApplicationResponse res = apiClient.execute(ca); + assert res.getData().getType().equals("businessApplication"); + assert ((BusinessApplication)res.getData()).getAttributes().getStatus().equals(ApplicationStatus.APPROVED); + + RelationshipData customer = ((BusinessApplication)res.getData()).getRelationships().getCustomer().getData(); + + CreateAccountApi createAccountApi = new CreateAccountApi(getApiClient()); + CreateAccount createAccount = new CreateAccount(); + createAccount.setData(new CreateAccountData(CreateDepositAccountRequest(customer.getId()))); + DepositAccount account = (DepositAccount)createAccountApi.execute(createAccount).getData(); + + assert account.getType().equals("depositAccount"); + assert account.getRelationships().getCustomer().getData().getId().equals(customer.getId()); + + assert SimulateAchPayment(account.getId()).statusCode() == 201; + + CreateBusinessVirtualDebitCard createBusinessVirtualDebitCard = new CreateBusinessVirtualDebitCard(); + CreateBusinessVirtualDebitCardAttributes attr = new CreateBusinessVirtualDebitCardAttributes(); + + attr.setFullName(CreateFullName()); + attr.setAddress(CreateAddress()); + + attr.setSsn("721074426"); + attr.setDateOfBirth(LocalDate.parse("2001-08-10")); + attr.setEmail("richard@piedpiper.com"); + attr.setPhone(CreatePhone()); + attr.setDateOfBirth(LocalDate.parse("2001-08-10")); + + createBusinessVirtualDebitCard.setAttributes(attr); + CreateCardRelationships relationshipsForCard = new CreateCardRelationships(); + Relationship accountRelationship = CreateRelationship("depositAccount", account.getId()); + relationshipsForCard.setAccount(accountRelationship); + createBusinessVirtualDebitCard.setRelationships(relationshipsForCard); + + CreateCard createCard = new CreateCard(); + CreateCardData createCardData = new CreateCardData(createBusinessVirtualDebitCard); + createCard.setData(createCardData); + + CreateACardApi createACardApi = new CreateACardApi(getApiClient()); + UnitCardResponse cardResponse = createACardApi.execute(createCard); + assert cardResponse.getData().getType().equals(createBusinessVirtualDebitCard.getType().getValue()); +// +// CreateAchPayment createPayment = CreateAchPaymentRequest(account.getId()); +// CreateAchPaymentAttributes achPaymentAttributes = createPayment.getAttributes(); +// achPaymentAttributes.setAddenda("Some very long description of the payment"); +// achPaymentAttributes.setDescription("Testing #5"); +// createPayment.setAttributes(achPaymentAttributes); +// +// CreateAPaymentApi createApi = new CreateAPaymentApi(getApiClient()); +// CreatePayment request = new CreatePayment(); +// CreatePaymentData data = new CreatePaymentData(createPayment); +// request.setData(data); +// UnitPaymentResponse response = createApi.execute(request); +// assert response.getData().getType().equals("achPayment"); +// assert ((AchPayment)response.getData()).getAttributes().getStatus().equals(AchPaymentAllOfAttributes.StatusEnum.PENDING); +// +// response = createApi.execute(request); +// assert response.getData().getType().equals("achPayment"); +// assert ((AchPayment)response.getData()).getAttributes().getStatus().equals(AchPaymentAllOfAttributes.StatusEnum.SENT); + + CreateApplication createIndividualApplication = CreateApplicationRequest(); + res = apiClient.execute(createIndividualApplication); + IndividualApplication individualApplication = (IndividualApplication) res.getData(); + assert res.getData().getType().equals("individualApplication"); + assert individualApplication.getType().equals("individualApplication"); + assert individualApplication.getAttributes().getStatus().equals(ApplicationStatus.APPROVED); + + customer = individualApplication.getRelationships().getCustomer().getData(); + createAccount = new CreateAccount(); + createAccount.setData(new CreateAccountData(CreateDepositAccountRequest(customer.getId()))); + account = (DepositAccount)createAccountApi.execute(createAccount).getData(); + assert account.getType().equals("depositAccount"); + assert account.getRelationships().getCustomer().getData().getId().equals(customer.getId()); + + CreateIndividualDebitCard createIndividualDebitCard = new CreateIndividualDebitCard(); + CreateIndividualDebitCardAttributes createIndividualDebitCardAttributes = new CreateIndividualDebitCardAttributes(); + createIndividualDebitCardAttributes.setShippingAddress(CreateAddress()); + createIndividualDebitCardAttributes.setLimits(CreateCardLevelLimits(1000, 100000, 10000)); + createIndividualDebitCard.setAttributes(createIndividualDebitCardAttributes); + relationshipsForCard = new CreateCardRelationships(); + accountRelationship = CreateRelationship("depositAccount", account.getId()); + relationshipsForCard.setAccount(accountRelationship); + createIndividualDebitCard.setRelationships(relationshipsForCard); + createCard = new CreateCard(); + createCardData = new CreateCardData(createIndividualDebitCard); + createCard.setData(createCardData); + + Card card = createACardApi.execute(createCard).getData(); + assert card.getType().equals(createIndividualDebitCard.getType().getValue()); + HttpResponse activateCard = PostRequest("cards/" + card.getId() + "/activate", ""); + assert activateCard.statusCode() == 200; + } + + @Test + public void SimulateIncomingAchPayment() { + + } +} diff --git a/src/test/java/unit/java/sdk/EventTests.java b/src/test/java/unit/java/sdk/EventTests.java new file mode 100644 index 00000000..7a58ed36 --- /dev/null +++ b/src/test/java/unit/java/sdk/EventTests.java @@ -0,0 +1,31 @@ +package unit.java.sdk; + +import org.junit.Test; +import unit.java.sdk.api.GetEventApi; +import unit.java.sdk.api.GetListEventsApi; +import unit.java.sdk.model.UnitEventListResponse; +import unit.java.sdk.model.UnitEventResponse; + + +import static unit.java.sdk.TestHelpers.getApiClient; + +public class EventTests { + @Test + public void GetListEvents() throws ApiException { + GetListEventsApi api = new GetListEventsApi(getApiClient()); + + UnitEventListResponse response = api.execute(null, null); + assert response.getData().size() > 0; + + GetEventApi getEventApi = new GetEventApi(getApiClient()); + + response.getData().forEach(x -> { + try { + UnitEventResponse event = getEventApi.execute(x.getId()); + assert event.getData().getId().equals(x.getId()); + } catch (ApiException e) { + throw new RuntimeException(e); + } + }); + } +} diff --git a/src/test/java/unit/java/sdk/PaymentTests.java b/src/test/java/unit/java/sdk/PaymentTests.java index 91ac3891..e066c312 100644 --- a/src/test/java/unit/java/sdk/PaymentTests.java +++ b/src/test/java/unit/java/sdk/PaymentTests.java @@ -70,8 +70,7 @@ public void CreateBookPaymentTest() throws ApiException { assert response.getData().getType().equals("bookPayment"); } - @Test - public void CreateAchPaymentTest() throws ApiException { + public static CreateAchPayment CreateAchPaymentRequest(String accountId) throws ApiException { CreateAchPayment createAchPayment = new CreateAchPayment(); CreateAchPaymentAttributes attributes = new CreateAchPaymentAttributes(); attributes.setAmount(1000); @@ -80,22 +79,27 @@ public void CreateAchPaymentTest() throws ApiException { attributes.setDescription("Funding"); createAchPayment.setAttributes(attributes); - DepositAccount account = (DepositAccount) CreateDepositAccount(); - CreateAchPaymentRelationships relationships = new CreateAchPaymentRelationships(); AccountRelationship accountRelationship = new AccountRelationship(); AccountRelationshipData accountRelationshipData = new AccountRelationshipData(); - accountRelationshipData.setId(account.getId()); + accountRelationshipData.setId(accountId); accountRelationshipData.setType(AccountRelationshipData.TypeEnum.ACCOUNT); accountRelationship.setData(accountRelationshipData); relationships.setAccount(accountRelationship); createAchPayment.setRelationships(relationships); + return createAchPayment; + } + @Test + public void CreateAchPaymentTest() throws ApiException { CreateAPaymentApi createApi = new CreateAPaymentApi(getApiClient()); + + DepositAccount account = (DepositAccount) CreateDepositAccount(); + + CreateAchPayment createAchPayment = CreateAchPaymentRequest(account.getId()); CreatePayment request = new CreatePayment(); CreatePaymentData data = new CreatePaymentData(createAchPayment); request.setData(data); - UnitPaymentResponse response = createApi.execute(request); assert response.getData().getType().equals("achPayment"); } diff --git a/src/test/java/unit/java/sdk/TestHelpers.java b/src/test/java/unit/java/sdk/TestHelpers.java index cb01cdae..9b8cf9e1 100644 --- a/src/test/java/unit/java/sdk/TestHelpers.java +++ b/src/test/java/unit/java/sdk/TestHelpers.java @@ -1,8 +1,8 @@ package unit.java.sdk; import unit.java.sdk.model.*; - import java.time.LocalDate; +import java.util.Arrays; public class TestHelpers { private static ApiClient apiClient; @@ -15,41 +15,97 @@ static ApiClient getApiClient() { return apiClient; } - public static unit.java.sdk.model.CreateApplication CreateApplicationRequest() { - unit.java.sdk.model.CreateIndividualApplication createIndividualApplication = new unit.java.sdk.model.CreateIndividualApplication(); - unit.java.sdk.model.CreateIndividualApplicationAttributes attr = new unit.java.sdk.model.CreateIndividualApplicationAttributes(); + public static CreateApplication CreateApplicationRequest() { + CreateIndividualApplication createIndividualApplication = CreateIndividualApplicationRequest(); + CreateApplication ca = new CreateApplication(); + ca.data(new CreateApplicationData(createIndividualApplication)); - unit.java.sdk.model.FullName fn = new unit.java.sdk.model.FullName(); - fn.setFirst("Peter"); - fn.setLast("Parker"); - attr.setFullName(fn); + return ca; + } + public static CreateIndividualApplication CreateIndividualApplicationRequest() { + CreateIndividualApplication createIndividualApplication = new CreateIndividualApplication(); + CreateIndividualApplicationAttributes attr = new CreateIndividualApplicationAttributes(); - unit.java.sdk.model.Address address = new unit.java.sdk.model.Address(); - address.setStreet("20 Ingram St"); - address.setCity("Forest Hills"); - address.setPostalCode("11375"); - address.setCountry("US"); - address.setState("NY"); - attr.setAddress(address); + attr.setFullName(CreateFullName()); + attr.setAddress(CreateAddress()); attr.setSsn("721074426"); attr.setDateOfBirth(LocalDate.parse("2001-08-10")); attr.setEmail("peter@oscorp.com"); - unit.java.sdk.model.Phone p = new unit.java.sdk.model.Phone(); - p.setNumber("5555555555"); - p.setCountryCode("1"); - attr.setPhone(p); + attr.setPhone(CreatePhone()); attr.setIdempotencyKey("3a1a33be-4e12-4603-9ed0-820922389fb8"); - attr.setOccupation(unit.java.sdk.model.Occupation.ARCHITECTORENGINEER); + attr.setOccupation(Occupation.ARCHITECTORENGINEER); createIndividualApplication.setAttributes(attr); - unit.java.sdk.model.CreateApplication ca = new unit.java.sdk.model.CreateApplication(); - ca.data(new unit.java.sdk.model.CreateApplicationData(createIndividualApplication)); - - return ca; + return createIndividualApplication; } + public static CreateBusinessApplication CreateBusinessApplicationRequest() { + CreateBusinessApplication createBusinessApplication = new CreateBusinessApplication(); + CreateBusinessApplicationAttributes attr = new CreateBusinessApplicationAttributes(); + Address address = CreateAddress(); + + attr.setName("Pied Piper"); + attr.setAddress(address); + Phone p = new Phone(); + p.setNumber("9294723497"); + p.setCountryCode("1"); + attr.setPhone(p); + + attr.setStateOfIncorporation("DE"); + attr.setEin("123456789"); + attr.setEntityType(EntityType.CORPORATION); + attr.setIp("127.0.0.2"); + attr.setAnnualRevenue(BusinessAnnualRevenue.BETWEEN500KAND1M); + attr.setNumberOfEmployees(BusinessNumberOfEmployees.BETWEEN50AND100); + attr.setCashFlow(CashFlow.PREDICTABLE); + attr.setYearOfIncorporation("2014"); + attr.setCountriesOfOperation(Arrays.asList("US", "CA")); + attr.setStockSymbol("PPI"); + attr.businessVertical(BusinessVertical.TECHNOLOGYMEDIAORTELECOM); + attr.setWebsite("https://www.piedpiper.com"); + + Contact contact = new Contact(); + contact.setFullName(CreateFullNameRichardHendricks()); + contact.setEmail("richard@piedpiper.com"); + contact.setPhone(p); + attr.setContact(contact); + + CreateOfficer officer = new CreateOfficer(); + officer.setFullName(CreateFullNameRichardHendricks()); + officer.setDateOfBirth(LocalDate.parse("2001-08-10")); + officer.setTitle(CreateOfficer.TitleEnum.CEO); + officer.setSsn("721074426"); + officer.setEmail("richard@piedpiper.com"); + officer.setPhone(p); + officer.setAddress(CreateAddress()); + officer.setOccupation(Occupation.ARCHITECTORENGINEER); + officer.setAnnualIncome(AnnualIncome.BETWEEN50KAND100K); + officer.setSourceOfIncome(SourceOfIncome.EMPLOYMENTORPAYROLLINCOME); + attr.setOfficer(officer); + + CreateBeneficialOwner bo = new CreateBeneficialOwner(); + bo.setFullName(CreateFullNameRichardHendricks()); + bo.setAddress(CreateAddress()); + bo.setDateOfBirth(LocalDate.parse("2001-08-10")); + bo.setSsn("123456789"); + bo.setEmail("richard@piedpiper.com"); + bo.setPercentage(75); + bo.setPhone(p); + bo.setOccupation(Occupation.ARCHITECTORENGINEER); + bo.setAnnualIncome(AnnualIncome.BETWEEN50KAND100K); + bo.setSourceOfIncome(SourceOfIncome.EMPLOYMENTORPAYROLLINCOME); + attr.setBeneficialOwners(Arrays.asList(bo)); +// attr.setTags(new HashMap<>(){"userId": "2ab1f266-04b9-41fb-b728-cd1962bca52c"}); + + createBusinessApplication.setAttributes(attr); + + CreateBusinessApplication cba = new CreateBusinessApplication(); + cba.setAttributes(attr); + + return cba; + } public static Counterparty CreateCounterparty() { Counterparty counterparty = new Counterparty(); counterparty.setName("Jane Doe"); @@ -71,6 +127,34 @@ public static Address CreateAddress() { return address; } + /** + * Peter Parker + * @return + */ + public static FullName CreateFullName() { + FullName fn = new FullName(); + fn.setFirst("Peter"); + fn.setLast("Parker"); + + return fn; + } + + public static FullName CreateFullNameRichardHendricks() { + FullName fn = new FullName(); + fn.setFirst("Richard"); + fn.setLast("Hendricks"); + + return fn; + } + + public static Phone CreatePhone() { + Phone p = new Phone(); + p.setNumber("5555555555"); + p.setCountryCode("1"); + + return p; + } + public static WireCounterparty CreateWireCounterparty() { WireCounterparty counterparty = new WireCounterparty(); counterparty.setName("April Oniel"); @@ -80,4 +164,27 @@ public static WireCounterparty CreateWireCounterparty() { return counterparty; } + + public static Relationship CreateRelationship(String type, String id) { + RelationshipData relationshipData = new RelationshipData(); + relationshipData.setType(type); + relationshipData.setId(id); + + Relationship relationship = new Relationship(); + relationship.setData(relationshipData); + + return relationship; + } + + public static CardLevelLimits CreateCardLevelLimits(int dailyWithdrawal, int dailyPurchase, int monthlyWithdrawal) { + CardLevelLimits limits = new CardLevelLimits(); + limits.setDailyWithdrawal(dailyWithdrawal); + limits.setDailyPurchase(dailyPurchase); + limits.setMonthlyWithdrawal(monthlyWithdrawal); + return limits; + } + +// public static Tags CreateTags() { +// +// } } diff --git a/src/test/java/unit/java/sdk/TestSimulations.java b/src/test/java/unit/java/sdk/TestSimulations.java new file mode 100644 index 00000000..0154ff2f --- /dev/null +++ b/src/test/java/unit/java/sdk/TestSimulations.java @@ -0,0 +1,76 @@ +package unit.java.sdk; + +import com.fasterxml.jackson.databind.ObjectMapper; + +import java.io.BufferedReader; +import java.io.DataOutputStream; +import java.io.IOException; +import java.io.InputStreamReader; +import java.net.HttpURLConnection; +import java.net.URI; +import java.net.URL; +import java.net.http.HttpClient; +import java.net.http.HttpRequest; +import java.net.http.HttpResponse; +import java.nio.charset.StandardCharsets; +import java.util.HashMap; + + +public class TestSimulations { + + private static HttpURLConnection con; + + public static HttpResponse SimulateAchPayment(String account_id) throws IOException { + var url = "payments"; + + try { + var attributes = new HashMap() {{ + put("amount", 100000); + put("direction", "Credit"); + put("description", "Sandbox Transaction"); + }}; + + var account = new HashMap() {{ + put("type", "depositAccount"); + put("id", account_id); + }}; + var relationshipData = new HashMap() {{ + put("data", account); + }}; + + var relationships = new HashMap() {{ + put("account", relationshipData); + }}; + + var values = new HashMap() {{ + put("type", "achPayment"); + put("attributes", attributes); + put("relationships", relationships); + }}; + + var requestBodyData = new HashMap() {{ + put("data", values); + }}; + + var objectMapper = new ObjectMapper(); + String requestBody = objectMapper + .writeValueAsString(requestBodyData); + + return PostRequest(url, requestBody); + } catch (InterruptedException e) { + throw new RuntimeException(e); + } + } + + public static HttpResponse PostRequest(String url, String requestBody) throws IOException, InterruptedException { + HttpClient client = HttpClient.newHttpClient(); + HttpRequest request = HttpRequest.newBuilder() + .uri(URI.create("https://api.s.unit.sh/sandbox/" + url)) + .header("Authorization", "Bearer " + System.getenv("access_token")) + .header("Content-Type", "application/vnd.api+json") + .POST(HttpRequest.BodyPublishers.ofString(requestBody)) + .build(); + + return client.send(request, HttpResponse.BodyHandlers.ofString()); + } +} diff --git a/src/test/java/unit/java/sdk/api/ActivateControlAgreementForAccountApiTest.java b/src/test/java/unit/java/sdk/api/ActivateControlAgreementForAccountApiTest.java deleted file mode 100644 index 65ecfbc2..00000000 --- a/src/test/java/unit/java/sdk/api/ActivateControlAgreementForAccountApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ActivateControlAgreementForAccountApi - */ -@Ignore -public class ActivateControlAgreementForAccountApiTest { - - private final ActivateControlAgreementForAccountApi api = new ActivateControlAgreementForAccountApi(); - - - /** - * Activate Account Control Agreement by Id - * - * Activate Control Agreement for Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - UnitAccountResponse response = - api.execute(accountId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/AdvanceReceivedPaymentApiTest.java b/src/test/java/unit/java/sdk/api/AdvanceReceivedPaymentApiTest.java deleted file mode 100644 index 133d6007..00000000 --- a/src/test/java/unit/java/sdk/api/AdvanceReceivedPaymentApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitReceivedPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for AdvanceReceivedPaymentApi - */ -@Ignore -public class AdvanceReceivedPaymentApiTest { - - private final AdvanceReceivedPaymentApi api = new AdvanceReceivedPaymentApi(); - - - /** - * Advance Received Payment by Id - * - * Advance a Received Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - UnitReceivedPaymentResponse response = - api.execute(paymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ApproveAuthorizationRequestApiTest.java b/src/test/java/unit/java/sdk/api/ApproveAuthorizationRequestApiTest.java deleted file mode 100644 index 406bfbe3..00000000 --- a/src/test/java/unit/java/sdk/api/ApproveAuthorizationRequestApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ApproveAuthorizationRequest; -import unit.java.sdk.model.UnitAuthorizationRequestResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ApproveAuthorizationRequestApi - */ -@Ignore -public class ApproveAuthorizationRequestApiTest { - - private final ApproveAuthorizationRequestApi api = new ApproveAuthorizationRequestApi(); - - - /** - * Approve Authorization Request by Id - * - * Approve a Authorization Request via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String authorizationId = null; - ApproveAuthorizationRequest approveAuthorizationRequest = null; - UnitAuthorizationRequestResponse response = - api.execute(authorizationId, approveAuthorizationRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ApproveCheckPaymentApiTest.java b/src/test/java/unit/java/sdk/api/ApproveCheckPaymentApiTest.java deleted file mode 100644 index ad02f020..00000000 --- a/src/test/java/unit/java/sdk/api/ApproveCheckPaymentApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ApproveCheckPaymentRequest; -import unit.java.sdk.model.UnitCheckPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ApproveCheckPaymentApi - */ -@Ignore -public class ApproveCheckPaymentApiTest { - - private final ApproveCheckPaymentApi api = new ApproveCheckPaymentApi(); - - - /** - * Approve Check Payment by Id - * - * Approve a Check Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkPaymentId = null; - ApproveCheckPaymentRequest approveCheckPaymentRequest = null; - UnitCheckPaymentResponse response = - api.execute(checkPaymentId, approveCheckPaymentRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ArchiveCustomerApiTest.java b/src/test/java/unit/java/sdk/api/ArchiveCustomerApiTest.java deleted file mode 100644 index 7d48d791..00000000 --- a/src/test/java/unit/java/sdk/api/ArchiveCustomerApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ArchiveCustomerRequest; -import unit.java.sdk.model.UnitCustomerResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ArchiveCustomerApi - */ -@Ignore -public class ArchiveCustomerApiTest { - - private final ArchiveCustomerApi api = new ArchiveCustomerApi(); - - - /** - * Archive Customer by Id - * - * Archive a Customer via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String customerId = null; - ArchiveCustomerRequest archiveCustomerRequest = null; - UnitCustomerResponse response = - api.execute(customerId, archiveCustomerRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CancelApplicationApiTest.java b/src/test/java/unit/java/sdk/api/CancelApplicationApiTest.java deleted file mode 100644 index 1bc371b8..00000000 --- a/src/test/java/unit/java/sdk/api/CancelApplicationApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CancelApplicationRequest; -import unit.java.sdk.model.UnitCancelApplicationResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CancelApplicationApi - */ -@Ignore -public class CancelApplicationApiTest { - - private final CancelApplicationApi api = new CancelApplicationApi(); - - - /** - * Cancel Application by Id - * - * Cancel a Application via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - CancelApplicationRequest cancelApplicationRequest = null; - UnitCancelApplicationResponse response = - api.execute(applicationId, cancelApplicationRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CancelCheckPaymentApiTest.java b/src/test/java/unit/java/sdk/api/CancelCheckPaymentApiTest.java deleted file mode 100644 index 6ad0b4ef..00000000 --- a/src/test/java/unit/java/sdk/api/CancelCheckPaymentApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCheckPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CancelCheckPaymentApi - */ -@Ignore -public class CancelCheckPaymentApiTest { - - private final CancelCheckPaymentApi api = new CancelCheckPaymentApi(); - - - /** - * Cancel Check Payment by Id - * - * Cancel a Check Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkPaymentId = null; - UnitCheckPaymentResponse response = - api.execute(checkPaymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CancelPaymentApiTest.java b/src/test/java/unit/java/sdk/api/CancelPaymentApiTest.java deleted file mode 100644 index 079023b3..00000000 --- a/src/test/java/unit/java/sdk/api/CancelPaymentApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CancelPaymentApi - */ -@Ignore -public class CancelPaymentApiTest { - - private final CancelPaymentApi api = new CancelPaymentApi(); - - - /** - * Cancel a Payment by Id - * - * Cancel a Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - UnitPaymentResponse response = - api.execute(paymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CloseACardApiTest.java b/src/test/java/unit/java/sdk/api/CloseACardApiTest.java deleted file mode 100644 index fdfeb342..00000000 --- a/src/test/java/unit/java/sdk/api/CloseACardApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CloseACardApi - */ -@Ignore -public class CloseACardApiTest { - - private final CloseACardApi api = new CloseACardApi(); - - - /** - * Close a Card - * - * Close a Card via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UnitCardResponse response = - api.execute(cardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CloseAnAccountApiTest.java b/src/test/java/unit/java/sdk/api/CloseAnAccountApiTest.java deleted file mode 100644 index 9eb52959..00000000 --- a/src/test/java/unit/java/sdk/api/CloseAnAccountApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CloseAccountRequest; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CloseAnAccountApi - */ -@Ignore -public class CloseAnAccountApiTest { - - private final CloseAnAccountApi api = new CloseAnAccountApi(); - - - /** - * Close an Account by Id - * - * Close an Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - CloseAccountRequest closeAccountRequest = null; - UnitAccountResponse response = - api.execute(accountId, closeAccountRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ConfirmCheckDepositApiTest.java b/src/test/java/unit/java/sdk/api/ConfirmCheckDepositApiTest.java deleted file mode 100644 index 29d3d42d..00000000 --- a/src/test/java/unit/java/sdk/api/ConfirmCheckDepositApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCheckDepositResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ConfirmCheckDepositApi - */ -@Ignore -public class ConfirmCheckDepositApiTest { - - private final ConfirmCheckDepositApi api = new ConfirmCheckDepositApi(); - - - /** - * Confirm by Id - * - * Confirm a Check Deposit from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkDepositId = null; - UnitCheckDepositResponse response = - api.execute(checkDepositId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateACardApiTest.java b/src/test/java/unit/java/sdk/api/CreateACardApiTest.java deleted file mode 100644 index 4bcf23eb..00000000 --- a/src/test/java/unit/java/sdk/api/CreateACardApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateCard; -import unit.java.sdk.model.UnitCardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateACardApi - */ -@Ignore -public class CreateACardApiTest { - - private final CreateACardApi api = new CreateACardApi(); - - - /** - * Create a Card - * - * Create a Card via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateCard createCard = null; - UnitCardResponse response = - api.execute(createCard); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateADocumentForAnApplicationApiTest.java b/src/test/java/unit/java/sdk/api/CreateADocumentForAnApplicationApiTest.java deleted file mode 100644 index 5a346cbf..00000000 --- a/src/test/java/unit/java/sdk/api/CreateADocumentForAnApplicationApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateADocumentForAnApplicationApi - */ -@Ignore -public class CreateADocumentForAnApplicationApiTest { - - private final CreateADocumentForAnApplicationApi api = new CreateADocumentForAnApplicationApi(); - - - /** - * Create a document - * - * Create a document via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - UnitDocumentResponse response = - api.execute(applicationId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateAPaymentApiTest.java b/src/test/java/unit/java/sdk/api/CreateAPaymentApiTest.java deleted file mode 100644 index bd92c64e..00000000 --- a/src/test/java/unit/java/sdk/api/CreateAPaymentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreatePayment; -import unit.java.sdk.model.UnitPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateAPaymentApi - */ -@Ignore -public class CreateAPaymentApiTest { - - private final CreateAPaymentApi api = new CreateAPaymentApi(); - - - /** - * Create a Payment - * - * Create a Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreatePayment createPayment = null; - UnitPaymentResponse response = - api.execute(createPayment); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateARepaymentApiTest.java b/src/test/java/unit/java/sdk/api/CreateARepaymentApiTest.java deleted file mode 100644 index 54ea326b..00000000 --- a/src/test/java/unit/java/sdk/api/CreateARepaymentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateRepayment; -import unit.java.sdk.model.UnitRepaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateARepaymentApi - */ -@Ignore -public class CreateARepaymentApiTest { - - private final CreateARepaymentApi api = new CreateARepaymentApi(); - - - /** - * Create a Repayment - * - * Create a Repayment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateRepayment createRepayment = null; - UnitRepaymentResponse response = - api.execute(createRepayment); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateAccountApiTest.java b/src/test/java/unit/java/sdk/api/CreateAccountApiTest.java deleted file mode 100644 index dcbf2fbd..00000000 --- a/src/test/java/unit/java/sdk/api/CreateAccountApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateAccount; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateAccountApi - */ -@Ignore -public class CreateAccountApiTest { - - private final CreateAccountApi api = new CreateAccountApi(); - - - /** - * Create Account - * - * Create Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateAccount createAccount = null; - UnitAccountResponse response = - api.execute(createAccount); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateApplicationApiTest.java b/src/test/java/unit/java/sdk/api/CreateApplicationApiTest.java deleted file mode 100644 index a011ef07..00000000 --- a/src/test/java/unit/java/sdk/api/CreateApplicationApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateApplication; -import unit.java.sdk.model.UnitCreateApplicationResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateApplicationApi - */ -@Ignore -public class CreateApplicationApiTest { - - private final CreateApplicationApi api = new CreateApplicationApi(); - - - /** - * Create Application - * - * Create an Application via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateApplication createApplication = null; - UnitCreateApplicationResponse response = - api.execute(createApplication); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateApplicationFormApiTest.java b/src/test/java/unit/java/sdk/api/CreateApplicationFormApiTest.java deleted file mode 100644 index e5d68656..00000000 --- a/src/test/java/unit/java/sdk/api/CreateApplicationFormApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateApplicationForm; -import unit.java.sdk.model.UnitApplicationFormResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateApplicationFormApi - */ -@Ignore -public class CreateApplicationFormApiTest { - - private final CreateApplicationFormApi api = new CreateApplicationFormApi(); - - - /** - * Create Application Form - * - * Create an Application Form via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateApplicationForm createApplicationForm = null; - UnitApplicationFormResponse response = - api.execute(createApplicationForm); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateCheckDepositApiTest.java b/src/test/java/unit/java/sdk/api/CreateCheckDepositApiTest.java deleted file mode 100644 index 4c3b0070..00000000 --- a/src/test/java/unit/java/sdk/api/CreateCheckDepositApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateCheckDeposit; -import unit.java.sdk.model.UnitCheckDepositResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateCheckDepositApi - */ -@Ignore -public class CreateCheckDepositApiTest { - - private final CreateCheckDepositApi api = new CreateCheckDepositApi(); - - - /** - * Create Check Deposit - * - * Create a Check Deposit via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateCheckDeposit createCheckDeposit = null; - UnitCheckDepositResponse response = - api.execute(createCheckDeposit); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateCheckPaymentApiTest.java b/src/test/java/unit/java/sdk/api/CreateCheckPaymentApiTest.java deleted file mode 100644 index 725b9366..00000000 --- a/src/test/java/unit/java/sdk/api/CreateCheckPaymentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateCheckPayment; -import unit.java.sdk.model.UnitCheckPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateCheckPaymentApi - */ -@Ignore -public class CreateCheckPaymentApiTest { - - private final CreateCheckPaymentApi api = new CreateCheckPaymentApi(); - - - /** - * Create Check Payment - * - * Create Check Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateCheckPayment createCheckPayment = null; - UnitCheckPaymentResponse response = - api.execute(createCheckPayment); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateCounterpartyApiTest.java b/src/test/java/unit/java/sdk/api/CreateCounterpartyApiTest.java deleted file mode 100644 index 648908bf..00000000 --- a/src/test/java/unit/java/sdk/api/CreateCounterpartyApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateCounterparty; -import unit.java.sdk.model.UnitCounterpartyResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateCounterpartyApi - */ -@Ignore -public class CreateCounterpartyApiTest { - - private final CreateCounterpartyApi api = new CreateCounterpartyApi(); - - - /** - * Create Counterparty - * - * Create a counterparty via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateCounterparty createCounterparty = null; - UnitCounterpartyResponse response = - api.execute(createCounterparty); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateCustomerTokenApiTest.java b/src/test/java/unit/java/sdk/api/CreateCustomerTokenApiTest.java deleted file mode 100644 index df17be55..00000000 --- a/src/test/java/unit/java/sdk/api/CreateCustomerTokenApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateCustomerToken; -import unit.java.sdk.model.UnitCustomerTokenResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateCustomerTokenApi - */ -@Ignore -public class CreateCustomerTokenApiTest { - - private final CreateCustomerTokenApi api = new CreateCustomerTokenApi(); - - - /** - * Create Customer Token - * - * Create a Customer Token via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String customerId = null; - CreateCustomerToken createCustomerToken = null; - UnitCustomerTokenResponse response = - api.execute(customerId, createCustomerToken); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateCustomerTokenVerificationApiTest.java b/src/test/java/unit/java/sdk/api/CreateCustomerTokenVerificationApiTest.java deleted file mode 100644 index 9fe75865..00000000 --- a/src/test/java/unit/java/sdk/api/CreateCustomerTokenVerificationApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateCustomerTokenVerification; -import unit.java.sdk.model.UnitCustomerTokenVerificationResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateCustomerTokenVerificationApi - */ -@Ignore -public class CreateCustomerTokenVerificationApiTest { - - private final CreateCustomerTokenVerificationApi api = new CreateCustomerTokenVerificationApi(); - - - /** - * Create Customer Token Verification - * - * Create a Customer Token Verification via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String customerId = null; - CreateCustomerTokenVerification createCustomerTokenVerification = null; - UnitCustomerTokenVerificationResponse response = - api.execute(customerId, createCustomerTokenVerification); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateFeeApiTest.java b/src/test/java/unit/java/sdk/api/CreateFeeApiTest.java deleted file mode 100644 index 70763cdf..00000000 --- a/src/test/java/unit/java/sdk/api/CreateFeeApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitFeeResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateFeeApi - */ -@Ignore -public class CreateFeeApiTest { - - private final CreateFeeApi api = new CreateFeeApi(); - - - /** - * Create Fee - * - * Create a Fee via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - Object body = null; - UnitFeeResponse response = - api.execute(body); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateOrgApiTokenApiTest.java b/src/test/java/unit/java/sdk/api/CreateOrgApiTokenApiTest.java deleted file mode 100644 index c06ab16a..00000000 --- a/src/test/java/unit/java/sdk/api/CreateOrgApiTokenApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateApiToken; -import unit.java.sdk.model.UnitApiTokenResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateOrgApiTokenApi - */ -@Ignore -public class CreateOrgApiTokenApiTest { - - private final CreateOrgApiTokenApi api = new CreateOrgApiTokenApi(); - - - /** - * Create Org API Token - * - * Create an Org API Token via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String userId = null; - CreateApiToken createApiToken = null; - UnitApiTokenResponse response = - api.execute(userId, createApiToken); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateRecurringPaymentApiTest.java b/src/test/java/unit/java/sdk/api/CreateRecurringPaymentApiTest.java deleted file mode 100644 index 7d2ae0f3..00000000 --- a/src/test/java/unit/java/sdk/api/CreateRecurringPaymentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateRecurringPayment; -import unit.java.sdk.model.UnitRecurringPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateRecurringPaymentApi - */ -@Ignore -public class CreateRecurringPaymentApiTest { - - private final CreateRecurringPaymentApi api = new CreateRecurringPaymentApi(); - - - /** - * Create Recurring Payment - * - * Create a Recurring Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateRecurringPayment createRecurringPayment = null; - UnitRecurringPaymentResponse response = - api.execute(createRecurringPayment); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateRewardApiTest.java b/src/test/java/unit/java/sdk/api/CreateRewardApiTest.java deleted file mode 100644 index de76d38c..00000000 --- a/src/test/java/unit/java/sdk/api/CreateRewardApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateReward; -import unit.java.sdk.model.UnitRewardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateRewardApi - */ -@Ignore -public class CreateRewardApiTest { - - private final CreateRewardApi api = new CreateRewardApi(); - - - /** - * Create Reward - * - * Create a Reward via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateReward createReward = null; - UnitRewardResponse response = - api.execute(createReward); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/CreateWebhookApiTest.java b/src/test/java/unit/java/sdk/api/CreateWebhookApiTest.java deleted file mode 100644 index 12dc9ab4..00000000 --- a/src/test/java/unit/java/sdk/api/CreateWebhookApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateWebhook; -import unit.java.sdk.model.UnitWebhookResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for CreateWebhookApi - */ -@Ignore -public class CreateWebhookApiTest { - - private final CreateWebhookApi api = new CreateWebhookApi(); - - - /** - * Create Webhook - * - * Create a Webhook via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - CreateWebhook createWebhook = null; - UnitWebhookResponse response = - api.execute(createWebhook); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DeactivateControlAgreementForAccountApiTest.java b/src/test/java/unit/java/sdk/api/DeactivateControlAgreementForAccountApiTest.java deleted file mode 100644 index b969f955..00000000 --- a/src/test/java/unit/java/sdk/api/DeactivateControlAgreementForAccountApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DeactivateControlAgreementForAccountApi - */ -@Ignore -public class DeactivateControlAgreementForAccountApiTest { - - private final DeactivateControlAgreementForAccountApi api = new DeactivateControlAgreementForAccountApi(); - - - /** - * Deactivate Account Control Agreement by Id - * - * Deactivate Control Agreement for Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - UnitAccountResponse response = - api.execute(accountId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DeclineAuthorizationRequestApiTest.java b/src/test/java/unit/java/sdk/api/DeclineAuthorizationRequestApiTest.java deleted file mode 100644 index 6d040c16..00000000 --- a/src/test/java/unit/java/sdk/api/DeclineAuthorizationRequestApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.DeclineAuthorizationRequest; -import unit.java.sdk.model.UnitAuthorizationRequestResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DeclineAuthorizationRequestApi - */ -@Ignore -public class DeclineAuthorizationRequestApiTest { - - private final DeclineAuthorizationRequestApi api = new DeclineAuthorizationRequestApi(); - - - /** - * Decline Authorization Request - * - * Decline Authorization Request via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String authorizationId = null; - DeclineAuthorizationRequest declineAuthorizationRequest = null; - UnitAuthorizationRequestResponse response = - api.execute(authorizationId, declineAuthorizationRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DefaultApiTest.java b/src/test/java/unit/java/sdk/api/DefaultApiTest.java deleted file mode 100644 index ac79c63b..00000000 --- a/src/test/java/unit/java/sdk/api/DefaultApiTest.java +++ /dev/null @@ -1,128 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.CreateStopPayment; -import unit.java.sdk.model.ExecuteFilterParameter20; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.StopPaymentListResponse; -import unit.java.sdk.model.StopPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DefaultApi - */ -@Ignore -public class DefaultApiTest { - - private final DefaultApi api = new DefaultApi(); - - - /** - * Get a list of stop payments - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter20 filter = null; - String sort = null; - StopPaymentListResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - - /** - * Create Stop Payment - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void execute_0Test() throws ApiException { - CreateStopPayment createStopPayment = null; - StopPaymentResponse response = - api.execute_0(createStopPayment); - - // TODO: test validations - } - - /** - * Get details of a specific stop payment - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void execute_1Test() throws ApiException { - String stopPaymentId = null; - StopPaymentResponse response = - api.execute_1(stopPaymentId); - - // TODO: test validations - } - - /** - * Cancel a stop payment - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void execute_2Test() throws ApiException { - String stopPaymentId = null; - - api.execute_2(stopPaymentId); - - // TODO: test validations - } - - /** - * Disable a stop payment - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void execute_3Test() throws ApiException { - String stopPaymentId = null; - StopPaymentResponse response = - api.execute_3(stopPaymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DeleteCounterpartyApiTest.java b/src/test/java/unit/java/sdk/api/DeleteCounterpartyApiTest.java deleted file mode 100644 index 7cff3171..00000000 --- a/src/test/java/unit/java/sdk/api/DeleteCounterpartyApiTest.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DeleteCounterpartyApi - */ -@Ignore -public class DeleteCounterpartyApiTest { - - private final DeleteCounterpartyApi api = new DeleteCounterpartyApi(); - - - /** - * Delete Counterparty by Id - * - * Delete Counterparty via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String counterpartyId = null; - - api.execute(counterpartyId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DisableRecurringPaymentApiTest.java b/src/test/java/unit/java/sdk/api/DisableRecurringPaymentApiTest.java deleted file mode 100644 index b71be1e6..00000000 --- a/src/test/java/unit/java/sdk/api/DisableRecurringPaymentApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitRecurringPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DisableRecurringPaymentApi - */ -@Ignore -public class DisableRecurringPaymentApiTest { - - private final DisableRecurringPaymentApi api = new DisableRecurringPaymentApi(); - - - /** - * Disable Recurring Payment - * - * Disable Recurring Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - UnitRecurringPaymentResponse response = - api.execute(paymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DisableWebhookApiTest.java b/src/test/java/unit/java/sdk/api/DisableWebhookApiTest.java deleted file mode 100644 index 8283a1c9..00000000 --- a/src/test/java/unit/java/sdk/api/DisableWebhookApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitWebhookResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DisableWebhookApi - */ -@Ignore -public class DisableWebhookApiTest { - - private final DisableWebhookApi api = new DisableWebhookApi(); - - - /** - * Disable a Webhook - * - * Disable a Webhook via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String webhookId = null; - UnitWebhookResponse response = - api.execute(webhookId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DownloadADocumentApiTest.java b/src/test/java/unit/java/sdk/api/DownloadADocumentApiTest.java deleted file mode 100644 index a4d4b158..00000000 --- a/src/test/java/unit/java/sdk/api/DownloadADocumentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import java.io.File; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DownloadADocumentApi - */ -@Ignore -public class DownloadADocumentApiTest { - - private final DownloadADocumentApi api = new DownloadADocumentApi(); - - - /** - * Download a Document - * - * Download a Document via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - File response = - api.execute(applicationId, documentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/DownloadADocumentBackSideApiTest.java b/src/test/java/unit/java/sdk/api/DownloadADocumentBackSideApiTest.java deleted file mode 100644 index 98515083..00000000 --- a/src/test/java/unit/java/sdk/api/DownloadADocumentBackSideApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import java.io.File; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for DownloadADocumentBackSideApi - */ -@Ignore -public class DownloadADocumentBackSideApiTest { - - private final DownloadADocumentBackSideApi api = new DownloadADocumentBackSideApi(); - - - /** - * Download a Document - Back Side - * - * Download a Document - Back Side via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - File response = - api.execute(applicationId, documentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/EnableRecurringPaymentApiTest.java b/src/test/java/unit/java/sdk/api/EnableRecurringPaymentApiTest.java deleted file mode 100644 index 974b7394..00000000 --- a/src/test/java/unit/java/sdk/api/EnableRecurringPaymentApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitRecurringPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for EnableRecurringPaymentApi - */ -@Ignore -public class EnableRecurringPaymentApiTest { - - private final EnableRecurringPaymentApi api = new EnableRecurringPaymentApi(); - - - /** - * Enable Recurring Payment - * - * Enable Recurring Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - UnitRecurringPaymentResponse response = - api.execute(paymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/EnableWebhookApiTest.java b/src/test/java/unit/java/sdk/api/EnableWebhookApiTest.java deleted file mode 100644 index f24e4b35..00000000 --- a/src/test/java/unit/java/sdk/api/EnableWebhookApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitWebhookResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for EnableWebhookApi - */ -@Ignore -public class EnableWebhookApiTest { - - private final EnableWebhookApi api = new EnableWebhookApi(); - - - /** - * Enable Webhook - * - * Enable a Webhook via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String webhookId = null; - UnitWebhookResponse response = - api.execute(webhookId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/EnterControlAgreementForAccountApiTest.java b/src/test/java/unit/java/sdk/api/EnterControlAgreementForAccountApiTest.java deleted file mode 100644 index 5780c1b0..00000000 --- a/src/test/java/unit/java/sdk/api/EnterControlAgreementForAccountApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for EnterControlAgreementForAccountApi - */ -@Ignore -public class EnterControlAgreementForAccountApiTest { - - private final EnterControlAgreementForAccountApi api = new EnterControlAgreementForAccountApi(); - - - /** - * Enter Account Control Agreement by Id - * - * Enter Control Agreement for Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - UnitAccountResponse response = - api.execute(accountId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/FireEventApiTest.java b/src/test/java/unit/java/sdk/api/FireEventApiTest.java deleted file mode 100644 index 89e0cce3..00000000 --- a/src/test/java/unit/java/sdk/api/FireEventApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitEventResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for FireEventApi - */ -@Ignore -public class FireEventApiTest { - - private final FireEventApi api = new FireEventApi(); - - - /** - * Fire Event by Id - * - * Fire an Event via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String eventId = null; - UnitEventResponse response = - api.execute(eventId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/FreezeACardApiTest.java b/src/test/java/unit/java/sdk/api/FreezeACardApiTest.java deleted file mode 100644 index aca2e231..00000000 --- a/src/test/java/unit/java/sdk/api/FreezeACardApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for FreezeACardApi - */ -@Ignore -public class FreezeACardApiTest { - - private final FreezeACardApi api = new FreezeACardApi(); - - - /** - * Freeze a Card - * - * Freeze a Card via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UnitCardResponse response = - api.execute(cardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/FreezeAnAccountApiTest.java b/src/test/java/unit/java/sdk/api/FreezeAnAccountApiTest.java deleted file mode 100644 index fe473727..00000000 --- a/src/test/java/unit/java/sdk/api/FreezeAnAccountApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.FreezeAccountRequest; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for FreezeAnAccountApi - */ -@Ignore -public class FreezeAnAccountApiTest { - - private final FreezeAnAccountApi api = new FreezeAnAccountApi(); - - - /** - * Freeze Account by Id - * - * Freeze Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - FreezeAccountRequest freezeAccountRequest = null; - UnitAccountResponse response = - api.execute(accountId, freezeAccountRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetABackImageApiTest.java b/src/test/java/unit/java/sdk/api/GetABackImageApiTest.java deleted file mode 100644 index 42cefb49..00000000 --- a/src/test/java/unit/java/sdk/api/GetABackImageApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import java.io.File; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetABackImageApi - */ -@Ignore -public class GetABackImageApiTest { - - private final GetABackImageApi api = new GetABackImageApi(); - - - /** - * Get back image - * - * Get back image via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkPaymentId = null; - File response = - api.execute(checkPaymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetAFrontImageApiTest.java b/src/test/java/unit/java/sdk/api/GetAFrontImageApiTest.java deleted file mode 100644 index ef15ba79..00000000 --- a/src/test/java/unit/java/sdk/api/GetAFrontImageApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import java.io.File; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetAFrontImageApi - */ -@Ignore -public class GetAFrontImageApiTest { - - private final GetAFrontImageApi api = new GetAFrontImageApi(); - - - /** - * Get front image - * - * Get front image via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkPaymentId = null; - File response = - api.execute(checkPaymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetAccountApiTest.java b/src/test/java/unit/java/sdk/api/GetAccountApiTest.java deleted file mode 100644 index 146ed414..00000000 --- a/src/test/java/unit/java/sdk/api/GetAccountApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAccountResponseWithIncluded; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetAccountApi - */ -@Ignore -public class GetAccountApiTest { - - private final GetAccountApi api = new GetAccountApi(); - - - /** - * Get Account by Id - * - * Get an Account from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - String include = null; - UnitAccountResponseWithIncluded response = - api.execute(accountId, include); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetAccountLimitsApiTest.java b/src/test/java/unit/java/sdk/api/GetAccountLimitsApiTest.java deleted file mode 100644 index 74012a21..00000000 --- a/src/test/java/unit/java/sdk/api/GetAccountLimitsApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitGetAccountLimitsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetAccountLimitsApi - */ -@Ignore -public class GetAccountLimitsApiTest { - - private final GetAccountLimitsApi api = new GetAccountLimitsApi(); - - - /** - * Get Account Limits by Id - * - * Get Account Limits from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - UnitGetAccountLimitsResponse response = - api.execute(accountId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetApplicationApiTest.java b/src/test/java/unit/java/sdk/api/GetApplicationApiTest.java deleted file mode 100644 index 4916c5c0..00000000 --- a/src/test/java/unit/java/sdk/api/GetApplicationApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitApplicationResponseWithIncluded; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetApplicationApi - */ -@Ignore -public class GetApplicationApiTest { - - private final GetApplicationApi api = new GetApplicationApi(); - - - /** - * Get Application by Id - * - * Get an Application from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String included = null; - UnitApplicationResponseWithIncluded response = - api.execute(applicationId, included); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetApplicationFormApiTest.java b/src/test/java/unit/java/sdk/api/GetApplicationFormApiTest.java deleted file mode 100644 index 0046204e..00000000 --- a/src/test/java/unit/java/sdk/api/GetApplicationFormApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitApplicationFormResponseWithIncluded; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetApplicationFormApi - */ -@Ignore -public class GetApplicationFormApiTest { - - private final GetApplicationFormApi api = new GetApplicationFormApi(); - - - /** - * Get ApplicationForm by Id - * - * Get an Application Form from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationFormId = null; - String included = null; - UnitApplicationFormResponseWithIncluded response = - api.execute(applicationFormId, included); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetAtmLocationsListApiTest.java b/src/test/java/unit/java/sdk/api/GetAtmLocationsListApiTest.java deleted file mode 100644 index 03736644..00000000 --- a/src/test/java/unit/java/sdk/api/GetAtmLocationsListApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.AtmLocation; -import unit.java.sdk.model.ExecuteFilterParameter15; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetAtmLocationsListApi - */ -@Ignore -public class GetAtmLocationsListApiTest { - - private final GetAtmLocationsListApi api = new GetAtmLocationsListApi(); - - - /** - * Get List ATM Locations - * - * Get List ATM Locations from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ExecuteFilterParameter15 filter = null; - List response = - api.execute(filter); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetAuthorizationApiTest.java b/src/test/java/unit/java/sdk/api/GetAuthorizationApiTest.java deleted file mode 100644 index 0d66ace9..00000000 --- a/src/test/java/unit/java/sdk/api/GetAuthorizationApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAuthorizationResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetAuthorizationApi - */ -@Ignore -public class GetAuthorizationApiTest { - - private final GetAuthorizationApi api = new GetAuthorizationApi(); - - - /** - * Get Authorization by Id - * - * Get a Authorization from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String authorizationId = null; - Boolean includeNoneAuthorized = null; - UnitAuthorizationResponse response = - api.execute(authorizationId, includeNoneAuthorized); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetAuthorizationRequestApiTest.java b/src/test/java/unit/java/sdk/api/GetAuthorizationRequestApiTest.java deleted file mode 100644 index 33bdb24e..00000000 --- a/src/test/java/unit/java/sdk/api/GetAuthorizationRequestApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAuthorizationRequestsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetAuthorizationRequestApi - */ -@Ignore -public class GetAuthorizationRequestApiTest { - - private final GetAuthorizationRequestApi api = new GetAuthorizationRequestApi(); - - - /** - * Get Authorization Request by Id - * - * Get a Authorization Request from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String authorizationId = null; - UnitAuthorizationRequestsResponse response = - api.execute(authorizationId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetBankVerificationPdfApiTest.java b/src/test/java/unit/java/sdk/api/GetBankVerificationPdfApiTest.java deleted file mode 100644 index b46482e9..00000000 --- a/src/test/java/unit/java/sdk/api/GetBankVerificationPdfApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import java.io.File; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetBankVerificationPdfApi - */ -@Ignore -public class GetBankVerificationPdfApiTest { - - private final GetBankVerificationPdfApi api = new GetBankVerificationPdfApi(); - - - /** - * Get Bank verification PDF - * - * Get Get Bank verification PDF from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - File response = - api.execute(accountId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCardApiTest.java b/src/test/java/unit/java/sdk/api/GetCardApiTest.java deleted file mode 100644 index ac322dd1..00000000 --- a/src/test/java/unit/java/sdk/api/GetCardApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse1; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCardApi - */ -@Ignore -public class GetCardApiTest { - - private final GetCardApi api = new GetCardApi(); - - - /** - * Get Card by Id - * - * Get a Card from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - String included = null; - UnitCardResponse1 response = - api.execute(cardId, included); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCardLimitsApiTest.java b/src/test/java/unit/java/sdk/api/GetCardLimitsApiTest.java deleted file mode 100644 index 482714cb..00000000 --- a/src/test/java/unit/java/sdk/api/GetCardLimitsApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse3; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCardLimitsApi - */ -@Ignore -public class GetCardLimitsApiTest { - - private final GetCardLimitsApi api = new GetCardLimitsApi(); - - - /** - * Get Card Limit by Id - * - * Get a Card Limits from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UnitCardResponse3 response = - api.execute(cardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCardPinStatusApiTest.java b/src/test/java/unit/java/sdk/api/GetCardPinStatusApiTest.java deleted file mode 100644 index a1dd927b..00000000 --- a/src/test/java/unit/java/sdk/api/GetCardPinStatusApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse2; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCardPinStatusApi - */ -@Ignore -public class GetCardPinStatusApiTest { - - private final GetCardPinStatusApi api = new GetCardPinStatusApi(); - - - /** - * Get Card PIN Status - * - * Get Card PIN Status via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UnitCardResponse2 response = - api.execute(cardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCheckDepositApiTest.java b/src/test/java/unit/java/sdk/api/GetCheckDepositApiTest.java deleted file mode 100644 index 79710e4c..00000000 --- a/src/test/java/unit/java/sdk/api/GetCheckDepositApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCheckDepositResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCheckDepositApi - */ -@Ignore -public class GetCheckDepositApiTest { - - private final GetCheckDepositApi api = new GetCheckDepositApi(); - - - /** - * Get Check Deposit by Id - * - * Get a Check Deposit from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkDepositId = null; - UnitCheckDepositResponse response = - api.execute(checkDepositId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCheckDepositBackImageApiTest.java b/src/test/java/unit/java/sdk/api/GetCheckDepositBackImageApiTest.java deleted file mode 100644 index 5b5fc47b..00000000 --- a/src/test/java/unit/java/sdk/api/GetCheckDepositBackImageApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCheckDepositResponse1; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCheckDepositBackImageApi - */ -@Ignore -public class GetCheckDepositBackImageApiTest { - - private final GetCheckDepositBackImageApi api = new GetCheckDepositBackImageApi(); - - - /** - * Get Back Check Deposit Image by Id - * - * Get Back Check Deposit Image from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkDepositId = null; - UnitCheckDepositResponse1 response = - api.execute(checkDepositId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCheckDepositFrontImageApiTest.java b/src/test/java/unit/java/sdk/api/GetCheckDepositFrontImageApiTest.java deleted file mode 100644 index 474b9051..00000000 --- a/src/test/java/unit/java/sdk/api/GetCheckDepositFrontImageApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCheckDepositResponse1; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCheckDepositFrontImageApi - */ -@Ignore -public class GetCheckDepositFrontImageApiTest { - - private final GetCheckDepositFrontImageApi api = new GetCheckDepositFrontImageApi(); - - - /** - * Get Front Check Deposit Image by Id - * - * Get Front Check Deposit Image from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkDepositId = null; - UnitCheckDepositResponse1 response = - api.execute(checkDepositId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCheckPaymentApiTest.java b/src/test/java/unit/java/sdk/api/GetCheckPaymentApiTest.java deleted file mode 100644 index 02e65f56..00000000 --- a/src/test/java/unit/java/sdk/api/GetCheckPaymentApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCheckPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCheckPaymentApi - */ -@Ignore -public class GetCheckPaymentApiTest { - - private final GetCheckPaymentApi api = new GetCheckPaymentApi(); - - - /** - * Get Check Payment by Id - * - * Get a Check Payment from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkPaymentId = null; - UnitCheckPaymentResponse response = - api.execute(checkPaymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCounterpartyApiTest.java b/src/test/java/unit/java/sdk/api/GetCounterpartyApiTest.java deleted file mode 100644 index 4ae0eba8..00000000 --- a/src/test/java/unit/java/sdk/api/GetCounterpartyApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCounterpartyResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCounterpartyApi - */ -@Ignore -public class GetCounterpartyApiTest { - - private final GetCounterpartyApi api = new GetCounterpartyApi(); - - - /** - * Get Counterparty by Id - * - * Get a Counterparty from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String counterpartyId = null; - String included = null; - UnitCounterpartyResponse response = - api.execute(counterpartyId, included); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCounterpartyBalanceApiTest.java b/src/test/java/unit/java/sdk/api/GetCounterpartyBalanceApiTest.java deleted file mode 100644 index 53f76832..00000000 --- a/src/test/java/unit/java/sdk/api/GetCounterpartyBalanceApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCounterpartyResponse1; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCounterpartyBalanceApi - */ -@Ignore -public class GetCounterpartyBalanceApiTest { - - private final GetCounterpartyBalanceApi api = new GetCounterpartyBalanceApi(); - - - /** - * Get Counterparty Balance - * - * Get Recurring Payment from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String counterpartyId = null; - UnitCounterpartyResponse1 response = - api.execute(counterpartyId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetCustomerApiTest.java b/src/test/java/unit/java/sdk/api/GetCustomerApiTest.java deleted file mode 100644 index 38190687..00000000 --- a/src/test/java/unit/java/sdk/api/GetCustomerApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCustomerResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetCustomerApi - */ -@Ignore -public class GetCustomerApiTest { - - private final GetCustomerApi api = new GetCustomerApi(); - - - /** - * Get Customer by Id - * - * Get a Customer from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String customerId = null; - UnitCustomerResponse response = - api.execute(customerId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetDisputeApiTest.java b/src/test/java/unit/java/sdk/api/GetDisputeApiTest.java deleted file mode 100644 index fc9f5655..00000000 --- a/src/test/java/unit/java/sdk/api/GetDisputeApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDisputeResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetDisputeApi - */ -@Ignore -public class GetDisputeApiTest { - - private final GetDisputeApi api = new GetDisputeApi(); - - - /** - * Get Dispute by Id - * - * Get a Dispute from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String disputeId = null; - UnitDisputeResponse response = - api.execute(disputeId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetEventApiTest.java b/src/test/java/unit/java/sdk/api/GetEventApiTest.java deleted file mode 100644 index 7dc19da1..00000000 --- a/src/test/java/unit/java/sdk/api/GetEventApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitEventResponse1; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetEventApi - */ -@Ignore -public class GetEventApiTest { - - private final GetEventApi api = new GetEventApi(); - - - /** - * Get Event by Id - * - * Get an Event from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String eventId = null; - UnitEventResponse1 response = - api.execute(eventId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetInstitutionApiTest.java b/src/test/java/unit/java/sdk/api/GetInstitutionApiTest.java deleted file mode 100644 index abd86a48..00000000 --- a/src/test/java/unit/java/sdk/api/GetInstitutionApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitInstitutionResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetInstitutionApi - */ -@Ignore -public class GetInstitutionApiTest { - - private final GetInstitutionApi api = new GetInstitutionApi(); - - - /** - * Get Institution by Routing Number - * - * Get an Institution from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String routingNumber = null; - UnitInstitutionResponse response = - api.execute(routingNumber); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListAccountEndOfDayBalancesHistoryApiTest.java b/src/test/java/unit/java/sdk/api/GetListAccountEndOfDayBalancesHistoryApiTest.java deleted file mode 100644 index 5c7c0a8a..00000000 --- a/src/test/java/unit/java/sdk/api/GetListAccountEndOfDayBalancesHistoryApiTest.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitGetAccountEndOfDayListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListAccountEndOfDayBalancesHistoryApi - */ -@Ignore -public class GetListAccountEndOfDayBalancesHistoryApiTest { - - private final GetListAccountEndOfDayBalancesHistoryApi api = new GetListAccountEndOfDayBalancesHistoryApi(); - - - /** - * Get AccountEndOfDay List - * - * Get AccountEndOfDay List from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - UnitGetAccountEndOfDayListResponse response = - api.execute(); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListAccountsApiTest.java b/src/test/java/unit/java/sdk/api/GetListAccountsApiTest.java deleted file mode 100644 index 1cbdf3a5..00000000 --- a/src/test/java/unit/java/sdk/api/GetListAccountsApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter2; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitAccountsListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListAccountsApi - */ -@Ignore -public class GetListAccountsApiTest { - - private final GetListAccountsApi api = new GetListAccountsApi(); - - - /** - * Get List Accounts - * - * Get List Accounts from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter2 filter = null; - String include = null; - UnitAccountsListResponse response = - api.execute(page, filter, include); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListApplicationFormsApiTest.java b/src/test/java/unit/java/sdk/api/GetListApplicationFormsApiTest.java deleted file mode 100644 index 1bd40b95..00000000 --- a/src/test/java/unit/java/sdk/api/GetListApplicationFormsApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter1; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitApplicationFormsListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListApplicationFormsApi - */ -@Ignore -public class GetListApplicationFormsApiTest { - - private final GetListApplicationFormsApi api = new GetListApplicationFormsApi(); - - - /** - * Get List Application Forms - * - * Get List Application Forms from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter1 filter = null; - String sort = null; - UnitApplicationFormsListResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListApplicationsApiTest.java b/src/test/java/unit/java/sdk/api/GetListApplicationsApiTest.java deleted file mode 100644 index 9c78d712..00000000 --- a/src/test/java/unit/java/sdk/api/GetListApplicationsApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitListApplicationsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListApplicationsApi - */ -@Ignore -public class GetListApplicationsApiTest { - - private final GetListApplicationsApi api = new GetListApplicationsApi(); - - - /** - * Get List Application - * - * Get List Applications from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter filter = null; - String sort = null; - UnitListApplicationsResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListAuthorizationRequestsApiTest.java b/src/test/java/unit/java/sdk/api/GetListAuthorizationRequestsApiTest.java deleted file mode 100644 index 261b2738..00000000 --- a/src/test/java/unit/java/sdk/api/GetListAuthorizationRequestsApiTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter9; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitListAuthorizationRequestsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListAuthorizationRequestsApi - */ -@Ignore -public class GetListAuthorizationRequestsApiTest { - - private final GetListAuthorizationRequestsApi api = new GetListAuthorizationRequestsApi(); - - - /** - * Get List Authorization Requests - * - * Get List Authorization Requests from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter9 filter = null; - UnitListAuthorizationRequestsResponse response = - api.execute(page, filter); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListAuthorizationsApiTest.java b/src/test/java/unit/java/sdk/api/GetListAuthorizationsApiTest.java deleted file mode 100644 index 003d75d0..00000000 --- a/src/test/java/unit/java/sdk/api/GetListAuthorizationsApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter8; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitListAuthorizationsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListAuthorizationsApi - */ -@Ignore -public class GetListAuthorizationsApiTest { - - private final GetListAuthorizationsApi api = new GetListAuthorizationsApi(); - - - /** - * Get List authorizations - * - * Get List Authorizations from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter8 filter = null; - String sort = null; - UnitListAuthorizationsResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListCheckDepositsApiTest.java b/src/test/java/unit/java/sdk/api/GetListCheckDepositsApiTest.java deleted file mode 100644 index 66b748bc..00000000 --- a/src/test/java/unit/java/sdk/api/GetListCheckDepositsApiTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter13; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitListCheckDepositsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListCheckDepositsApi - */ -@Ignore -public class GetListCheckDepositsApiTest { - - private final GetListCheckDepositsApi api = new GetListCheckDepositsApi(); - - - /** - * Get List Check Deposits - * - * Get List Check Deposits from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter13 filter = null; - String sort = null; - String include = null; - UnitListCheckDepositsResponse response = - api.execute(page, filter, sort, include); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListCheckPaymentsApiTest.java b/src/test/java/unit/java/sdk/api/GetListCheckPaymentsApiTest.java deleted file mode 100644 index 37f308df..00000000 --- a/src/test/java/unit/java/sdk/api/GetListCheckPaymentsApiTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter19; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitListCheckPaymentsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListCheckPaymentsApi - */ -@Ignore -public class GetListCheckPaymentsApiTest { - - private final GetListCheckPaymentsApi api = new GetListCheckPaymentsApi(); - - - /** - * Get List Check Payments - * - * Get List Check Payments from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter19 filter = null; - String sort = null; - String include = null; - UnitListCheckPaymentsResponse response = - api.execute(page, filter, sort, include); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListCounterpartiesApiTest.java b/src/test/java/unit/java/sdk/api/GetListCounterpartiesApiTest.java deleted file mode 100644 index de865086..00000000 --- a/src/test/java/unit/java/sdk/api/GetListCounterpartiesApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter5; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitCounterpartiesListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListCounterpartiesApi - */ -@Ignore -public class GetListCounterpartiesApiTest { - - private final GetListCounterpartiesApi api = new GetListCounterpartiesApi(); - - - /** - * Get Counterparties List - * - * Get Counterparties List from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter5 filter = null; - String sort = null; - UnitCounterpartiesListResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListCustomersApiTest.java b/src/test/java/unit/java/sdk/api/GetListCustomersApiTest.java deleted file mode 100644 index 8b14ff55..00000000 --- a/src/test/java/unit/java/sdk/api/GetListCustomersApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter3; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitCustomersListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListCustomersApi - */ -@Ignore -public class GetListCustomersApiTest { - - private final GetListCustomersApi api = new GetListCustomersApi(); - - - /** - * Get Customers List - * - * Get Customers List from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter3 filter = null; - String sort = null; - UnitCustomersListResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListDisputesApiTest.java b/src/test/java/unit/java/sdk/api/GetListDisputesApiTest.java deleted file mode 100644 index 892a3776..00000000 --- a/src/test/java/unit/java/sdk/api/GetListDisputesApiTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.Dispute; -import unit.java.sdk.model.ExecuteFilterParameter17; -import unit.java.sdk.model.ListPageParametersObject; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListDisputesApi - */ -@Ignore -public class GetListDisputesApiTest { - - private final GetListDisputesApi api = new GetListDisputesApi(); - - - /** - * Get List Disputes - * - * Get List Disputes from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter17 filter = null; - List response = - api.execute(page, filter); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListEventsApiTest.java b/src/test/java/unit/java/sdk/api/GetListEventsApiTest.java deleted file mode 100644 index 4fd677bf..00000000 --- a/src/test/java/unit/java/sdk/api/GetListEventsApiTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter12; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitEventListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListEventsApi - */ -@Ignore -public class GetListEventsApiTest { - - private final GetListEventsApi api = new GetListEventsApi(); - - - /** - * Get Events List - * - * Get Events List from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter12 filter = null; - UnitEventListResponse response = - api.execute(page, filter); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListOfCardsApiTest.java b/src/test/java/unit/java/sdk/api/GetListOfCardsApiTest.java deleted file mode 100644 index ba2c76a8..00000000 --- a/src/test/java/unit/java/sdk/api/GetListOfCardsApiTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter7; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitCardResponseCardsList; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListOfCardsApi - */ -@Ignore -public class GetListOfCardsApiTest { - - private final GetListOfCardsApi api = new GetListOfCardsApi(); - - - /** - * Get List of Cards - * - * Get List of Cards from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter7 filter = null; - String include = null; - String sort = null; - UnitCardResponseCardsList response = - api.execute(page, filter, include, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListOfDocumentsApiTest.java b/src/test/java/unit/java/sdk/api/GetListOfDocumentsApiTest.java deleted file mode 100644 index 80d48f97..00000000 --- a/src/test/java/unit/java/sdk/api/GetListOfDocumentsApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitListDocumentsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListOfDocumentsApi - */ -@Ignore -public class GetListOfDocumentsApiTest { - - private final GetListOfDocumentsApi api = new GetListOfDocumentsApi(); - - - /** - * Get List of Documents - * - * Get List of Documents via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - UnitListDocumentsResponse response = - api.execute(applicationId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListOrgApiTokensApiTest.java b/src/test/java/unit/java/sdk/api/GetListOrgApiTokensApiTest.java deleted file mode 100644 index 743117a2..00000000 --- a/src/test/java/unit/java/sdk/api/GetListOrgApiTokensApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitOrgApiTokensListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListOrgApiTokensApi - */ -@Ignore -public class GetListOrgApiTokensApiTest { - - private final GetListOrgApiTokensApi api = new GetListOrgApiTokensApi(); - - - /** - * Get List Org API Tokens - * - * Get List Org API Tokens from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String userId = null; - UnitOrgApiTokensListResponse response = - api.execute(userId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListPaymentsApiTest.java b/src/test/java/unit/java/sdk/api/GetListPaymentsApiTest.java deleted file mode 100644 index 10ee3029..00000000 --- a/src/test/java/unit/java/sdk/api/GetListPaymentsApiTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter4; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitPaymentsListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListPaymentsApi - */ -@Ignore -public class GetListPaymentsApiTest { - - private final GetListPaymentsApi api = new GetListPaymentsApi(); - - - /** - * Get List Payments - * - * Get List Payments from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter4 filter = null; - String include = null; - String sort = null; - UnitPaymentsListResponse response = - api.execute(page, filter, include, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListRecurringPaymentsApiTest.java b/src/test/java/unit/java/sdk/api/GetListRecurringPaymentsApiTest.java deleted file mode 100644 index a8ab18be..00000000 --- a/src/test/java/unit/java/sdk/api/GetListRecurringPaymentsApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter6; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitRecurringPaymentListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListRecurringPaymentsApi - */ -@Ignore -public class GetListRecurringPaymentsApiTest { - - private final GetListRecurringPaymentsApi api = new GetListRecurringPaymentsApi(); - - - /** - * Get Recurring Payments List - * - * Get Recurring Payments List from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter6 filter = null; - String sort = null; - UnitRecurringPaymentListResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListRepaymentsApiTest.java b/src/test/java/unit/java/sdk/api/GetListRepaymentsApiTest.java deleted file mode 100644 index c4eaac95..00000000 --- a/src/test/java/unit/java/sdk/api/GetListRepaymentsApiTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter18; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitRepaymentsListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListRepaymentsApi - */ -@Ignore -public class GetListRepaymentsApiTest { - - private final GetListRepaymentsApi api = new GetListRepaymentsApi(); - - - /** - * Get List Repayments - * - * Get List Repayments from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter18 filter = null; - UnitRepaymentsListResponse response = - api.execute(page, filter); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListRewardsApiTest.java b/src/test/java/unit/java/sdk/api/GetListRewardsApiTest.java deleted file mode 100644 index 93b32db8..00000000 --- a/src/test/java/unit/java/sdk/api/GetListRewardsApiTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter11; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitRewardsListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListRewardsApi - */ -@Ignore -public class GetListRewardsApiTest { - - private final GetListRewardsApi api = new GetListRewardsApi(); - - - /** - * Get Rewards List - * - * Get Rewards List from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter11 filter = null; - String sort = null; - String include = null; - UnitRewardsListResponse response = - api.execute(page, filter, sort, include); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListStatementsApiTest.java b/src/test/java/unit/java/sdk/api/GetListStatementsApiTest.java deleted file mode 100644 index 78871dc2..00000000 --- a/src/test/java/unit/java/sdk/api/GetListStatementsApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter10; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitStatementsResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListStatementsApi - */ -@Ignore -public class GetListStatementsApiTest { - - private final GetListStatementsApi api = new GetListStatementsApi(); - - - /** - * Get List Statements - * - * Get List Statements from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter10 filter = null; - String sort = null; - UnitStatementsResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListTransactionsApiTest.java b/src/test/java/unit/java/sdk/api/GetListTransactionsApiTest.java deleted file mode 100644 index 4cb3bee3..00000000 --- a/src/test/java/unit/java/sdk/api/GetListTransactionsApiTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter16; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitTransactionsListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListTransactionsApi - */ -@Ignore -public class GetListTransactionsApiTest { - - private final GetListTransactionsApi api = new GetListTransactionsApi(); - - - /** - * Get List Transactions - * - * Get List Transactions from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter16 filter = null; - String sort = null; - String include = null; - UnitTransactionsListResponse response = - api.execute(page, filter, sort, include); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetListWebhooksApiTest.java b/src/test/java/unit/java/sdk/api/GetListWebhooksApiTest.java deleted file mode 100644 index 51ba945f..00000000 --- a/src/test/java/unit/java/sdk/api/GetListWebhooksApiTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ExecuteFilterParameter14; -import unit.java.sdk.model.ListPageParametersObject; -import unit.java.sdk.model.UnitWebhooksListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetListWebhooksApi - */ -@Ignore -public class GetListWebhooksApiTest { - - private final GetListWebhooksApi api = new GetListWebhooksApi(); - - - /** - * Get List Webhooks - * - * Get List Webhooks from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - ListPageParametersObject page = null; - ExecuteFilterParameter14 filter = null; - String sort = null; - UnitWebhooksListResponse response = - api.execute(page, filter, sort); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetPaymentApiTest.java b/src/test/java/unit/java/sdk/api/GetPaymentApiTest.java deleted file mode 100644 index d4789d5a..00000000 --- a/src/test/java/unit/java/sdk/api/GetPaymentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitPaymentResponseWithIncluded; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetPaymentApi - */ -@Ignore -public class GetPaymentApiTest { - - private final GetPaymentApi api = new GetPaymentApi(); - - - /** - * Get Payment by Id - * - * Get a Payment from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - String included = null; - UnitPaymentResponseWithIncluded response = - api.execute(paymentId, included); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetReceivedPaymentApiTest.java b/src/test/java/unit/java/sdk/api/GetReceivedPaymentApiTest.java deleted file mode 100644 index 8c7dd2c6..00000000 --- a/src/test/java/unit/java/sdk/api/GetReceivedPaymentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitReceivedPaymentResponseWithIncluded; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetReceivedPaymentApi - */ -@Ignore -public class GetReceivedPaymentApiTest { - - private final GetReceivedPaymentApi api = new GetReceivedPaymentApi(); - - - /** - * Get Received Payment by Id - * - * Get a Received Payment from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - String included = null; - UnitReceivedPaymentResponseWithIncluded response = - api.execute(paymentId, included); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetReceivedPaymentsListApiTest.java b/src/test/java/unit/java/sdk/api/GetReceivedPaymentsListApiTest.java deleted file mode 100644 index b78bbc6f..00000000 --- a/src/test/java/unit/java/sdk/api/GetReceivedPaymentsListApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitReceivedPaymentListResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetReceivedPaymentsListApi - */ -@Ignore -public class GetReceivedPaymentsListApiTest { - - private final GetReceivedPaymentsListApi api = new GetReceivedPaymentsListApi(); - - - /** - * Get Received Payments List - * - * Get Received Payments from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String included = null; - UnitReceivedPaymentListResponse response = - api.execute(included); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetRecurringPaymentApiTest.java b/src/test/java/unit/java/sdk/api/GetRecurringPaymentApiTest.java deleted file mode 100644 index f1f194d8..00000000 --- a/src/test/java/unit/java/sdk/api/GetRecurringPaymentApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitRecurringPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetRecurringPaymentApi - */ -@Ignore -public class GetRecurringPaymentApiTest { - - private final GetRecurringPaymentApi api = new GetRecurringPaymentApi(); - - - /** - * Get Recurring Payment - * - * Get Recurring Payment from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - UnitRecurringPaymentResponse response = - api.execute(paymentId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetRepaymentApiTest.java b/src/test/java/unit/java/sdk/api/GetRepaymentApiTest.java deleted file mode 100644 index 883fc6dd..00000000 --- a/src/test/java/unit/java/sdk/api/GetRepaymentApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitRepaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetRepaymentApi - */ -@Ignore -public class GetRepaymentApiTest { - - private final GetRepaymentApi api = new GetRepaymentApi(); - - - /** - * Get Repayment by Id - * - * Get an Repayment from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String repaymentId = null; - String include = null; - UnitRepaymentResponse response = - api.execute(repaymentId, include); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetRewardApiTest.java b/src/test/java/unit/java/sdk/api/GetRewardApiTest.java deleted file mode 100644 index 01f43797..00000000 --- a/src/test/java/unit/java/sdk/api/GetRewardApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitRewardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetRewardApi - */ -@Ignore -public class GetRewardApiTest { - - private final GetRewardApi api = new GetRewardApi(); - - - /** - * Get Reward by Id - * - * Get a Reward from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String rewardId = null; - UnitRewardResponse response = - api.execute(rewardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetStatementHtmlApiTest.java b/src/test/java/unit/java/sdk/api/GetStatementHtmlApiTest.java deleted file mode 100644 index b806819b..00000000 --- a/src/test/java/unit/java/sdk/api/GetStatementHtmlApiTest.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetStatementHtmlApi - */ -@Ignore -public class GetStatementHtmlApiTest { - - private final GetStatementHtmlApi api = new GetStatementHtmlApi(); - - - /** - * Get HTML Statement by Id - * - * Get a HTML Statement from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String statementId = null; - String response = - api.execute(statementId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetStatementPdfApiTest.java b/src/test/java/unit/java/sdk/api/GetStatementPdfApiTest.java deleted file mode 100644 index 57e8f250..00000000 --- a/src/test/java/unit/java/sdk/api/GetStatementPdfApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import java.io.File; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetStatementPdfApi - */ -@Ignore -public class GetStatementPdfApiTest { - - private final GetStatementPdfApi api = new GetStatementPdfApi(); - - - /** - * Get PDF Statement by Id - * - * Get a PDF Statement from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String statementId = null; - File response = - api.execute(statementId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetTransactionApiTest.java b/src/test/java/unit/java/sdk/api/GetTransactionApiTest.java deleted file mode 100644 index 522ebf07..00000000 --- a/src/test/java/unit/java/sdk/api/GetTransactionApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitTransactionResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetTransactionApi - */ -@Ignore -public class GetTransactionApiTest { - - private final GetTransactionApi api = new GetTransactionApi(); - - - /** - * Get Transaction by Id - * - * Get a Transaction from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - String transactionId = null; - UnitTransactionResponse response = - api.execute(accountId, transactionId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/GetWebhookApiTest.java b/src/test/java/unit/java/sdk/api/GetWebhookApiTest.java deleted file mode 100644 index 2462726a..00000000 --- a/src/test/java/unit/java/sdk/api/GetWebhookApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitWebhookResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for GetWebhookApi - */ -@Ignore -public class GetWebhookApiTest { - - private final GetWebhookApi api = new GetWebhookApi(); - - - /** - * Get Webhook Id - * - * Get a Webhook from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String webhookId = null; - UnitWebhookResponse response = - api.execute(webhookId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ReopenAnAccountApiTest.java b/src/test/java/unit/java/sdk/api/ReopenAnAccountApiTest.java deleted file mode 100644 index 17e78c3e..00000000 --- a/src/test/java/unit/java/sdk/api/ReopenAnAccountApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ReopenAnAccountApi - */ -@Ignore -public class ReopenAnAccountApiTest { - - private final ReopenAnAccountApi api = new ReopenAnAccountApi(); - - - /** - * Reopen an Account by Id - * - * Reopen an Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - UnitAccountResponse response = - api.execute(accountId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ReportCardAsLostApiTest.java b/src/test/java/unit/java/sdk/api/ReportCardAsLostApiTest.java deleted file mode 100644 index d7e167fb..00000000 --- a/src/test/java/unit/java/sdk/api/ReportCardAsLostApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ReportCardAsLostApi - */ -@Ignore -public class ReportCardAsLostApiTest { - - private final ReportCardAsLostApi api = new ReportCardAsLostApi(); - - - /** - * Report lost as stolen - * - * Report lost as stolen via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UnitCardResponse response = - api.execute(cardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ReportCardAsStolenApiTest.java b/src/test/java/unit/java/sdk/api/ReportCardAsStolenApiTest.java deleted file mode 100644 index 8ba6ec09..00000000 --- a/src/test/java/unit/java/sdk/api/ReportCardAsStolenApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ReportCardAsStolenApi - */ -@Ignore -public class ReportCardAsStolenApiTest { - - private final ReportCardAsStolenApi api = new ReportCardAsStolenApi(); - - - /** - * Report card as stolen - * - * Report card as stolen via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UnitCardResponse response = - api.execute(cardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/ReturnCheckPaymentApiTest.java b/src/test/java/unit/java/sdk/api/ReturnCheckPaymentApiTest.java deleted file mode 100644 index 14452f16..00000000 --- a/src/test/java/unit/java/sdk/api/ReturnCheckPaymentApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.ReturnCheckPaymentRequest; -import unit.java.sdk.model.UnitCheckPaymentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for ReturnCheckPaymentApi - */ -@Ignore -public class ReturnCheckPaymentApiTest { - - private final ReturnCheckPaymentApi api = new ReturnCheckPaymentApi(); - - - /** - * Return Check Payment by Id - * - * Return a Check Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkPaymentId = null; - ReturnCheckPaymentRequest returnCheckPaymentRequest = null; - UnitCheckPaymentResponse response = - api.execute(checkPaymentId, returnCheckPaymentRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/RevokeOrgApiTokenApiTest.java b/src/test/java/unit/java/sdk/api/RevokeOrgApiTokenApiTest.java deleted file mode 100644 index e55046f5..00000000 --- a/src/test/java/unit/java/sdk/api/RevokeOrgApiTokenApiTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitApiTokenResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for RevokeOrgApiTokenApi - */ -@Ignore -public class RevokeOrgApiTokenApiTest { - - private final RevokeOrgApiTokenApi api = new RevokeOrgApiTokenApi(); - - - /** - * Get Reward by Id - * - * Get a Reward from API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String userId = null; - String tokenId = null; - UnitApiTokenResponse response = - api.execute(userId, tokenId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UnfreezeACardApiTest.java b/src/test/java/unit/java/sdk/api/UnfreezeACardApiTest.java deleted file mode 100644 index 44ed3a53..00000000 --- a/src/test/java/unit/java/sdk/api/UnfreezeACardApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UnfreezeACardApi - */ -@Ignore -public class UnfreezeACardApiTest { - - private final UnfreezeACardApi api = new UnfreezeACardApi(); - - - /** - * Unfreeze a Card - * - * Unfreeze a Card via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UnitCardResponse response = - api.execute(cardId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UnfreezeAccountApiTest.java b/src/test/java/unit/java/sdk/api/UnfreezeAccountApiTest.java deleted file mode 100644 index 3c1c3503..00000000 --- a/src/test/java/unit/java/sdk/api/UnfreezeAccountApiTest.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UnfreezeAccountApi - */ -@Ignore -public class UnfreezeAccountApiTest { - - private final UnfreezeAccountApi api = new UnfreezeAccountApi(); - - - /** - * Unfreeze Account by Id - * - * Unfreeze an Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - UnitAccountResponse response = - api.execute(accountId); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateAccountApiTest.java b/src/test/java/unit/java/sdk/api/UpdateAccountApiTest.java deleted file mode 100644 index ed404b4c..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateAccountApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.PatchAccount; -import unit.java.sdk.model.UnitAccountResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateAccountApi - */ -@Ignore -public class UpdateAccountApiTest { - - private final UpdateAccountApi api = new UpdateAccountApi(); - - - /** - * Update Account - * - * Update an Account via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - PatchAccount patchAccount = null; - UnitAccountResponse response = - api.execute(accountId, patchAccount); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateApplicationApiTest.java b/src/test/java/unit/java/sdk/api/UpdateApplicationApiTest.java deleted file mode 100644 index 962a20fe..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateApplicationApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitApplicationResponseWithIncluded; -import unit.java.sdk.model.UpdateApplication; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateApplicationApi - */ -@Ignore -public class UpdateApplicationApiTest { - - private final UpdateApplicationApi api = new UpdateApplicationApi(); - - - /** - * Update Application - * - * Update an Application via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - UpdateApplication updateApplication = null; - UnitApplicationResponseWithIncluded response = - api.execute(applicationId, updateApplication); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateCardApiTest.java b/src/test/java/unit/java/sdk/api/UpdateCardApiTest.java deleted file mode 100644 index d930979a..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateCardApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCardResponse; -import unit.java.sdk.model.UpdateCard; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateCardApi - */ -@Ignore -public class UpdateCardApiTest { - - private final UpdateCardApi api = new UpdateCardApi(); - - - /** - * Update Card - * - * Update a Card via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String cardId = null; - UpdateCard updateCard = null; - UnitCardResponse response = - api.execute(cardId, updateCard); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateCheckDepositApiTest.java b/src/test/java/unit/java/sdk/api/UpdateCheckDepositApiTest.java deleted file mode 100644 index 8683d326..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateCheckDepositApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCheckDepositResponse; -import unit.java.sdk.model.UpdateCheckDeposit; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateCheckDepositApi - */ -@Ignore -public class UpdateCheckDepositApiTest { - - private final UpdateCheckDepositApi api = new UpdateCheckDepositApi(); - - - /** - * Update Check Deposit - * - * Update a Check Deposit via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String checkDepositId = null; - UpdateCheckDeposit updateCheckDeposit = null; - UnitCheckDepositResponse response = - api.execute(checkDepositId, updateCheckDeposit); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateCounterpartyApiTest.java b/src/test/java/unit/java/sdk/api/UpdateCounterpartyApiTest.java deleted file mode 100644 index 3c955fb7..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateCounterpartyApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCounterpartyResponse; -import unit.java.sdk.model.UpdateCounterparty; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateCounterpartyApi - */ -@Ignore -public class UpdateCounterpartyApiTest { - - private final UpdateCounterpartyApi api = new UpdateCounterpartyApi(); - - - /** - * Update Counterparty - * - * Update a Counterparty via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String counterpartyId = null; - UpdateCounterparty updateCounterparty = null; - UnitCounterpartyResponse response = - api.execute(counterpartyId, updateCounterparty); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateCustomerApiTest.java b/src/test/java/unit/java/sdk/api/UpdateCustomerApiTest.java deleted file mode 100644 index 45738231..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateCustomerApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitCustomerResponse; -import unit.java.sdk.model.UpdateCustomer; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateCustomerApi - */ -@Ignore -public class UpdateCustomerApiTest { - - private final UpdateCustomerApi api = new UpdateCustomerApi(); - - - /** - * Update Customer - * - * Update an Customer via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String customerId = null; - UpdateCustomer updateCustomer = null; - UnitCustomerResponse response = - api.execute(customerId, updateCustomer); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdatePaymentApiTest.java b/src/test/java/unit/java/sdk/api/UpdatePaymentApiTest.java deleted file mode 100644 index 869b0943..00000000 --- a/src/test/java/unit/java/sdk/api/UpdatePaymentApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitPaymentResponse; -import unit.java.sdk.model.UpdatePayment; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdatePaymentApi - */ -@Ignore -public class UpdatePaymentApiTest { - - private final UpdatePaymentApi api = new UpdatePaymentApi(); - - - /** - * Update Payment - * - * Update an Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - UpdatePayment updatePayment = null; - UnitPaymentResponse response = - api.execute(paymentId, updatePayment); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateReceivedPaymentApiTest.java b/src/test/java/unit/java/sdk/api/UpdateReceivedPaymentApiTest.java deleted file mode 100644 index e17e1f97..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateReceivedPaymentApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitReceivedPaymentResponse; -import unit.java.sdk.model.UpdateReceivedPayment; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateReceivedPaymentApi - */ -@Ignore -public class UpdateReceivedPaymentApiTest { - - private final UpdateReceivedPaymentApi api = new UpdateReceivedPaymentApi(); - - - /** - * Update Received Payment - * - * Update a Received Payment via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String paymentId = null; - UpdateReceivedPayment updateReceivedPayment = null; - UnitReceivedPaymentResponse response = - api.execute(paymentId, updateReceivedPayment); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateTransactionApiTest.java b/src/test/java/unit/java/sdk/api/UpdateTransactionApiTest.java deleted file mode 100644 index 3a3211f7..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateTransactionApiTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitTransactionResponse1; -import unit.java.sdk.model.UpdateTransaction; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateTransactionApi - */ -@Ignore -public class UpdateTransactionApiTest { - - private final UpdateTransactionApi api = new UpdateTransactionApi(); - - - /** - * Update Transaction - * - * Update a Transaction via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String accountId = null; - String transactionId = null; - UpdateTransaction updateTransaction = null; - UnitTransactionResponse1 response = - api.execute(accountId, transactionId, updateTransaction); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UpdateWebhookApiTest.java b/src/test/java/unit/java/sdk/api/UpdateWebhookApiTest.java deleted file mode 100644 index 427df18a..00000000 --- a/src/test/java/unit/java/sdk/api/UpdateWebhookApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitWebhookResponse; -import unit.java.sdk.model.UpdateUnitRequest; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UpdateWebhookApi - */ -@Ignore -public class UpdateWebhookApiTest { - - private final UpdateWebhookApi api = new UpdateWebhookApi(); - - - /** - * Update Webhook - * - * Update a Webhook via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String webhookId = null; - UpdateUnitRequest updateUnitRequest = null; - UnitWebhookResponse response = - api.execute(webhookId, updateUnitRequest); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UploadAJpegDocumentForAnApplicationApiTest.java b/src/test/java/unit/java/sdk/api/UploadAJpegDocumentForAnApplicationApiTest.java deleted file mode 100644 index 9ec23128..00000000 --- a/src/test/java/unit/java/sdk/api/UploadAJpegDocumentForAnApplicationApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UploadAJpegDocumentForAnApplicationApi - */ -@Ignore -public class UploadAJpegDocumentForAnApplicationApiTest { - - private final UploadAJpegDocumentForAnApplicationApi api = new UploadAJpegDocumentForAnApplicationApi(); - - - /** - * Upload a JPEG document - * - * Upload a JPEG file via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - Object body = null; - UnitDocumentResponse response = - api.execute(applicationId, documentId, body); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UploadAJpegDocumentForAnApplicationBackSideApiTest.java b/src/test/java/unit/java/sdk/api/UploadAJpegDocumentForAnApplicationBackSideApiTest.java deleted file mode 100644 index 70ada9fa..00000000 --- a/src/test/java/unit/java/sdk/api/UploadAJpegDocumentForAnApplicationBackSideApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UploadAJpegDocumentForAnApplicationBackSideApi - */ -@Ignore -public class UploadAJpegDocumentForAnApplicationBackSideApiTest { - - private final UploadAJpegDocumentForAnApplicationBackSideApi api = new UploadAJpegDocumentForAnApplicationBackSideApi(); - - - /** - * Upload a JPEG document - Back Side - * - * Upload a JPEG file via API - Back Side - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - Object body = null; - UnitDocumentResponse response = - api.execute(applicationId, documentId, body); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UploadAPdfDocumentForAnApplicationApiTest.java b/src/test/java/unit/java/sdk/api/UploadAPdfDocumentForAnApplicationApiTest.java deleted file mode 100644 index c62b1498..00000000 --- a/src/test/java/unit/java/sdk/api/UploadAPdfDocumentForAnApplicationApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UploadAPdfDocumentForAnApplicationApi - */ -@Ignore -public class UploadAPdfDocumentForAnApplicationApiTest { - - private final UploadAPdfDocumentForAnApplicationApi api = new UploadAPdfDocumentForAnApplicationApi(); - - - /** - * Upload a PDF document - * - * Upload a PDF file via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - Object body = null; - UnitDocumentResponse response = - api.execute(applicationId, documentId, body); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UploadAPdfDocumentForAnApplicationBackSideApiTest.java b/src/test/java/unit/java/sdk/api/UploadAPdfDocumentForAnApplicationBackSideApiTest.java deleted file mode 100644 index dabea03c..00000000 --- a/src/test/java/unit/java/sdk/api/UploadAPdfDocumentForAnApplicationBackSideApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UploadAPdfDocumentForAnApplicationBackSideApi - */ -@Ignore -public class UploadAPdfDocumentForAnApplicationBackSideApiTest { - - private final UploadAPdfDocumentForAnApplicationBackSideApi api = new UploadAPdfDocumentForAnApplicationBackSideApi(); - - - /** - * Upload a PDF document - Back Side - * - * Upload a PDF file via API - Back Side - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - Object body = null; - UnitDocumentResponse response = - api.execute(applicationId, documentId, body); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UploadAPngDocumentForAnApplicationApiTest.java b/src/test/java/unit/java/sdk/api/UploadAPngDocumentForAnApplicationApiTest.java deleted file mode 100644 index 36868bc6..00000000 --- a/src/test/java/unit/java/sdk/api/UploadAPngDocumentForAnApplicationApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UploadAPngDocumentForAnApplicationApi - */ -@Ignore -public class UploadAPngDocumentForAnApplicationApiTest { - - private final UploadAPngDocumentForAnApplicationApi api = new UploadAPngDocumentForAnApplicationApi(); - - - /** - * Upload a PNG document - * - * Upload a PNG file via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - Object body = null; - UnitDocumentResponse response = - api.execute(applicationId, documentId, body); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/UploadAPngDocumentForAnApplicationBackSideApiTest.java b/src/test/java/unit/java/sdk/api/UploadAPngDocumentForAnApplicationBackSideApiTest.java deleted file mode 100644 index 94dfb30b..00000000 --- a/src/test/java/unit/java/sdk/api/UploadAPngDocumentForAnApplicationBackSideApiTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for UploadAPngDocumentForAnApplicationBackSideApi - */ -@Ignore -public class UploadAPngDocumentForAnApplicationBackSideApiTest { - - private final UploadAPngDocumentForAnApplicationBackSideApi api = new UploadAPngDocumentForAnApplicationBackSideApi(); - - - /** - * Upload a PNG document - Back Side - * - * Upload a PNG file via API - Back Side - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - Object body = null; - UnitDocumentResponse response = - api.execute(applicationId, documentId, body); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/api/VerifyADocumentForAnApplicationApiTest.java b/src/test/java/unit/java/sdk/api/VerifyADocumentForAnApplicationApiTest.java deleted file mode 100644 index 0b1412bb..00000000 --- a/src/test/java/unit/java/sdk/api/VerifyADocumentForAnApplicationApiTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.api; - -import unit.java.sdk.ApiException; -import unit.java.sdk.model.UnitDocumentResponse; -import unit.java.sdk.model.VerifyDocument; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - - -/** - * API tests for VerifyADocumentForAnApplicationApi - */ -@Ignore -public class VerifyADocumentForAnApplicationApiTest { - - private final VerifyADocumentForAnApplicationApi api = new VerifyADocumentForAnApplicationApi(); - - - /** - * Verify a document - * - * Verify a document via API - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void executeTest() throws ApiException { - String applicationId = null; - String documentId = null; - VerifyDocument verifyDocument = null; - UnitDocumentResponse response = - api.execute(applicationId, documentId, verifyDocument); - - // TODO: test validations - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountEndOfDayAttributesTest.java b/src/test/java/unit/java/sdk/model/AccountEndOfDayAttributesTest.java deleted file mode 100644 index d313884d..00000000 --- a/src/test/java/unit/java/sdk/model/AccountEndOfDayAttributesTest.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountEndOfDayAttributes - */ -public class AccountEndOfDayAttributesTest { - private final AccountEndOfDayAttributes model = new AccountEndOfDayAttributes(); - - /** - * Model tests for AccountEndOfDayAttributes - */ - @Test - public void testAccountEndOfDayAttributes() { - // TODO: test AccountEndOfDayAttributes - } - - /** - * Test the property 'date' - */ - @Test - public void dateTest() { - // TODO: test date - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'hold' - */ - @Test - public void holdTest() { - // TODO: test hold - } - - /** - * Test the property 'available' - */ - @Test - public void availableTest() { - // TODO: test available - } - - /** - * Test the property 'overdraftLimit' - */ - @Test - public void overdraftLimitTest() { - // TODO: test overdraftLimit - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountEndOfDayTest.java b/src/test/java/unit/java/sdk/model/AccountEndOfDayTest.java deleted file mode 100644 index 5c23c688..00000000 --- a/src/test/java/unit/java/sdk/model/AccountEndOfDayTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountEndOfDayAttributes; -import unit.java.sdk.model.Relationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountEndOfDay - */ -public class AccountEndOfDayTest { - private final AccountEndOfDay model = new AccountEndOfDay(); - - /** - * Model tests for AccountEndOfDay - */ - @Test - public void testAccountEndOfDay() { - // TODO: test AccountEndOfDay - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountLowBalanceClosureTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/AccountLowBalanceClosureTransactionAllOfAttributesTest.java deleted file mode 100644 index 70b3d9bc..00000000 --- a/src/test/java/unit/java/sdk/model/AccountLowBalanceClosureTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountLowBalanceClosureTransactionAllOfAttributes - */ -public class AccountLowBalanceClosureTransactionAllOfAttributesTest { - private final AccountLowBalanceClosureTransactionAllOfAttributes model = new AccountLowBalanceClosureTransactionAllOfAttributes(); - - /** - * Model tests for AccountLowBalanceClosureTransactionAllOfAttributes - */ - @Test - public void testAccountLowBalanceClosureTransactionAllOfAttributes() { - // TODO: test AccountLowBalanceClosureTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountLowBalanceClosureTransactionTest.java b/src/test/java/unit/java/sdk/model/AccountLowBalanceClosureTransactionTest.java deleted file mode 100644 index 666243e3..00000000 --- a/src/test/java/unit/java/sdk/model/AccountLowBalanceClosureTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountLowBalanceClosureTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountLowBalanceClosureTransaction - */ -public class AccountLowBalanceClosureTransactionTest { - private final AccountLowBalanceClosureTransaction model = new AccountLowBalanceClosureTransaction(); - - /** - * Model tests for AccountLowBalanceClosureTransaction - */ - @Test - public void testAccountLowBalanceClosureTransaction() { - // TODO: test AccountLowBalanceClosureTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountRelationship1Test.java b/src/test/java/unit/java/sdk/model/AccountRelationship1Test.java deleted file mode 100644 index 0b991a13..00000000 --- a/src/test/java/unit/java/sdk/model/AccountRelationship1Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountRelationship1 - */ -public class AccountRelationship1Test { - private final AccountRelationship1 model = new AccountRelationship1(); - - /** - * Model tests for AccountRelationship1 - */ - @Test - public void testAccountRelationship1() { - // TODO: test AccountRelationship1 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountRelationship2DataTest.java b/src/test/java/unit/java/sdk/model/AccountRelationship2DataTest.java deleted file mode 100644 index 05e48438..00000000 --- a/src/test/java/unit/java/sdk/model/AccountRelationship2DataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountRelationship2Data - */ -public class AccountRelationship2DataTest { - private final AccountRelationship2Data model = new AccountRelationship2Data(); - - /** - * Model tests for AccountRelationship2Data - */ - @Test - public void testAccountRelationship2Data() { - // TODO: test AccountRelationship2Data - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountRelationship2Test.java b/src/test/java/unit/java/sdk/model/AccountRelationship2Test.java deleted file mode 100644 index 8561f79d..00000000 --- a/src/test/java/unit/java/sdk/model/AccountRelationship2Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationship2Data; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountRelationship2 - */ -public class AccountRelationship2Test { - private final AccountRelationship2 model = new AccountRelationship2(); - - /** - * Model tests for AccountRelationship2 - */ - @Test - public void testAccountRelationship2() { - // TODO: test AccountRelationship2 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/AccountRelationshipDataTest.java deleted file mode 100644 index ca3eaa3b..00000000 --- a/src/test/java/unit/java/sdk/model/AccountRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountRelationshipData - */ -public class AccountRelationshipDataTest { - private final AccountRelationshipData model = new AccountRelationshipData(); - - /** - * Model tests for AccountRelationshipData - */ - @Test - public void testAccountRelationshipData() { - // TODO: test AccountRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountRelationshipTest.java b/src/test/java/unit/java/sdk/model/AccountRelationshipTest.java deleted file mode 100644 index 416676e5..00000000 --- a/src/test/java/unit/java/sdk/model/AccountRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AccountRelationship - */ -public class AccountRelationshipTest { - private final AccountRelationship model = new AccountRelationship(); - - /** - * Model tests for AccountRelationship - */ - @Test - public void testAccountRelationship() { - // TODO: test AccountRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AccountTest.java b/src/test/java/unit/java/sdk/model/AccountTest.java deleted file mode 100644 index c5a4f758..00000000 --- a/src/test/java/unit/java/sdk/model/AccountTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Account - */ -public class AccountTest { - private final Account model = new Account(); - - /** - * Model tests for Account - */ - @Test - public void testAccount() { - // TODO: test Account - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchPaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/AchPaymentAllOfAttributesTest.java deleted file mode 100644 index 723c22c1..00000000 --- a/src/test/java/unit/java/sdk/model/AchPaymentAllOfAttributesTest.java +++ /dev/null @@ -1,171 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchPaymentAllOfAttributes - */ -public class AchPaymentAllOfAttributesTest { - private final AchPaymentAllOfAttributes model = new AchPaymentAllOfAttributes(); - - /** - * Model tests for AchPaymentAllOfAttributes - */ - @Test - public void testAchPaymentAllOfAttributes() { - // TODO: test AchPaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'settlementDate' - */ - @Test - public void settlementDateTest() { - // TODO: test settlementDate - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'expectedCompletionDate' - */ - @Test - public void expectedCompletionDateTest() { - // TODO: test expectedCompletionDate - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - - /** - * Test the property 'traceNumber' - */ - @Test - public void traceNumberTest() { - // TODO: test traceNumber - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - - /** - * Test the property 'counterpartyVerificationMethod' - */ - @Test - public void counterpartyVerificationMethodTest() { - // TODO: test counterpartyVerificationMethod - } - - /** - * Test the property 'clearingDaysOverride' - */ - @Test - public void clearingDaysOverrideTest() { - // TODO: test clearingDaysOverride - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchPaymentTest.java b/src/test/java/unit/java/sdk/model/AchPaymentTest.java deleted file mode 100644 index 0b59a90b..00000000 --- a/src/test/java/unit/java/sdk/model/AchPaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchPaymentAllOfAttributes; -import unit.java.sdk.model.Payment; -import unit.java.sdk.model.PaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchPayment - */ -public class AchPaymentTest { - private final AchPayment model = new AchPayment(); - - /** - * Model tests for AchPayment - */ - @Test - public void testAchPayment() { - // TODO: test AchPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfAttributesTest.java deleted file mode 100644 index cdd4bb09..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfAttributes - */ -public class AchRepaymentAllOfAttributesTest { - private final AchRepaymentAllOfAttributes model = new AchRepaymentAllOfAttributes(); - - /** - * Model tests for AchRepaymentAllOfAttributes - */ - @Test - public void testAchRepaymentAllOfAttributes() { - // TODO: test AchRepaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsAccountDataTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsAccountDataTest.java deleted file mode 100644 index e328b19b..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsAccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsAccountData - */ -public class AchRepaymentAllOfRelationshipsAccountDataTest { - private final AchRepaymentAllOfRelationshipsAccountData model = new AchRepaymentAllOfRelationshipsAccountData(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsAccountData - */ - @Test - public void testAchRepaymentAllOfRelationshipsAccountData() { - // TODO: test AchRepaymentAllOfRelationshipsAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsAccountTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsAccountTest.java deleted file mode 100644 index 163eba79..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsAccount - */ -public class AchRepaymentAllOfRelationshipsAccountTest { - private final AchRepaymentAllOfRelationshipsAccount model = new AchRepaymentAllOfRelationshipsAccount(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsAccount - */ - @Test - public void testAchRepaymentAllOfRelationshipsAccount() { - // TODO: test AchRepaymentAllOfRelationshipsAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCounterpartyDataTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCounterpartyDataTest.java deleted file mode 100644 index 450732ee..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCounterpartyDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsCounterpartyData - */ -public class AchRepaymentAllOfRelationshipsCounterpartyDataTest { - private final AchRepaymentAllOfRelationshipsCounterpartyData model = new AchRepaymentAllOfRelationshipsCounterpartyData(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsCounterpartyData - */ - @Test - public void testAchRepaymentAllOfRelationshipsCounterpartyData() { - // TODO: test AchRepaymentAllOfRelationshipsCounterpartyData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCounterpartyTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCounterpartyTest.java deleted file mode 100644 index e6500275..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCounterpartyTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCounterpartyData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsCounterparty - */ -public class AchRepaymentAllOfRelationshipsCounterpartyTest { - private final AchRepaymentAllOfRelationshipsCounterparty model = new AchRepaymentAllOfRelationshipsCounterparty(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsCounterparty - */ - @Test - public void testAchRepaymentAllOfRelationshipsCounterparty() { - // TODO: test AchRepaymentAllOfRelationshipsCounterparty - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCreditAccountDataTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCreditAccountDataTest.java deleted file mode 100644 index 8d92a045..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCreditAccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsCreditAccountData - */ -public class AchRepaymentAllOfRelationshipsCreditAccountDataTest { - private final AchRepaymentAllOfRelationshipsCreditAccountData model = new AchRepaymentAllOfRelationshipsCreditAccountData(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsCreditAccountData - */ - @Test - public void testAchRepaymentAllOfRelationshipsCreditAccountData() { - // TODO: test AchRepaymentAllOfRelationshipsCreditAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCreditAccountTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCreditAccountTest.java deleted file mode 100644 index 052963a2..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCreditAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCreditAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsCreditAccount - */ -public class AchRepaymentAllOfRelationshipsCreditAccountTest { - private final AchRepaymentAllOfRelationshipsCreditAccount model = new AchRepaymentAllOfRelationshipsCreditAccount(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsCreditAccount - */ - @Test - public void testAchRepaymentAllOfRelationshipsCreditAccount() { - // TODO: test AchRepaymentAllOfRelationshipsCreditAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCustomerDataTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCustomerDataTest.java deleted file mode 100644 index 32e5b2ec..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCustomerDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsCustomerData - */ -public class AchRepaymentAllOfRelationshipsCustomerDataTest { - private final AchRepaymentAllOfRelationshipsCustomerData model = new AchRepaymentAllOfRelationshipsCustomerData(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsCustomerData - */ - @Test - public void testAchRepaymentAllOfRelationshipsCustomerData() { - // TODO: test AchRepaymentAllOfRelationshipsCustomerData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCustomerTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCustomerTest.java deleted file mode 100644 index d2910486..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsCustomerTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCustomerData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsCustomer - */ -public class AchRepaymentAllOfRelationshipsCustomerTest { - private final AchRepaymentAllOfRelationshipsCustomer model = new AchRepaymentAllOfRelationshipsCustomer(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsCustomer - */ - @Test - public void testAchRepaymentAllOfRelationshipsCustomer() { - // TODO: test AchRepaymentAllOfRelationshipsCustomer - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsPaymentDataTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsPaymentDataTest.java deleted file mode 100644 index f19f7e6b..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsPaymentDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsPaymentData - */ -public class AchRepaymentAllOfRelationshipsPaymentDataTest { - private final AchRepaymentAllOfRelationshipsPaymentData model = new AchRepaymentAllOfRelationshipsPaymentData(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsPaymentData - */ - @Test - public void testAchRepaymentAllOfRelationshipsPaymentData() { - // TODO: test AchRepaymentAllOfRelationshipsPaymentData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsPaymentTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsPaymentTest.java deleted file mode 100644 index 03add3e5..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsPaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsPaymentData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationshipsPayment - */ -public class AchRepaymentAllOfRelationshipsPaymentTest { - private final AchRepaymentAllOfRelationshipsPayment model = new AchRepaymentAllOfRelationshipsPayment(); - - /** - * Model tests for AchRepaymentAllOfRelationshipsPayment - */ - @Test - public void testAchRepaymentAllOfRelationshipsPayment() { - // TODO: test AchRepaymentAllOfRelationshipsPayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsTest.java deleted file mode 100644 index 1e844c36..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentAllOfRelationshipsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsAccount; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCounterparty; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCreditAccount; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCustomer; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepaymentAllOfRelationships - */ -public class AchRepaymentAllOfRelationshipsTest { - private final AchRepaymentAllOfRelationships model = new AchRepaymentAllOfRelationships(); - - /** - * Model tests for AchRepaymentAllOfRelationships - */ - @Test - public void testAchRepaymentAllOfRelationships() { - // TODO: test AchRepaymentAllOfRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'creditAccount' - */ - @Test - public void creditAccountTest() { - // TODO: test creditAccount - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'payment' - */ - @Test - public void paymentTest() { - // TODO: test payment - } - -} diff --git a/src/test/java/unit/java/sdk/model/AchRepaymentTest.java b/src/test/java/unit/java/sdk/model/AchRepaymentTest.java deleted file mode 100644 index 110f2eb0..00000000 --- a/src/test/java/unit/java/sdk/model/AchRepaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfAttributes; -import unit.java.sdk.model.AchRepaymentAllOfRelationships; -import unit.java.sdk.model.Repayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AchRepayment - */ -public class AchRepaymentTest { - private final AchRepayment model = new AchRepayment(); - - /** - * Model tests for AchRepayment - */ - @Test - public void testAchRepayment() { - // TODO: test AchRepayment - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AddressTest.java b/src/test/java/unit/java/sdk/model/AddressTest.java deleted file mode 100644 index c50b35ca..00000000 --- a/src/test/java/unit/java/sdk/model/AddressTest.java +++ /dev/null @@ -1,92 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Address - */ -public class AddressTest { - private final Address model = new Address(); - - /** - * Model tests for Address - */ - @Test - public void testAddress() { - // TODO: test Address - } - - /** - * Test the property 'street' - */ - @Test - public void streetTest() { - // TODO: test street - } - - /** - * Test the property 'street2' - */ - @Test - public void street2Test() { - // TODO: test street2 - } - - /** - * Test the property 'city' - */ - @Test - public void cityTest() { - // TODO: test city - } - - /** - * Test the property 'state' - */ - @Test - public void stateTest() { - // TODO: test state - } - - /** - * Test the property 'postalCode' - */ - @Test - public void postalCodeTest() { - // TODO: test postalCode - } - - /** - * Test the property 'country' - */ - @Test - public void countryTest() { - // TODO: test country - } - -} diff --git a/src/test/java/unit/java/sdk/model/AdjustmentTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/AdjustmentTransactionAllOfAttributesTest.java deleted file mode 100644 index b7af423c..00000000 --- a/src/test/java/unit/java/sdk/model/AdjustmentTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AdjustmentTransactionAllOfAttributes - */ -public class AdjustmentTransactionAllOfAttributesTest { - private final AdjustmentTransactionAllOfAttributes model = new AdjustmentTransactionAllOfAttributes(); - - /** - * Model tests for AdjustmentTransactionAllOfAttributes - */ - @Test - public void testAdjustmentTransactionAllOfAttributes() { - // TODO: test AdjustmentTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/AdjustmentTransactionTest.java b/src/test/java/unit/java/sdk/model/AdjustmentTransactionTest.java deleted file mode 100644 index 2421f68d..00000000 --- a/src/test/java/unit/java/sdk/model/AdjustmentTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AdjustmentTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AdjustmentTransaction - */ -public class AdjustmentTransactionTest { - private final AdjustmentTransaction model = new AdjustmentTransaction(); - - /** - * Model tests for AdjustmentTransaction - */ - @Test - public void testAdjustmentTransaction() { - // TODO: test AdjustmentTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AnnualIncomeTest.java b/src/test/java/unit/java/sdk/model/AnnualIncomeTest.java deleted file mode 100644 index b9c26884..00000000 --- a/src/test/java/unit/java/sdk/model/AnnualIncomeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AnnualIncome - */ -public class AnnualIncomeTest { - /** - * Model tests for AnnualIncome - */ - @Test - public void testAnnualIncome() { - // TODO: test AnnualIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApiTokenAttributesTest.java b/src/test/java/unit/java/sdk/model/ApiTokenAttributesTest.java deleted file mode 100644 index 5eccd551..00000000 --- a/src/test/java/unit/java/sdk/model/ApiTokenAttributesTest.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApiTokenAttributes - */ -public class ApiTokenAttributesTest { - private final ApiTokenAttributes model = new ApiTokenAttributes(); - - /** - * Model tests for ApiTokenAttributes - */ - @Test - public void testApiTokenAttributes() { - // TODO: test ApiTokenAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'expiration' - */ - @Test - public void expirationTest() { - // TODO: test expiration - } - - /** - * Test the property 'token' - */ - @Test - public void tokenTest() { - // TODO: test token - } - - /** - * Test the property 'sourceIp' - */ - @Test - public void sourceIpTest() { - // TODO: test sourceIp - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApiTokenTest.java b/src/test/java/unit/java/sdk/model/ApiTokenTest.java deleted file mode 100644 index e7ee6d3d..00000000 --- a/src/test/java/unit/java/sdk/model/ApiTokenTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApiTokenAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApiToken - */ -public class ApiTokenTest { - private final ApiToken model = new ApiToken(); - - /** - * Model tests for ApiToken - */ - @Test - public void testApiToken() { - // TODO: test ApiToken - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormAdditionalDisclosuresInnerTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormAdditionalDisclosuresInnerTest.java deleted file mode 100644 index 98c39e9d..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormAdditionalDisclosuresInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationFormAdditionalDisclosuresInner - */ -public class ApplicationFormAdditionalDisclosuresInnerTest { - private final ApplicationFormAdditionalDisclosuresInner model = new ApplicationFormAdditionalDisclosuresInner(); - - /** - * Model tests for ApplicationFormAdditionalDisclosuresInner - */ - @Test - public void testApplicationFormAdditionalDisclosuresInner() { - // TODO: test ApplicationFormAdditionalDisclosuresInner - } - - /** - * Test the property 'title' - */ - @Test - public void titleTest() { - // TODO: test title - } - - /** - * Test the property 'url' - */ - @Test - public void urlTest() { - // TODO: test url - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormAttributesTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormAttributesTest.java deleted file mode 100644 index 6e2cddac..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormAttributesTest.java +++ /dev/null @@ -1,100 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationFormPrefill; -import unit.java.sdk.model.ApplicationFormSettingsOverride; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationFormAttributes - */ -public class ApplicationFormAttributesTest { - private final ApplicationFormAttributes model = new ApplicationFormAttributes(); - - /** - * Model tests for ApplicationFormAttributes - */ - @Test - public void testApplicationFormAttributes() { - // TODO: test ApplicationFormAttributes - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'url' - */ - @Test - public void urlTest() { - // TODO: test url - } - - /** - * Test the property 'stage' - */ - @Test - public void stageTest() { - // TODO: test stage - } - - /** - * Test the property 'applicantDetails' - */ - @Test - public void applicantDetailsTest() { - // TODO: test applicantDetails - } - - /** - * Test the property 'settingsOverride' - */ - @Test - public void settingsOverrideTest() { - // TODO: test settingsOverride - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'allowedApplicationTypes' - */ - @Test - public void allowedApplicationTypesTest() { - // TODO: test allowedApplicationTypes - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormPrefillTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormPrefillTest.java deleted file mode 100644 index f3cb7df4..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormPrefillTest.java +++ /dev/null @@ -1,215 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.Contact; -import unit.java.sdk.model.CreateBeneficialOwner; -import unit.java.sdk.model.CreateOfficer; -import unit.java.sdk.model.EntityType; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Industry; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationFormPrefill - */ -public class ApplicationFormPrefillTest { - private final ApplicationFormPrefill model = new ApplicationFormPrefill(); - - /** - * Model tests for ApplicationFormPrefill - */ - @Test - public void testApplicationFormPrefill() { - // TODO: test ApplicationFormPrefill - } - - /** - * Test the property 'applicationType' - */ - @Test - public void applicationTypeTest() { - // TODO: test applicationType - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'entityType' - */ - @Test - public void entityTypeTest() { - // TODO: test entityType - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'officer' - */ - @Test - public void officerTest() { - // TODO: test officer - } - - /** - * Test the property 'beneficialOwners' - */ - @Test - public void beneficialOwnersTest() { - // TODO: test beneficialOwners - } - - /** - * Test the property 'website' - */ - @Test - public void websiteTest() { - // TODO: test website - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - - /** - * Test the property 'industry' - */ - @Test - public void industryTest() { - // TODO: test industry - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsApplicationDataTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsApplicationDataTest.java deleted file mode 100644 index ea6419cf..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsApplicationDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationFormRelationshipsApplicationData - */ -public class ApplicationFormRelationshipsApplicationDataTest { - private final ApplicationFormRelationshipsApplicationData model = new ApplicationFormRelationshipsApplicationData(); - - /** - * Model tests for ApplicationFormRelationshipsApplicationData - */ - @Test - public void testApplicationFormRelationshipsApplicationData() { - // TODO: test ApplicationFormRelationshipsApplicationData - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsApplicationTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsApplicationTest.java deleted file mode 100644 index cc254b57..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsApplicationTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApplicationFormRelationshipsApplicationData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationFormRelationshipsApplication - */ -public class ApplicationFormRelationshipsApplicationTest { - private final ApplicationFormRelationshipsApplication model = new ApplicationFormRelationshipsApplication(); - - /** - * Model tests for ApplicationFormRelationshipsApplication - */ - @Test - public void testApplicationFormRelationshipsApplication() { - // TODO: test ApplicationFormRelationshipsApplication - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsTest.java deleted file mode 100644 index e307620b..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApplicationFormRelationshipsApplication; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationFormRelationships - */ -public class ApplicationFormRelationshipsTest { - private final ApplicationFormRelationships model = new ApplicationFormRelationships(); - - /** - * Model tests for ApplicationFormRelationships - */ - @Test - public void testApplicationFormRelationships() { - // TODO: test ApplicationFormRelationships - } - - /** - * Test the property 'application' - */ - @Test - public void applicationTest() { - // TODO: test application - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormSettingsOverrideTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormSettingsOverrideTest.java deleted file mode 100644 index d3c69eb3..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormSettingsOverrideTest.java +++ /dev/null @@ -1,115 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationFormAdditionalDisclosuresInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationFormSettingsOverride - */ -public class ApplicationFormSettingsOverrideTest { - private final ApplicationFormSettingsOverride model = new ApplicationFormSettingsOverride(); - - /** - * Model tests for ApplicationFormSettingsOverride - */ - @Test - public void testApplicationFormSettingsOverride() { - // TODO: test ApplicationFormSettingsOverride - } - - /** - * Test the property 'redirectUrl' - */ - @Test - public void redirectUrlTest() { - // TODO: test redirectUrl - } - - /** - * Test the property 'privacyPolicyUrl' - */ - @Test - public void privacyPolicyUrlTest() { - // TODO: test privacyPolicyUrl - } - - /** - * Test the property 'electronicDisclosuresUrl' - */ - @Test - public void electronicDisclosuresUrlTest() { - // TODO: test electronicDisclosuresUrl - } - - /** - * Test the property 'depositTermsUrl' - */ - @Test - public void depositTermsUrlTest() { - // TODO: test depositTermsUrl - } - - /** - * Test the property 'clientTermsUrl' - */ - @Test - public void clientTermsUrlTest() { - // TODO: test clientTermsUrl - } - - /** - * Test the property 'cardholderTermsUrl' - */ - @Test - public void cardholderTermsUrlTest() { - // TODO: test cardholderTermsUrl - } - - /** - * Test the property 'cashAdvancedTermsUrl' - */ - @Test - public void cashAdvancedTermsUrlTest() { - // TODO: test cashAdvancedTermsUrl - } - - /** - * Test the property 'debitCardDisclosureUrl' - */ - @Test - public void debitCardDisclosureUrlTest() { - // TODO: test debitCardDisclosureUrl - } - - /** - * Test the property 'additionalDisclosures' - */ - @Test - public void additionalDisclosuresTest() { - // TODO: test additionalDisclosures - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationFormTest.java b/src/test/java/unit/java/sdk/model/ApplicationFormTest.java deleted file mode 100644 index dbdefdc1..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationFormTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApplicationFormAttributes; -import unit.java.sdk.model.ApplicationFormRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationForm - */ -public class ApplicationFormTest { - private final ApplicationForm model = new ApplicationForm(); - - /** - * Model tests for ApplicationForm - */ - @Test - public void testApplicationForm() { - // TODO: test ApplicationForm - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficialOwnersDataInnerTest.java b/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficialOwnersDataInnerTest.java deleted file mode 100644 index 4d809958..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficialOwnersDataInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationRelationshipsBeneficialOwnersDataInner - */ -public class ApplicationRelationshipsBeneficialOwnersDataInnerTest { - private final ApplicationRelationshipsBeneficialOwnersDataInner model = new ApplicationRelationshipsBeneficialOwnersDataInner(); - - /** - * Model tests for ApplicationRelationshipsBeneficialOwnersDataInner - */ - @Test - public void testApplicationRelationshipsBeneficialOwnersDataInner() { - // TODO: test ApplicationRelationshipsBeneficialOwnersDataInner - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficialOwnersTest.java b/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficialOwnersTest.java deleted file mode 100644 index bf690baa..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficialOwnersTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationRelationshipsBeneficialOwnersDataInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationRelationshipsBeneficialOwners - */ -public class ApplicationRelationshipsBeneficialOwnersTest { - private final ApplicationRelationshipsBeneficialOwners model = new ApplicationRelationshipsBeneficialOwners(); - - /** - * Model tests for ApplicationRelationshipsBeneficialOwners - */ - @Test - public void testApplicationRelationshipsBeneficialOwners() { - // TODO: test ApplicationRelationshipsBeneficialOwners - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficiariesDataInnerTest.java b/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficiariesDataInnerTest.java deleted file mode 100644 index 5dd03811..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficiariesDataInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationRelationshipsBeneficiariesDataInner - */ -public class ApplicationRelationshipsBeneficiariesDataInnerTest { - private final ApplicationRelationshipsBeneficiariesDataInner model = new ApplicationRelationshipsBeneficiariesDataInner(); - - /** - * Model tests for ApplicationRelationshipsBeneficiariesDataInner - */ - @Test - public void testApplicationRelationshipsBeneficiariesDataInner() { - // TODO: test ApplicationRelationshipsBeneficiariesDataInner - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficiariesTest.java b/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficiariesTest.java deleted file mode 100644 index 8d5f319f..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsBeneficiariesTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationRelationshipsBeneficiariesDataInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationRelationshipsBeneficiaries - */ -public class ApplicationRelationshipsBeneficiariesTest { - private final ApplicationRelationshipsBeneficiaries model = new ApplicationRelationshipsBeneficiaries(); - - /** - * Model tests for ApplicationRelationshipsBeneficiaries - */ - @Test - public void testApplicationRelationshipsBeneficiaries() { - // TODO: test ApplicationRelationshipsBeneficiaries - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTest.java b/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTest.java deleted file mode 100644 index c4f7f004..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTest.java +++ /dev/null @@ -1,102 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApplicationRelationshipsBeneficialOwners; -import unit.java.sdk.model.ApplicationRelationshipsBeneficiaries; -import unit.java.sdk.model.ApplicationRelationshipsTrustees; -import unit.java.sdk.model.DocumentsRelationship; -import unit.java.sdk.model.OrgRelationship; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationRelationships - */ -public class ApplicationRelationshipsTest { - private final ApplicationRelationships model = new ApplicationRelationships(); - - /** - * Model tests for ApplicationRelationships - */ - @Test - public void testApplicationRelationships() { - // TODO: test ApplicationRelationships - } - - /** - * Test the property 'org' - */ - @Test - public void orgTest() { - // TODO: test org - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'documents' - */ - @Test - public void documentsTest() { - // TODO: test documents - } - - /** - * Test the property 'applicationForm' - */ - @Test - public void applicationFormTest() { - // TODO: test applicationForm - } - - /** - * Test the property 'trustees' - */ - @Test - public void trusteesTest() { - // TODO: test trustees - } - - /** - * Test the property 'beneficiaries' - */ - @Test - public void beneficiariesTest() { - // TODO: test beneficiaries - } - - /** - * Test the property 'beneficialOwners' - */ - @Test - public void beneficialOwnersTest() { - // TODO: test beneficialOwners - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTrusteesDataInnerTest.java b/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTrusteesDataInnerTest.java deleted file mode 100644 index 1b1cca29..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTrusteesDataInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationRelationshipsTrusteesDataInner - */ -public class ApplicationRelationshipsTrusteesDataInnerTest { - private final ApplicationRelationshipsTrusteesDataInner model = new ApplicationRelationshipsTrusteesDataInner(); - - /** - * Model tests for ApplicationRelationshipsTrusteesDataInner - */ - @Test - public void testApplicationRelationshipsTrusteesDataInner() { - // TODO: test ApplicationRelationshipsTrusteesDataInner - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTrusteesTest.java b/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTrusteesTest.java deleted file mode 100644 index 88362989..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationRelationshipsTrusteesTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationRelationshipsTrusteesDataInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationRelationshipsTrustees - */ -public class ApplicationRelationshipsTrusteesTest { - private final ApplicationRelationshipsTrustees model = new ApplicationRelationshipsTrustees(); - - /** - * Model tests for ApplicationRelationshipsTrustees - */ - @Test - public void testApplicationRelationshipsTrustees() { - // TODO: test ApplicationRelationshipsTrustees - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationStatusTest.java b/src/test/java/unit/java/sdk/model/ApplicationStatusTest.java deleted file mode 100644 index bf4869c0..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApplicationStatus - */ -public class ApplicationStatusTest { - /** - * Model tests for ApplicationStatus - */ - @Test - public void testApplicationStatus() { - // TODO: test ApplicationStatus - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApplicationTest.java b/src/test/java/unit/java/sdk/model/ApplicationTest.java deleted file mode 100644 index 392f21a6..00000000 --- a/src/test/java/unit/java/sdk/model/ApplicationTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Application - */ -public class ApplicationTest { - private final Application model = new Application(); - - /** - * Model tests for Application - */ - @Test - public void testApplication() { - // TODO: test Application - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApproveAuthorizationRequestAttributesTest.java b/src/test/java/unit/java/sdk/model/ApproveAuthorizationRequestAttributesTest.java deleted file mode 100644 index 96691e78..00000000 --- a/src/test/java/unit/java/sdk/model/ApproveAuthorizationRequestAttributesTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApproveAuthorizationRequestAttributes - */ -public class ApproveAuthorizationRequestAttributesTest { - private final ApproveAuthorizationRequestAttributes model = new ApproveAuthorizationRequestAttributes(); - - /** - * Model tests for ApproveAuthorizationRequestAttributes - */ - @Test - public void testApproveAuthorizationRequestAttributes() { - // TODO: test ApproveAuthorizationRequestAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'fundingAccount' - */ - @Test - public void fundingAccountTest() { - // TODO: test fundingAccount - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApproveAuthorizationRequestTest.java b/src/test/java/unit/java/sdk/model/ApproveAuthorizationRequestTest.java deleted file mode 100644 index b17dd1cd..00000000 --- a/src/test/java/unit/java/sdk/model/ApproveAuthorizationRequestTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApproveAuthorizationRequest - */ -public class ApproveAuthorizationRequestTest { - private final ApproveAuthorizationRequest model = new ApproveAuthorizationRequest(); - - /** - * Model tests for ApproveAuthorizationRequest - */ - @Test - public void testApproveAuthorizationRequest() { - // TODO: test ApproveAuthorizationRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApproveCheckPaymentRequestDataTest.java b/src/test/java/unit/java/sdk/model/ApproveCheckPaymentRequestDataTest.java deleted file mode 100644 index 2b76f450..00000000 --- a/src/test/java/unit/java/sdk/model/ApproveCheckPaymentRequestDataTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApproveCheckPaymentRequestData - */ -public class ApproveCheckPaymentRequestDataTest { - private final ApproveCheckPaymentRequestData model = new ApproveCheckPaymentRequestData(); - - /** - * Model tests for ApproveCheckPaymentRequestData - */ - @Test - public void testApproveCheckPaymentRequestData() { - // TODO: test ApproveCheckPaymentRequestData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/ApproveCheckPaymentRequestTest.java b/src/test/java/unit/java/sdk/model/ApproveCheckPaymentRequestTest.java deleted file mode 100644 index a9ed7810..00000000 --- a/src/test/java/unit/java/sdk/model/ApproveCheckPaymentRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApproveCheckPaymentRequestData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ApproveCheckPaymentRequest - */ -public class ApproveCheckPaymentRequestTest { - private final ApproveCheckPaymentRequest model = new ApproveCheckPaymentRequest(); - - /** - * Model tests for ApproveCheckPaymentRequest - */ - @Test - public void testApproveCheckPaymentRequest() { - // TODO: test ApproveCheckPaymentRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ArchiveCustomerRequestAttributesTest.java b/src/test/java/unit/java/sdk/model/ArchiveCustomerRequestAttributesTest.java deleted file mode 100644 index 3d79edd9..00000000 --- a/src/test/java/unit/java/sdk/model/ArchiveCustomerRequestAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ArchiveCustomerRequestAttributes - */ -public class ArchiveCustomerRequestAttributesTest { - private final ArchiveCustomerRequestAttributes model = new ArchiveCustomerRequestAttributes(); - - /** - * Model tests for ArchiveCustomerRequestAttributes - */ - @Test - public void testArchiveCustomerRequestAttributes() { - // TODO: test ArchiveCustomerRequestAttributes - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - -} diff --git a/src/test/java/unit/java/sdk/model/ArchiveCustomerRequestTest.java b/src/test/java/unit/java/sdk/model/ArchiveCustomerRequestTest.java deleted file mode 100644 index 13265c6a..00000000 --- a/src/test/java/unit/java/sdk/model/ArchiveCustomerRequestTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ArchiveCustomerRequestAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ArchiveCustomerRequest - */ -public class ArchiveCustomerRequestTest { - private final ArchiveCustomerRequest model = new ArchiveCustomerRequest(); - - /** - * Model tests for ArchiveCustomerRequest - */ - @Test - public void testArchiveCustomerRequest() { - // TODO: test ArchiveCustomerRequest - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/AstraTest.java b/src/test/java/unit/java/sdk/model/AstraTest.java deleted file mode 100644 index 0250bbdc..00000000 --- a/src/test/java/unit/java/sdk/model/AstraTest.java +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Astra - */ -public class AstraTest { - private final Astra model = new Astra(); - - /** - * Model tests for Astra - */ - @Test - public void testAstra() { - // TODO: test Astra - } - - /** - * Test the property 'authToken' - */ - @Test - public void authTokenTest() { - // TODO: test authToken - } - - /** - * Test the property 'debitFeePercent' - */ - @Test - public void debitFeePercentTest() { - // TODO: test debitFeePercent - } - - /** - * Test the property 'institutionId' - */ - @Test - public void institutionIdTest() { - // TODO: test institutionId - } - - /** - * Test the property 'destinationCardId' - */ - @Test - public void destinationCardIdTest() { - // TODO: test destinationCardId - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'accountName' - */ - @Test - public void accountNameTest() { - // TODO: test accountName - } - - /** - * Test the property 'referenceId' - */ - @Test - public void referenceIdTest() { - // TODO: test referenceId - } - -} diff --git a/src/test/java/unit/java/sdk/model/AtmAuthorizationRequestAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/AtmAuthorizationRequestAllOfAttributesTest.java deleted file mode 100644 index 7a04a8ab..00000000 --- a/src/test/java/unit/java/sdk/model/AtmAuthorizationRequestAllOfAttributesTest.java +++ /dev/null @@ -1,150 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AtmAuthorizationRequestAllOfAttributes - */ -public class AtmAuthorizationRequestAllOfAttributesTest { - private final AtmAuthorizationRequestAllOfAttributes model = new AtmAuthorizationRequestAllOfAttributes(); - - /** - * Model tests for AtmAuthorizationRequestAllOfAttributes - */ - @Test - public void testAtmAuthorizationRequestAllOfAttributes() { - // TODO: test AtmAuthorizationRequestAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'partialApprovalAllowed' - */ - @Test - public void partialApprovalAllowedTest() { - // TODO: test partialApprovalAllowed - } - - /** - * Test the property 'approvedAmount' - */ - @Test - public void approvedAmountTest() { - // TODO: test approvedAmount - } - - /** - * Test the property 'declineReason' - */ - @Test - public void declineReasonTest() { - // TODO: test declineReason - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'atmName' - */ - @Test - public void atmNameTest() { - // TODO: test atmName - } - - /** - * Test the property 'atmLocation' - */ - @Test - public void atmLocationTest() { - // TODO: test atmLocation - } - - /** - * Test the property 'surcharge' - */ - @Test - public void surchargeTest() { - // TODO: test surcharge - } - - /** - * Test the property 'internationalServiceFee' - */ - @Test - public void internationalServiceFeeTest() { - // TODO: test internationalServiceFee - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'cardNetwork' - */ - @Test - public void cardNetworkTest() { - // TODO: test cardNetwork - } - -} diff --git a/src/test/java/unit/java/sdk/model/AtmAuthorizationRequestTest.java b/src/test/java/unit/java/sdk/model/AtmAuthorizationRequestTest.java deleted file mode 100644 index 94136dab..00000000 --- a/src/test/java/unit/java/sdk/model/AtmAuthorizationRequestTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AtmAuthorizationRequestAllOfAttributes; -import unit.java.sdk.model.AuthorizationRequest; -import unit.java.sdk.model.AuthorizationRequestRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AtmAuthorizationRequest - */ -public class AtmAuthorizationRequestTest { - private final AtmAuthorizationRequest model = new AtmAuthorizationRequest(); - - /** - * Model tests for AtmAuthorizationRequest - */ - @Test - public void testAtmAuthorizationRequest() { - // TODO: test AtmAuthorizationRequest - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AtmLocationAttributesTest.java b/src/test/java/unit/java/sdk/model/AtmLocationAttributesTest.java deleted file mode 100644 index c91ae80f..00000000 --- a/src/test/java/unit/java/sdk/model/AtmLocationAttributesTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.Coordinates; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AtmLocationAttributes - */ -public class AtmLocationAttributesTest { - private final AtmLocationAttributes model = new AtmLocationAttributes(); - - /** - * Model tests for AtmLocationAttributes - */ - @Test - public void testAtmLocationAttributes() { - // TODO: test AtmLocationAttributes - } - - /** - * Test the property 'network' - */ - @Test - public void networkTest() { - // TODO: test network - } - - /** - * Test the property 'locationName' - */ - @Test - public void locationNameTest() { - // TODO: test locationName - } - - /** - * Test the property 'coordinates' - */ - @Test - public void coordinatesTest() { - // TODO: test coordinates - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'distance' - */ - @Test - public void distanceTest() { - // TODO: test distance - } - - /** - * Test the property 'surchargeFree' - */ - @Test - public void surchargeFreeTest() { - // TODO: test surchargeFree - } - - /** - * Test the property 'acceptDeposits' - */ - @Test - public void acceptDepositsTest() { - // TODO: test acceptDeposits - } - -} diff --git a/src/test/java/unit/java/sdk/model/AtmLocationTest.java b/src/test/java/unit/java/sdk/model/AtmLocationTest.java deleted file mode 100644 index 9fed2db5..00000000 --- a/src/test/java/unit/java/sdk/model/AtmLocationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AtmLocationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AtmLocation - */ -public class AtmLocationTest { - private final AtmLocation model = new AtmLocation(); - - /** - * Model tests for AtmLocation - */ - @Test - public void testAtmLocation() { - // TODO: test AtmLocation - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/AtmTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/AtmTransactionAllOfAttributesTest.java deleted file mode 100644 index f3062143..00000000 --- a/src/test/java/unit/java/sdk/model/AtmTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,157 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AtmTransactionAllOfAttributes - */ -public class AtmTransactionAllOfAttributesTest { - private final AtmTransactionAllOfAttributes model = new AtmTransactionAllOfAttributes(); - - /** - * Model tests for AtmTransactionAllOfAttributes - */ - @Test - public void testAtmTransactionAllOfAttributes() { - // TODO: test AtmTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'cardLast4Digits' - */ - @Test - public void cardLast4DigitsTest() { - // TODO: test cardLast4Digits - } - - /** - * Test the property 'atmName' - */ - @Test - public void atmNameTest() { - // TODO: test atmName - } - - /** - * Test the property 'atmLocation' - */ - @Test - public void atmLocationTest() { - // TODO: test atmLocation - } - - /** - * Test the property 'surcharge' - */ - @Test - public void surchargeTest() { - // TODO: test surcharge - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'networkTransactionId' - */ - @Test - public void networkTransactionIdTest() { - // TODO: test networkTransactionId - } - - /** - * Test the property 'interchange' - */ - @Test - public void interchangeTest() { - // TODO: test interchange - } - - /** - * Test the property 'internationalServiceFee' - */ - @Test - public void internationalServiceFeeTest() { - // TODO: test internationalServiceFee - } - - /** - * Test the property 'cardNetwork' - */ - @Test - public void cardNetworkTest() { - // TODO: test cardNetwork - } - -} diff --git a/src/test/java/unit/java/sdk/model/AtmTransactionTest.java b/src/test/java/unit/java/sdk/model/AtmTransactionTest.java deleted file mode 100644 index f08fc1ba..00000000 --- a/src/test/java/unit/java/sdk/model/AtmTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AtmTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AtmTransaction - */ -public class AtmTransactionTest { - private final AtmTransaction model = new AtmTransaction(); - - /** - * Model tests for AtmTransaction - */ - @Test - public void testAtmTransaction() { - // TODO: test AtmTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationAttributesTest.java b/src/test/java/unit/java/sdk/model/AuthorizationAttributesTest.java deleted file mode 100644 index 576c31e1..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationAttributesTest.java +++ /dev/null @@ -1,155 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.CardVerificationData; -import unit.java.sdk.model.Merchant; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationAttributes - */ -public class AuthorizationAttributesTest { - private final AuthorizationAttributes model = new AuthorizationAttributes(); - - /** - * Model tests for AuthorizationAttributes - */ - @Test - public void testAuthorizationAttributes() { - // TODO: test AuthorizationAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'cardLast4Digits' - */ - @Test - public void cardLast4DigitsTest() { - // TODO: test cardLast4Digits - } - - /** - * Test the property 'merchant' - */ - @Test - public void merchantTest() { - // TODO: test merchant - } - - /** - * Test the property 'recurring' - */ - @Test - public void recurringTest() { - // TODO: test recurring - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'declineReason' - */ - @Test - public void declineReasonTest() { - // TODO: test declineReason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'paymentMethod' - */ - @Test - public void paymentMethodTest() { - // TODO: test paymentMethod - } - - /** - * Test the property 'digitalWallet' - */ - @Test - public void digitalWalletTest() { - // TODO: test digitalWallet - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'cardVerificationData' - */ - @Test - public void cardVerificationDataTest() { - // TODO: test cardVerificationData - } - - /** - * Test the property 'cardNetwork' - */ - @Test - public void cardNetworkTest() { - // TODO: test cardNetwork - } - - /** - * Test the property 'cashWithdrawalAmount' - */ - @Test - public void cashWithdrawalAmountTest() { - // TODO: test cashWithdrawalAmount - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRelationshipDataTest.java deleted file mode 100644 index 752b6ab9..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRelationshipData - */ -public class AuthorizationRelationshipDataTest { - private final AuthorizationRelationshipData model = new AuthorizationRelationshipData(); - - /** - * Model tests for AuthorizationRelationshipData - */ - @Test - public void testAuthorizationRelationshipData() { - // TODO: test AuthorizationRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRelationshipTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRelationshipTest.java deleted file mode 100644 index 96096808..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRelationship - */ -public class AuthorizationRelationshipTest { - private final AuthorizationRelationship model = new AuthorizationRelationship(); - - /** - * Model tests for AuthorizationRelationship - */ - @Test - public void testAuthorizationRelationship() { - // TODO: test AuthorizationRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipDataTest.java deleted file mode 100644 index 775b71e5..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRequestRelationshipData - */ -public class AuthorizationRequestRelationshipDataTest { - private final AuthorizationRequestRelationshipData model = new AuthorizationRequestRelationshipData(); - - /** - * Model tests for AuthorizationRequestRelationshipData - */ - @Test - public void testAuthorizationRequestRelationshipData() { - // TODO: test AuthorizationRequestRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipTest.java deleted file mode 100644 index c3aaf855..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequestRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRequestRelationship - */ -public class AuthorizationRequestRelationshipTest { - private final AuthorizationRequestRelationship model = new AuthorizationRequestRelationship(); - - /** - * Model tests for AuthorizationRequestRelationship - */ - @Test - public void testAuthorizationRequestRelationship() { - // TODO: test AuthorizationRequestRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsCardDataTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsCardDataTest.java deleted file mode 100644 index cfa8570f..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsCardDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRequestRelationshipsCardData - */ -public class AuthorizationRequestRelationshipsCardDataTest { - private final AuthorizationRequestRelationshipsCardData model = new AuthorizationRequestRelationshipsCardData(); - - /** - * Model tests for AuthorizationRequestRelationshipsCardData - */ - @Test - public void testAuthorizationRequestRelationshipsCardData() { - // TODO: test AuthorizationRequestRelationshipsCardData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsCardTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsCardTest.java deleted file mode 100644 index 71f47321..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsCardTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequestRelationshipsCardData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRequestRelationshipsCard - */ -public class AuthorizationRequestRelationshipsCardTest { - private final AuthorizationRequestRelationshipsCard model = new AuthorizationRequestRelationshipsCard(); - - /** - * Model tests for AuthorizationRequestRelationshipsCard - */ - @Test - public void testAuthorizationRequestRelationshipsCard() { - // TODO: test AuthorizationRequestRelationshipsCard - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsTest.java deleted file mode 100644 index 42755384..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRequestRelationshipsTest.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequestRelationshipsCard; -import unit.java.sdk.model.RelationshipsAccount; -import unit.java.sdk.model.RelationshipsCustomer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRequestRelationships - */ -public class AuthorizationRequestRelationshipsTest { - private final AuthorizationRequestRelationships model = new AuthorizationRequestRelationships(); - - /** - * Model tests for AuthorizationRequestRelationships - */ - @Test - public void testAuthorizationRequestRelationships() { - // TODO: test AuthorizationRequestRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'fundingAccount' - */ - @Test - public void fundingAccountTest() { - // TODO: test fundingAccount - } - - /** - * Test the property 'card' - */ - @Test - public void cardTest() { - // TODO: test card - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationRequestTest.java b/src/test/java/unit/java/sdk/model/AuthorizationRequestTest.java deleted file mode 100644 index 6550e515..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationRequestTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizationRequest - */ -public class AuthorizationRequestTest { - private final AuthorizationRequest model = new AuthorizationRequest(); - - /** - * Model tests for AuthorizationRequest - */ - @Test - public void testAuthorizationRequest() { - // TODO: test AuthorizationRequest - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizationTest.java b/src/test/java/unit/java/sdk/model/AuthorizationTest.java deleted file mode 100644 index c8ff664a..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizationTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Authorization - */ -public class AuthorizationTest { - private final Authorization model = new Authorization(); - - /** - * Model tests for Authorization - */ - @Test - public void testAuthorization() { - // TODO: test Authorization - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/AuthorizedUserTest.java b/src/test/java/unit/java/sdk/model/AuthorizedUserTest.java deleted file mode 100644 index 956419b3..00000000 --- a/src/test/java/unit/java/sdk/model/AuthorizedUserTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for AuthorizedUser - */ -public class AuthorizedUserTest { - private final AuthorizedUser model = new AuthorizedUser(); - - /** - * Model tests for AuthorizedUser - */ - @Test - public void testAuthorizedUser() { - // TODO: test AuthorizedUser - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - -} diff --git a/src/test/java/unit/java/sdk/model/BINTest.java b/src/test/java/unit/java/sdk/model/BINTest.java deleted file mode 100644 index 514220fd..00000000 --- a/src/test/java/unit/java/sdk/model/BINTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BIN - */ -public class BINTest { - private final BIN model = new BIN(); - - /** - * Model tests for BIN - */ - @Test - public void testBIN() { - // TODO: test BIN - } - - /** - * Test the property 'bin' - */ - @Test - public void binTest() { - // TODO: test bin - } - - /** - * Test the property 'institutionId' - */ - @Test - public void institutionIdTest() { - // TODO: test institutionId - } - -} diff --git a/src/test/java/unit/java/sdk/model/BankRepaymentTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BankRepaymentTransactionAllOfAttributesTest.java deleted file mode 100644 index 758bf216..00000000 --- a/src/test/java/unit/java/sdk/model/BankRepaymentTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BankRepaymentTransactionAllOfAttributes - */ -public class BankRepaymentTransactionAllOfAttributesTest { - private final BankRepaymentTransactionAllOfAttributes model = new BankRepaymentTransactionAllOfAttributes(); - - /** - * Model tests for BankRepaymentTransactionAllOfAttributes - */ - @Test - public void testBankRepaymentTransactionAllOfAttributes() { - // TODO: test BankRepaymentTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'paidForDate' - */ - @Test - public void paidForDateTest() { - // TODO: test paidForDate - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/BankRepaymentTransactionTest.java b/src/test/java/unit/java/sdk/model/BankRepaymentTransactionTest.java deleted file mode 100644 index 597b6170..00000000 --- a/src/test/java/unit/java/sdk/model/BankRepaymentTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BankRepaymentTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BankRepaymentTransaction - */ -public class BankRepaymentTransactionTest { - private final BankRepaymentTransaction model = new BankRepaymentTransaction(); - - /** - * Model tests for BankRepaymentTransaction - */ - @Test - public void testBankRepaymentTransaction() { - // TODO: test BankRepaymentTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BeneficialOwnerTest.java b/src/test/java/unit/java/sdk/model/BeneficialOwnerTest.java deleted file mode 100644 index c8e6381e..00000000 --- a/src/test/java/unit/java/sdk/model/BeneficialOwnerTest.java +++ /dev/null @@ -1,216 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.SourceOfIncome; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BeneficialOwner - */ -public class BeneficialOwnerTest { - private final BeneficialOwner model = new BeneficialOwner(); - - /** - * Model tests for BeneficialOwner - */ - @Test - public void testBeneficialOwner() { - // TODO: test BeneficialOwner - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'percentage' - */ - @Test - public void percentageTest() { - // TODO: test percentage - } - - /** - * Test the property 'evaluationFlags' - */ - @Test - public void evaluationFlagsTest() { - // TODO: test evaluationFlags - } - - /** - * Test the property 'maskedSSN' - */ - @Test - public void maskedSSNTest() { - // TODO: test maskedSSN - } - - /** - * Test the property 'maskedPassport' - */ - @Test - public void maskedPassportTest() { - // TODO: test maskedPassport - } - - /** - * Test the property 'maskedMatriculaConsular' - */ - @Test - public void maskedMatriculaConsularTest() { - // TODO: test maskedMatriculaConsular - } - - /** - * Test the property 'idTheftScore' - */ - @Test - public void idTheftScoreTest() { - // TODO: test idTheftScore - } - - /** - * Test the property 'evaluationCodes' - */ - @Test - public void evaluationCodesTest() { - // TODO: test evaluationCodes - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/BeneficiaryTest.java b/src/test/java/unit/java/sdk/model/BeneficiaryTest.java deleted file mode 100644 index 072910b4..00000000 --- a/src/test/java/unit/java/sdk/model/BeneficiaryTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.FullName; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Beneficiary - */ -public class BeneficiaryTest { - private final Beneficiary model = new Beneficiary(); - - /** - * Model tests for Beneficiary - */ - @Test - public void testBeneficiary() { - // TODO: test Beneficiary - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - -} diff --git a/src/test/java/unit/java/sdk/model/BillPayTransactionTest.java b/src/test/java/unit/java/sdk/model/BillPayTransactionTest.java deleted file mode 100644 index 50c4e5b4..00000000 --- a/src/test/java/unit/java/sdk/model/BillPayTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BillPayTransaction - */ -public class BillPayTransactionTest { - private final BillPayTransaction model = new BillPayTransaction(); - - /** - * Model tests for BillPayTransaction - */ - @Test - public void testBillPayTransaction() { - // TODO: test BillPayTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BillPaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BillPaymentAllOfAttributesTest.java deleted file mode 100644 index adff6153..00000000 --- a/src/test/java/unit/java/sdk/model/BillPaymentAllOfAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BillPaymentAllOfAttributes - */ -public class BillPaymentAllOfAttributesTest { - private final BillPaymentAllOfAttributes model = new BillPaymentAllOfAttributes(); - - /** - * Model tests for BillPaymentAllOfAttributes - */ - @Test - public void testBillPaymentAllOfAttributes() { - // TODO: test BillPaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - -} diff --git a/src/test/java/unit/java/sdk/model/BillPaymentTest.java b/src/test/java/unit/java/sdk/model/BillPaymentTest.java deleted file mode 100644 index fd1727f4..00000000 --- a/src/test/java/unit/java/sdk/model/BillPaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BillPaymentAllOfAttributes; -import unit.java.sdk.model.Payment; -import unit.java.sdk.model.PaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BillPayment - */ -public class BillPaymentTest { - private final BillPayment model = new BillPayment(); - - /** - * Model tests for BillPayment - */ - @Test - public void testBillPayment() { - // TODO: test BillPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookPaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BookPaymentAllOfAttributesTest.java deleted file mode 100644 index 59472dea..00000000 --- a/src/test/java/unit/java/sdk/model/BookPaymentAllOfAttributesTest.java +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookPaymentAllOfAttributes - */ -public class BookPaymentAllOfAttributesTest { - private final BookPaymentAllOfAttributes model = new BookPaymentAllOfAttributes(); - - /** - * Model tests for BookPaymentAllOfAttributes - */ - @Test - public void testBookPaymentAllOfAttributes() { - // TODO: test BookPaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'transactionSummaryOverride' - */ - @Test - public void transactionSummaryOverrideTest() { - // TODO: test transactionSummaryOverride - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookPaymentTest.java b/src/test/java/unit/java/sdk/model/BookPaymentTest.java deleted file mode 100644 index ef0f2b3d..00000000 --- a/src/test/java/unit/java/sdk/model/BookPaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BookPaymentAllOfAttributes; -import unit.java.sdk.model.Payment; -import unit.java.sdk.model.PaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookPayment - */ -public class BookPaymentTest { - private final BookPayment model = new BookPayment(); - - /** - * Model tests for BookPayment - */ - @Test - public void testBookPayment() { - // TODO: test BookPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BookRepaymentAllOfAttributesTest.java deleted file mode 100644 index eb66f25b..00000000 --- a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfAttributesTest.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookRepaymentAllOfAttributes - */ -public class BookRepaymentAllOfAttributesTest { - private final BookRepaymentAllOfAttributes model = new BookRepaymentAllOfAttributes(); - - /** - * Model tests for BookRepaymentAllOfAttributes - */ - @Test - public void testBookRepaymentAllOfAttributes() { - // TODO: test BookRepaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsCounterpartyAccountDataTest.java b/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsCounterpartyAccountDataTest.java deleted file mode 100644 index 94bd1f51..00000000 --- a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsCounterpartyAccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookRepaymentAllOfRelationshipsCounterpartyAccountData - */ -public class BookRepaymentAllOfRelationshipsCounterpartyAccountDataTest { - private final BookRepaymentAllOfRelationshipsCounterpartyAccountData model = new BookRepaymentAllOfRelationshipsCounterpartyAccountData(); - - /** - * Model tests for BookRepaymentAllOfRelationshipsCounterpartyAccountData - */ - @Test - public void testBookRepaymentAllOfRelationshipsCounterpartyAccountData() { - // TODO: test BookRepaymentAllOfRelationshipsCounterpartyAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsCounterpartyAccountTest.java b/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsCounterpartyAccountTest.java deleted file mode 100644 index 285de280..00000000 --- a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsCounterpartyAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BookRepaymentAllOfRelationshipsCounterpartyAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookRepaymentAllOfRelationshipsCounterpartyAccount - */ -public class BookRepaymentAllOfRelationshipsCounterpartyAccountTest { - private final BookRepaymentAllOfRelationshipsCounterpartyAccount model = new BookRepaymentAllOfRelationshipsCounterpartyAccount(); - - /** - * Model tests for BookRepaymentAllOfRelationshipsCounterpartyAccount - */ - @Test - public void testBookRepaymentAllOfRelationshipsCounterpartyAccount() { - // TODO: test BookRepaymentAllOfRelationshipsCounterpartyAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsTest.java b/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsTest.java deleted file mode 100644 index e88da0c3..00000000 --- a/src/test/java/unit/java/sdk/model/BookRepaymentAllOfRelationshipsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsAccount; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCreditAccount; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsCustomer; -import unit.java.sdk.model.AchRepaymentAllOfRelationshipsPayment; -import unit.java.sdk.model.BookRepaymentAllOfRelationshipsCounterpartyAccount; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookRepaymentAllOfRelationships - */ -public class BookRepaymentAllOfRelationshipsTest { - private final BookRepaymentAllOfRelationships model = new BookRepaymentAllOfRelationships(); - - /** - * Model tests for BookRepaymentAllOfRelationships - */ - @Test - public void testBookRepaymentAllOfRelationships() { - // TODO: test BookRepaymentAllOfRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'creditAccount' - */ - @Test - public void creditAccountTest() { - // TODO: test creditAccount - } - - /** - * Test the property 'counterpartyAccount' - */ - @Test - public void counterpartyAccountTest() { - // TODO: test counterpartyAccount - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'payment' - */ - @Test - public void paymentTest() { - // TODO: test payment - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookRepaymentTest.java b/src/test/java/unit/java/sdk/model/BookRepaymentTest.java deleted file mode 100644 index 7137bf0c..00000000 --- a/src/test/java/unit/java/sdk/model/BookRepaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BookRepaymentAllOfAttributes; -import unit.java.sdk.model.BookRepaymentAllOfRelationships; -import unit.java.sdk.model.Repayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookRepayment - */ -public class BookRepaymentTest { - private final BookRepayment model = new BookRepayment(); - - /** - * Model tests for BookRepayment - */ - @Test - public void testBookRepayment() { - // TODO: test BookRepayment - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BookTransactionAllOfAttributesTest.java deleted file mode 100644 index c993c608..00000000 --- a/src/test/java/unit/java/sdk/model/BookTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookTransactionAllOfAttributes - */ -public class BookTransactionAllOfAttributesTest { - private final BookTransactionAllOfAttributes model = new BookTransactionAllOfAttributes(); - - /** - * Model tests for BookTransactionAllOfAttributes - */ - @Test - public void testBookTransactionAllOfAttributes() { - // TODO: test BookTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/BookTransactionTest.java b/src/test/java/unit/java/sdk/model/BookTransactionTest.java deleted file mode 100644 index fe0e18ce..00000000 --- a/src/test/java/unit/java/sdk/model/BookTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BookTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BookTransaction - */ -public class BookTransactionTest { - private final BookTransaction model = new BookTransaction(); - - /** - * Model tests for BookTransaction - */ - @Test - public void testBookTransaction() { - // TODO: test BookTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessAnnualRevenueTest.java b/src/test/java/unit/java/sdk/model/BusinessAnnualRevenueTest.java deleted file mode 100644 index 23a791fc..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessAnnualRevenueTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessAnnualRevenue - */ -public class BusinessAnnualRevenueTest { - /** - * Model tests for BusinessAnnualRevenue - */ - @Test - public void testBusinessAnnualRevenue() { - // TODO: test BusinessAnnualRevenue - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessApplicationAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BusinessApplicationAllOfAttributesTest.java deleted file mode 100644 index 3bd58e9c..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessApplicationAllOfAttributesTest.java +++ /dev/null @@ -1,372 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.ApplicationStatus; -import unit.java.sdk.model.BeneficialOwner; -import unit.java.sdk.model.BusinessAnnualRevenue; -import unit.java.sdk.model.BusinessNumberOfEmployees; -import unit.java.sdk.model.BusinessVertical; -import unit.java.sdk.model.CashFlow; -import unit.java.sdk.model.Contact; -import unit.java.sdk.model.EntityType; -import unit.java.sdk.model.Industry; -import unit.java.sdk.model.Officer; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessApplicationAllOfAttributes - */ -public class BusinessApplicationAllOfAttributesTest { - private final BusinessApplicationAllOfAttributes model = new BusinessApplicationAllOfAttributes(); - - /** - * Model tests for BusinessApplicationAllOfAttributes - */ - @Test - public void testBusinessApplicationAllOfAttributes() { - // TODO: test BusinessApplicationAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'evaluationOutcome' - */ - @Test - public void evaluationOutcomeTest() { - // TODO: test evaluationOutcome - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'evaluationEntityId' - */ - @Test - public void evaluationEntityIdTest() { - // TODO: test evaluationEntityId - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'entityType' - */ - @Test - public void entityTypeTest() { - // TODO: test entityType - } - - /** - * Test the property 'dateOfIncorporation' - */ - @Test - public void dateOfIncorporationTest() { - // TODO: test dateOfIncorporation - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'purpose' - */ - @Test - public void purposeTest() { - // TODO: test purpose - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'officer' - */ - @Test - public void officerTest() { - // TODO: test officer - } - - /** - * Test the property 'ip' - */ - @Test - public void ipTest() { - // TODO: test ip - } - - /** - * Test the property 'website' - */ - @Test - public void websiteTest() { - // TODO: test website - } - - /** - * Test the property 'beneficialOwners' - */ - @Test - public void beneficialOwnersTest() { - // TODO: test beneficialOwners - } - - /** - * Test the property 'decisionMethod' - */ - @Test - public void decisionMethodTest() { - // TODO: test decisionMethod - } - - /** - * Test the property 'decisionUserId' - */ - @Test - public void decisionUserIdTest() { - // TODO: test decisionUserId - } - - /** - * Test the property 'decisionReason' - */ - @Test - public void decisionReasonTest() { - // TODO: test decisionReason - } - - /** - * Test the property 'decisionDateTime' - */ - @Test - public void decisionDateTimeTest() { - // TODO: test decisionDateTime - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'riskRate' - */ - @Test - public void riskRateTest() { - // TODO: test riskRate - } - - /** - * Test the property 'evaluationFlags' - */ - @Test - public void evaluationFlagsTest() { - // TODO: test evaluationFlags - } - - /** - * Test the property 'ipLocationDetails' - */ - @Test - public void ipLocationDetailsTest() { - // TODO: test ipLocationDetails - } - - /** - * Test the property 'phoneLocationDetails' - */ - @Test - public void phoneLocationDetailsTest() { - // TODO: test phoneLocationDetails - } - - /** - * Test the property 'archived' - */ - @Test - public void archivedTest() { - // TODO: test archived - } - - /** - * Test the property 'industry' - */ - @Test - public void industryTest() { - // TODO: test industry - } - - /** - * Test the property 'annualRevenue' - */ - @Test - public void annualRevenueTest() { - // TODO: test annualRevenue - } - - /** - * Test the property 'numberOfEmployees' - */ - @Test - public void numberOfEmployeesTest() { - // TODO: test numberOfEmployees - } - - /** - * Test the property 'cashFlow' - */ - @Test - public void cashFlowTest() { - // TODO: test cashFlow - } - - /** - * Test the property 'yearOfIncorporation' - */ - @Test - public void yearOfIncorporationTest() { - // TODO: test yearOfIncorporation - } - - /** - * Test the property 'countriesOfOperation' - */ - @Test - public void countriesOfOperationTest() { - // TODO: test countriesOfOperation - } - - /** - * Test the property 'stockSymbol' - */ - @Test - public void stockSymbolTest() { - // TODO: test stockSymbol - } - - /** - * Test the property 'businessVertical' - */ - @Test - public void businessVerticalTest() { - // TODO: test businessVertical - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessApplicationTest.java b/src/test/java/unit/java/sdk/model/BusinessApplicationTest.java deleted file mode 100644 index 2409248a..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessApplicationTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.ApplicationRelationships; -import unit.java.sdk.model.BusinessApplicationAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessApplication - */ -public class BusinessApplicationTest { - private final BusinessApplication model = new BusinessApplication(); - - /** - * Model tests for BusinessApplication - */ - @Test - public void testBusinessApplication() { - // TODO: test BusinessApplication - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessCreditCardTest.java b/src/test/java/unit/java/sdk/model/BusinessCreditCardTest.java deleted file mode 100644 index 448afcc2..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessCreditCardTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BusinessDebitCardAllOfAttributes; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.CardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessCreditCard - */ -public class BusinessCreditCardTest { - private final BusinessCreditCard model = new BusinessCreditCard(); - - /** - * Model tests for BusinessCreditCard - */ - @Test - public void testBusinessCreditCard() { - // TODO: test BusinessCreditCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessCustomerAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BusinessCustomerAllOfAttributesTest.java deleted file mode 100644 index 0912857b..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessCustomerAllOfAttributesTest.java +++ /dev/null @@ -1,177 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AuthorizedUser; -import unit.java.sdk.model.Contact; -import unit.java.sdk.model.EntityType; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessCustomerAllOfAttributes - */ -public class BusinessCustomerAllOfAttributesTest { - private final BusinessCustomerAllOfAttributes model = new BusinessCustomerAllOfAttributes(); - - /** - * Model tests for BusinessCustomerAllOfAttributes - */ - @Test - public void testBusinessCustomerAllOfAttributes() { - // TODO: test BusinessCustomerAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'entityType' - */ - @Test - public void entityTypeTest() { - // TODO: test entityType - } - - /** - * Test the property 'dateOfIncorporation' - */ - @Test - public void dateOfIncorporationTest() { - // TODO: test dateOfIncorporation - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'purpose' - */ - @Test - public void purposeTest() { - // TODO: test purpose - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'riskRate' - */ - @Test - public void riskRateTest() { - // TODO: test riskRate - } - - /** - * Test the property 'authorizedUsers' - */ - @Test - public void authorizedUsersTest() { - // TODO: test authorizedUsers - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'archiveReason' - */ - @Test - public void archiveReasonTest() { - // TODO: test archiveReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessCustomerTest.java b/src/test/java/unit/java/sdk/model/BusinessCustomerTest.java deleted file mode 100644 index 919330ce..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessCustomerTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BusinessCustomerAllOfAttributes; -import unit.java.sdk.model.Customer; -import unit.java.sdk.model.CustomerRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessCustomer - */ -public class BusinessCustomerTest { - private final BusinessCustomer model = new BusinessCustomer(); - - /** - * Model tests for BusinessCustomer - */ - @Test - public void testBusinessCustomer() { - // TODO: test BusinessCustomer - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessDebitCardAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BusinessDebitCardAllOfAttributesTest.java deleted file mode 100644 index a50b3eca..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessDebitCardAllOfAttributesTest.java +++ /dev/null @@ -1,190 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.PhysicalCardStatus; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessDebitCardAllOfAttributes - */ -public class BusinessDebitCardAllOfAttributesTest { - private final BusinessDebitCardAllOfAttributes model = new BusinessDebitCardAllOfAttributes(); - - /** - * Model tests for BusinessDebitCardAllOfAttributes - */ - @Test - public void testBusinessDebitCardAllOfAttributes() { - // TODO: test BusinessDebitCardAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'last4Digits' - */ - @Test - public void last4DigitsTest() { - // TODO: test last4Digits - } - - /** - * Test the property 'expirationDate' - */ - @Test - public void expirationDateTest() { - // TODO: test expirationDate - } - - /** - * Test the property 'shippingAddress' - */ - @Test - public void shippingAddressTest() { - // TODO: test shippingAddress - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'bin' - */ - @Test - public void binTest() { - // TODO: test bin - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'design' - */ - @Test - public void designTest() { - // TODO: test design - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'freezeReason' - */ - @Test - public void freezeReasonTest() { - // TODO: test freezeReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessDebitCardTest.java b/src/test/java/unit/java/sdk/model/BusinessDebitCardTest.java deleted file mode 100644 index ad51b2a3..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessDebitCardTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BusinessDebitCardAllOfAttributes; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.CardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessDebitCard - */ -public class BusinessDebitCardTest { - private final BusinessDebitCard model = new BusinessDebitCard(); - - /** - * Model tests for BusinessDebitCard - */ - @Test - public void testBusinessDebitCard() { - // TODO: test BusinessDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessNumberOfEmployeesTest.java b/src/test/java/unit/java/sdk/model/BusinessNumberOfEmployeesTest.java deleted file mode 100644 index 1a6a0926..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessNumberOfEmployeesTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessNumberOfEmployees - */ -public class BusinessNumberOfEmployeesTest { - /** - * Model tests for BusinessNumberOfEmployees - */ - @Test - public void testBusinessNumberOfEmployees() { - // TODO: test BusinessNumberOfEmployees - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessVerticalTest.java b/src/test/java/unit/java/sdk/model/BusinessVerticalTest.java deleted file mode 100644 index d42eba7a..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessVerticalTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessVertical - */ -public class BusinessVerticalTest { - /** - * Model tests for BusinessVertical - */ - @Test - public void testBusinessVertical() { - // TODO: test BusinessVertical - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessVirtualCreditCardTest.java b/src/test/java/unit/java/sdk/model/BusinessVirtualCreditCardTest.java deleted file mode 100644 index c4c007f0..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessVirtualCreditCardTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BusinessVirtualDebitCardAllOfAttributes; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.CardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessVirtualCreditCard - */ -public class BusinessVirtualCreditCardTest { - private final BusinessVirtualCreditCard model = new BusinessVirtualCreditCard(); - - /** - * Model tests for BusinessVirtualCreditCard - */ - @Test - public void testBusinessVirtualCreditCard() { - // TODO: test BusinessVirtualCreditCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessVirtualDebitCardAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/BusinessVirtualDebitCardAllOfAttributesTest.java deleted file mode 100644 index ece53239..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessVirtualDebitCardAllOfAttributesTest.java +++ /dev/null @@ -1,174 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.VirtualCardStatus; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessVirtualDebitCardAllOfAttributes - */ -public class BusinessVirtualDebitCardAllOfAttributesTest { - private final BusinessVirtualDebitCardAllOfAttributes model = new BusinessVirtualDebitCardAllOfAttributes(); - - /** - * Model tests for BusinessVirtualDebitCardAllOfAttributes - */ - @Test - public void testBusinessVirtualDebitCardAllOfAttributes() { - // TODO: test BusinessVirtualDebitCardAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'last4Digits' - */ - @Test - public void last4DigitsTest() { - // TODO: test last4Digits - } - - /** - * Test the property 'expirationDate' - */ - @Test - public void expirationDateTest() { - // TODO: test expirationDate - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'bin' - */ - @Test - public void binTest() { - // TODO: test bin - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'freezeReason' - */ - @Test - public void freezeReasonTest() { - // TODO: test freezeReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/BusinessVirtualDebitCardTest.java b/src/test/java/unit/java/sdk/model/BusinessVirtualDebitCardTest.java deleted file mode 100644 index ca88d172..00000000 --- a/src/test/java/unit/java/sdk/model/BusinessVirtualDebitCardTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BusinessVirtualDebitCardAllOfAttributes; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.CardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for BusinessVirtualDebitCard - */ -public class BusinessVirtualDebitCardTest { - private final BusinessVirtualDebitCard model = new BusinessVirtualDebitCard(); - - /** - * Model tests for BusinessVirtualDebitCard - */ - @Test - public void testBusinessVirtualDebitCard() { - // TODO: test BusinessVirtualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CancelApplicationRequestDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CancelApplicationRequestDataAttributesTest.java deleted file mode 100644 index b406fbc4..00000000 --- a/src/test/java/unit/java/sdk/model/CancelApplicationRequestDataAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CancelApplicationRequestDataAttributes - */ -public class CancelApplicationRequestDataAttributesTest { - private final CancelApplicationRequestDataAttributes model = new CancelApplicationRequestDataAttributes(); - - /** - * Model tests for CancelApplicationRequestDataAttributes - */ - @Test - public void testCancelApplicationRequestDataAttributes() { - // TODO: test CancelApplicationRequestDataAttributes - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - -} diff --git a/src/test/java/unit/java/sdk/model/CancelApplicationRequestDataTest.java b/src/test/java/unit/java/sdk/model/CancelApplicationRequestDataTest.java deleted file mode 100644 index 0825d5f7..00000000 --- a/src/test/java/unit/java/sdk/model/CancelApplicationRequestDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CancelApplicationRequestDataAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CancelApplicationRequestData - */ -public class CancelApplicationRequestDataTest { - private final CancelApplicationRequestData model = new CancelApplicationRequestData(); - - /** - * Model tests for CancelApplicationRequestData - */ - @Test - public void testCancelApplicationRequestData() { - // TODO: test CancelApplicationRequestData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CancelApplicationRequestTest.java b/src/test/java/unit/java/sdk/model/CancelApplicationRequestTest.java deleted file mode 100644 index 5301700c..00000000 --- a/src/test/java/unit/java/sdk/model/CancelApplicationRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CancelApplicationRequestData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CancelApplicationRequest - */ -public class CancelApplicationRequestTest { - private final CancelApplicationRequest model = new CancelApplicationRequest(); - - /** - * Model tests for CancelApplicationRequest - */ - @Test - public void testCancelApplicationRequest() { - // TODO: test CancelApplicationRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardLevelLimitsTest.java b/src/test/java/unit/java/sdk/model/CardLevelLimitsTest.java deleted file mode 100644 index c9e5e18b..00000000 --- a/src/test/java/unit/java/sdk/model/CardLevelLimitsTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardLevelLimits - */ -public class CardLevelLimitsTest { - private final CardLevelLimits model = new CardLevelLimits(); - - /** - * Model tests for CardLevelLimits - */ - @Test - public void testCardLevelLimits() { - // TODO: test CardLevelLimits - } - - /** - * Test the property 'dailyWithdrawal' - */ - @Test - public void dailyWithdrawalTest() { - // TODO: test dailyWithdrawal - } - - /** - * Test the property 'dailyPurchase' - */ - @Test - public void dailyPurchaseTest() { - // TODO: test dailyPurchase - } - - /** - * Test the property 'monthlyWithdrawal' - */ - @Test - public void monthlyWithdrawalTest() { - // TODO: test monthlyWithdrawal - } - - /** - * Test the property 'monthlyPurchase' - */ - @Test - public void monthlyPurchaseTest() { - // TODO: test monthlyPurchase - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardRelationshipTest.java b/src/test/java/unit/java/sdk/model/CardRelationshipTest.java deleted file mode 100644 index df5484cd..00000000 --- a/src/test/java/unit/java/sdk/model/CardRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequestRelationshipsCardData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardRelationship - */ -public class CardRelationshipTest { - private final CardRelationship model = new CardRelationship(); - - /** - * Model tests for CardRelationship - */ - @Test - public void testCardRelationship() { - // TODO: test CardRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardRelationshipsAccountTest.java b/src/test/java/unit/java/sdk/model/CardRelationshipsAccountTest.java deleted file mode 100644 index 932996d7..00000000 --- a/src/test/java/unit/java/sdk/model/CardRelationshipsAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CounterpartyAccountRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardRelationshipsAccount - */ -public class CardRelationshipsAccountTest { - private final CardRelationshipsAccount model = new CardRelationshipsAccount(); - - /** - * Model tests for CardRelationshipsAccount - */ - @Test - public void testCardRelationshipsAccount() { - // TODO: test CardRelationshipsAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CardRelationshipsTest.java deleted file mode 100644 index 84b5f258..00000000 --- a/src/test/java/unit/java/sdk/model/CardRelationshipsTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CardRelationshipsAccount; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardRelationships - */ -public class CardRelationshipsTest { - private final CardRelationships model = new CardRelationships(); - - /** - * Model tests for CardRelationships - */ - @Test - public void testCardRelationships() { - // TODO: test CardRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardTest.java b/src/test/java/unit/java/sdk/model/CardTest.java deleted file mode 100644 index ccb871e2..00000000 --- a/src/test/java/unit/java/sdk/model/CardTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Card - */ -public class CardTest { - private final Card model = new Card(); - - /** - * Model tests for Card - */ - @Test - public void testCard() { - // TODO: test Card - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/CardTransactionAllOfAttributesTest.java deleted file mode 100644 index fbe36466..00000000 --- a/src/test/java/unit/java/sdk/model/CardTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,175 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.CardVerificationData; -import unit.java.sdk.model.Merchant; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardTransactionAllOfAttributes - */ -public class CardTransactionAllOfAttributesTest { - private final CardTransactionAllOfAttributes model = new CardTransactionAllOfAttributes(); - - /** - * Model tests for CardTransactionAllOfAttributes - */ - @Test - public void testCardTransactionAllOfAttributes() { - // TODO: test CardTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'cardLast4Digits' - */ - @Test - public void cardLast4DigitsTest() { - // TODO: test cardLast4Digits - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'networkTransactionId' - */ - @Test - public void networkTransactionIdTest() { - // TODO: test networkTransactionId - } - - /** - * Test the property 'interchange' - */ - @Test - public void interchangeTest() { - // TODO: test interchange - } - - /** - * Test the property 'internationalServiceFee' - */ - @Test - public void internationalServiceFeeTest() { - // TODO: test internationalServiceFee - } - - /** - * Test the property 'merchant' - */ - @Test - public void merchantTest() { - // TODO: test merchant - } - - /** - * Test the property 'recurring' - */ - @Test - public void recurringTest() { - // TODO: test recurring - } - - /** - * Test the property 'paymentMethod' - */ - @Test - public void paymentMethodTest() { - // TODO: test paymentMethod - } - - /** - * Test the property 'digitalWallet' - */ - @Test - public void digitalWalletTest() { - // TODO: test digitalWallet - } - - /** - * Test the property 'cardVerificationData' - */ - @Test - public void cardVerificationDataTest() { - // TODO: test cardVerificationData - } - - /** - * Test the property 'cardNetwork' - */ - @Test - public void cardNetworkTest() { - // TODO: test cardNetwork - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardTransactionAuthorizationRequestAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/CardTransactionAuthorizationRequestAllOfAttributesTest.java deleted file mode 100644 index 59855d40..00000000 --- a/src/test/java/unit/java/sdk/model/CardTransactionAuthorizationRequestAllOfAttributesTest.java +++ /dev/null @@ -1,147 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.CardVerificationData; -import unit.java.sdk.model.Merchant; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardTransactionAuthorizationRequestAllOfAttributes - */ -public class CardTransactionAuthorizationRequestAllOfAttributesTest { - private final CardTransactionAuthorizationRequestAllOfAttributes model = new CardTransactionAuthorizationRequestAllOfAttributes(); - - /** - * Model tests for CardTransactionAuthorizationRequestAllOfAttributes - */ - @Test - public void testCardTransactionAuthorizationRequestAllOfAttributes() { - // TODO: test CardTransactionAuthorizationRequestAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'partialApprovalAllowed' - */ - @Test - public void partialApprovalAllowedTest() { - // TODO: test partialApprovalAllowed - } - - /** - * Test the property 'approvedAmount' - */ - @Test - public void approvedAmountTest() { - // TODO: test approvedAmount - } - - /** - * Test the property 'declineReason' - */ - @Test - public void declineReasonTest() { - // TODO: test declineReason - } - - /** - * Test the property 'merchant' - */ - @Test - public void merchantTest() { - // TODO: test merchant - } - - /** - * Test the property 'recurring' - */ - @Test - public void recurringTest() { - // TODO: test recurring - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'paymentMethod' - */ - @Test - public void paymentMethodTest() { - // TODO: test paymentMethod - } - - /** - * Test the property 'digitalWallet' - */ - @Test - public void digitalWalletTest() { - // TODO: test digitalWallet - } - - /** - * Test the property 'cardVerificationData' - */ - @Test - public void cardVerificationDataTest() { - // TODO: test cardVerificationData - } - - /** - * Test the property 'cardNetwork' - */ - @Test - public void cardNetworkTest() { - // TODO: test cardNetwork - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardTransactionAuthorizationRequestTest.java b/src/test/java/unit/java/sdk/model/CardTransactionAuthorizationRequestTest.java deleted file mode 100644 index 181577f9..00000000 --- a/src/test/java/unit/java/sdk/model/CardTransactionAuthorizationRequestTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequest; -import unit.java.sdk.model.AuthorizationRequestRelationships; -import unit.java.sdk.model.CardTransactionAuthorizationRequestAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardTransactionAuthorizationRequest - */ -public class CardTransactionAuthorizationRequestTest { - private final CardTransactionAuthorizationRequest model = new CardTransactionAuthorizationRequest(); - - /** - * Model tests for CardTransactionAuthorizationRequest - */ - @Test - public void testCardTransactionAuthorizationRequest() { - // TODO: test CardTransactionAuthorizationRequest - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardTransactionTest.java b/src/test/java/unit/java/sdk/model/CardTransactionTest.java deleted file mode 100644 index def1ba97..00000000 --- a/src/test/java/unit/java/sdk/model/CardTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CardTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardTransaction - */ -public class CardTransactionTest { - private final CardTransaction model = new CardTransaction(); - - /** - * Model tests for CardTransaction - */ - @Test - public void testCardTransaction() { - // TODO: test CardTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CardVerificationDataTest.java b/src/test/java/unit/java/sdk/model/CardVerificationDataTest.java deleted file mode 100644 index 0d09067b..00000000 --- a/src/test/java/unit/java/sdk/model/CardVerificationDataTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CardVerificationData - */ -public class CardVerificationDataTest { - private final CardVerificationData model = new CardVerificationData(); - - /** - * Model tests for CardVerificationData - */ - @Test - public void testCardVerificationData() { - // TODO: test CardVerificationData - } - - /** - * Test the property 'verificationMethod' - */ - @Test - public void verificationMethodTest() { - // TODO: test verificationMethod - } - -} diff --git a/src/test/java/unit/java/sdk/model/CashDepositTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/CashDepositTransactionAllOfAttributesTest.java deleted file mode 100644 index da9677ce..00000000 --- a/src/test/java/unit/java/sdk/model/CashDepositTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CashDepositTransactionAllOfAttributes - */ -public class CashDepositTransactionAllOfAttributesTest { - private final CashDepositTransactionAllOfAttributes model = new CashDepositTransactionAllOfAttributes(); - - /** - * Model tests for CashDepositTransactionAllOfAttributes - */ - @Test - public void testCashDepositTransactionAllOfAttributes() { - // TODO: test CashDepositTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'recurring' - */ - @Test - public void recurringTest() { - // TODO: test recurring - } - -} diff --git a/src/test/java/unit/java/sdk/model/CashDepositTransactionTest.java b/src/test/java/unit/java/sdk/model/CashDepositTransactionTest.java deleted file mode 100644 index 3ac42e1f..00000000 --- a/src/test/java/unit/java/sdk/model/CashDepositTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CashDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CashDepositTransaction - */ -public class CashDepositTransactionTest { - private final CashDepositTransaction model = new CashDepositTransaction(); - - /** - * Model tests for CashDepositTransaction - */ - @Test - public void testCashDepositTransaction() { - // TODO: test CashDepositTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CashFlowTest.java b/src/test/java/unit/java/sdk/model/CashFlowTest.java deleted file mode 100644 index 013abbbd..00000000 --- a/src/test/java/unit/java/sdk/model/CashFlowTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CashFlow - */ -public class CashFlowTest { - /** - * Model tests for CashFlow - */ - @Test - public void testCashFlow() { - // TODO: test CashFlow - } - -} diff --git a/src/test/java/unit/java/sdk/model/ChargebackRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/ChargebackRelationshipDataTest.java deleted file mode 100644 index 44bbacb1..00000000 --- a/src/test/java/unit/java/sdk/model/ChargebackRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ChargebackRelationshipData - */ -public class ChargebackRelationshipDataTest { - private final ChargebackRelationshipData model = new ChargebackRelationshipData(); - - /** - * Model tests for ChargebackRelationshipData - */ - @Test - public void testChargebackRelationshipData() { - // TODO: test ChargebackRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/ChargebackRelationshipTest.java b/src/test/java/unit/java/sdk/model/ChargebackRelationshipTest.java deleted file mode 100644 index d494102a..00000000 --- a/src/test/java/unit/java/sdk/model/ChargebackRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ChargebackRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ChargebackRelationship - */ -public class ChargebackRelationshipTest { - private final ChargebackRelationship model = new ChargebackRelationship(); - - /** - * Model tests for ChargebackRelationship - */ - @Test - public void testChargebackRelationship() { - // TODO: test ChargebackRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ChargebackTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ChargebackTransactionAllOfAttributesTest.java deleted file mode 100644 index 99ee0015..00000000 --- a/src/test/java/unit/java/sdk/model/ChargebackTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ChargebackTransactionAllOfAttributes - */ -public class ChargebackTransactionAllOfAttributesTest { - private final ChargebackTransactionAllOfAttributes model = new ChargebackTransactionAllOfAttributes(); - - /** - * Model tests for ChargebackTransactionAllOfAttributes - */ - @Test - public void testChargebackTransactionAllOfAttributes() { - // TODO: test ChargebackTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ChargebackTransactionTest.java b/src/test/java/unit/java/sdk/model/ChargebackTransactionTest.java deleted file mode 100644 index 381cd3b9..00000000 --- a/src/test/java/unit/java/sdk/model/ChargebackTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ChargebackTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ChargebackTransaction - */ -public class ChargebackTransactionTest { - private final ChargebackTransaction model = new ChargebackTransaction(); - - /** - * Model tests for ChargebackTransaction - */ - @Test - public void testChargebackTransaction() { - // TODO: test ChargebackTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositAttributesTest.java b/src/test/java/unit/java/sdk/model/CheckDepositAttributesTest.java deleted file mode 100644 index bfd8ebb6..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositAttributesTest.java +++ /dev/null @@ -1,162 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Counterparty2; -import unit.java.sdk.model.StatusEvent; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositAttributes - */ -public class CheckDepositAttributesTest { - private final CheckDepositAttributes model = new CheckDepositAttributes(); - - /** - * Model tests for CheckDepositAttributes - */ - @Test - public void testCheckDepositAttributes() { - // TODO: test CheckDepositAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'settlementDate' - */ - @Test - public void settlementDateTest() { - // TODO: test settlementDate - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'statusCreatedAt' - */ - @Test - public void statusCreatedAtTest() { - // TODO: test statusCreatedAt - } - - /** - * Test the property 'statusSetBy' - */ - @Test - public void statusSetByTest() { - // TODO: test statusSetBy - } - - /** - * Test the property 'statusHistory' - */ - @Test - public void statusHistoryTest() { - // TODO: test statusHistory - } - - /** - * Test the property 'reasonText' - */ - @Test - public void reasonTextTest() { - // TODO: test reasonText - } - - /** - * Test the property 'checkNumber' - */ - @Test - public void checkNumberTest() { - // TODO: test checkNumber - } - - /** - * Test the property 'vendor' - */ - @Test - public void vendorTest() { - // TODO: test vendor - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/CheckDepositRelationshipDataTest.java deleted file mode 100644 index ccb738df..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositRelationshipData - */ -public class CheckDepositRelationshipDataTest { - private final CheckDepositRelationshipData model = new CheckDepositRelationshipData(); - - /** - * Model tests for CheckDepositRelationshipData - */ - @Test - public void testCheckDepositRelationshipData() { - // TODO: test CheckDepositRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipTest.java b/src/test/java/unit/java/sdk/model/CheckDepositRelationshipTest.java deleted file mode 100644 index 41599896..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositRelationship - */ -public class CheckDepositRelationshipTest { - private final CheckDepositRelationship model = new CheckDepositRelationship(); - - /** - * Model tests for CheckDepositRelationship - */ - @Test - public void testCheckDepositRelationship() { - // TODO: test CheckDepositRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsAccountDataTest.java b/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsAccountDataTest.java deleted file mode 100644 index 8182a2ca..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsAccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositRelationshipsAccountData - */ -public class CheckDepositRelationshipsAccountDataTest { - private final CheckDepositRelationshipsAccountData model = new CheckDepositRelationshipsAccountData(); - - /** - * Model tests for CheckDepositRelationshipsAccountData - */ - @Test - public void testCheckDepositRelationshipsAccountData() { - // TODO: test CheckDepositRelationshipsAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsAccountTest.java b/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsAccountTest.java deleted file mode 100644 index b456803f..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsAccountTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import unit.java.sdk.model.CheckDepositRelationshipsAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositRelationshipsAccount - */ -public class CheckDepositRelationshipsAccountTest { - private final CheckDepositRelationshipsAccount model = new CheckDepositRelationshipsAccount(); - - /** - * Model tests for CheckDepositRelationshipsAccount - */ - @Test - public void testCheckDepositRelationshipsAccount() { - // TODO: test CheckDepositRelationshipsAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsTest.java deleted file mode 100644 index bcfc33eb..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositRelationshipsTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositRelationshipsAccount; -import unit.java.sdk.model.OrgRelationship; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransaction; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositRelationships - */ -public class CheckDepositRelationshipsTest { - private final CheckDepositRelationships model = new CheckDepositRelationships(); - - /** - * Model tests for CheckDepositRelationships - */ - @Test - public void testCheckDepositRelationships() { - // TODO: test CheckDepositRelationships - } - - /** - * Test the property 'org' - */ - @Test - public void orgTest() { - // TODO: test org - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'transaction' - */ - @Test - public void transactionTest() { - // TODO: test transaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositStatusTest.java b/src/test/java/unit/java/sdk/model/CheckDepositStatusTest.java deleted file mode 100644 index 5b32937c..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositStatus - */ -public class CheckDepositStatusTest { - /** - * Model tests for CheckDepositStatus - */ - @Test - public void testCheckDepositStatus() { - // TODO: test CheckDepositStatus - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositTest.java b/src/test/java/unit/java/sdk/model/CheckDepositTest.java deleted file mode 100644 index 45baf26a..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositAttributes; -import unit.java.sdk.model.CheckDepositRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDeposit - */ -public class CheckDepositTest { - private final CheckDeposit model = new CheckDeposit(); - - /** - * Model tests for CheckDeposit - */ - @Test - public void testCheckDeposit() { - // TODO: test CheckDeposit - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/CheckDepositTransactionAllOfAttributesTest.java deleted file mode 100644 index c68bc571..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositTransactionAllOfAttributes - */ -public class CheckDepositTransactionAllOfAttributesTest { - private final CheckDepositTransactionAllOfAttributes model = new CheckDepositTransactionAllOfAttributes(); - - /** - * Model tests for CheckDepositTransactionAllOfAttributes - */ - @Test - public void testCheckDepositTransactionAllOfAttributes() { - // TODO: test CheckDepositTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckDepositTransactionTest.java b/src/test/java/unit/java/sdk/model/CheckDepositTransactionTest.java deleted file mode 100644 index 177da8dc..00000000 --- a/src/test/java/unit/java/sdk/model/CheckDepositTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckDepositTransaction - */ -public class CheckDepositTransactionTest { - private final CheckDepositTransaction model = new CheckDepositTransaction(); - - /** - * Model tests for CheckDepositTransaction - */ - @Test - public void testCheckDepositTransaction() { - // TODO: test CheckDepositTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckPaymentAttributesCounterpartyTest.java b/src/test/java/unit/java/sdk/model/CheckPaymentAttributesCounterpartyTest.java deleted file mode 100644 index ca64fa86..00000000 --- a/src/test/java/unit/java/sdk/model/CheckPaymentAttributesCounterpartyTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckPaymentAttributesCounterparty - */ -public class CheckPaymentAttributesCounterpartyTest { - private final CheckPaymentAttributesCounterparty model = new CheckPaymentAttributesCounterparty(); - - /** - * Model tests for CheckPaymentAttributesCounterparty - */ - @Test - public void testCheckPaymentAttributesCounterparty() { - // TODO: test CheckPaymentAttributesCounterparty - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'counterpartyMoved' - */ - @Test - public void counterpartyMovedTest() { - // TODO: test counterpartyMoved - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CheckPaymentAttributesTest.java deleted file mode 100644 index 3de8d3a1..00000000 --- a/src/test/java/unit/java/sdk/model/CheckPaymentAttributesTest.java +++ /dev/null @@ -1,238 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.CheckPaymentAttributesCounterparty; -import unit.java.sdk.model.ReturnReason; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckPaymentAttributes - */ -public class CheckPaymentAttributesTest { - private final CheckPaymentAttributes model = new CheckPaymentAttributes(); - - /** - * Model tests for CheckPaymentAttributes - */ - @Test - public void testCheckPaymentAttributes() { - // TODO: test CheckPaymentAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'returnCutoffTime' - */ - @Test - public void returnCutoffTimeTest() { - // TODO: test returnCutoffTime - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'memo' - */ - @Test - public void memoTest() { - // TODO: test memo - } - - /** - * Test the property 'deliveryStatus' - */ - @Test - public void deliveryStatusTest() { - // TODO: test deliveryStatus - } - - /** - * Test the property 'sendAt' - */ - @Test - public void sendAtTest() { - // TODO: test sendAt - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'trackedAt' - */ - @Test - public void trackedAtTest() { - // TODO: test trackedAt - } - - /** - * Test the property 'postalCode' - */ - @Test - public void postalCodeTest() { - // TODO: test postalCode - } - - /** - * Test the property 'expectedDelivery' - */ - @Test - public void expectedDeliveryTest() { - // TODO: test expectedDelivery - } - - /** - * Test the property 'originated' - */ - @Test - public void originatedTest() { - // TODO: test originated - } - - /** - * Test the property 'expirationDate' - */ - @Test - public void expirationDateTest() { - // TODO: test expirationDate - } - - /** - * Test the property 'rejectReason' - */ - @Test - public void rejectReasonTest() { - // TODO: test rejectReason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'returnReason' - */ - @Test - public void returnReasonTest() { - // TODO: test returnReason - } - - /** - * Test the property 'pendingReviewReasons' - */ - @Test - public void pendingReviewReasonsTest() { - // TODO: test pendingReviewReasons - } - - /** - * Test the property 'checkNumber' - */ - @Test - public void checkNumberTest() { - // TODO: test checkNumber - } - - /** - * Test the property 'onUsAuxiliary' - */ - @Test - public void onUsAuxiliaryTest() { - // TODO: test onUsAuxiliary - } - - /** - * Test the property 'onUs' - */ - @Test - public void onUsTest() { - // TODO: test onUs - } - - /** - * Test the property 'counterpartyRoutingNumber' - */ - @Test - public void counterpartyRoutingNumberTest() { - // TODO: test counterpartyRoutingNumber - } - - /** - * Test the property 'additionalVerificationStatus' - */ - @Test - public void additionalVerificationStatusTest() { - // TODO: test additionalVerificationStatus - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckPaymentRelationshipTest.java b/src/test/java/unit/java/sdk/model/CheckPaymentRelationshipTest.java deleted file mode 100644 index a56e565b..00000000 --- a/src/test/java/unit/java/sdk/model/CheckPaymentRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PaymentRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckPaymentRelationship - */ -public class CheckPaymentRelationshipTest { - private final CheckPaymentRelationship model = new CheckPaymentRelationship(); - - /** - * Model tests for CheckPaymentRelationship - */ - @Test - public void testCheckPaymentRelationship() { - // TODO: test CheckPaymentRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckPaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CheckPaymentRelationshipsTest.java deleted file mode 100644 index 174aef5c..00000000 --- a/src/test/java/unit/java/sdk/model/CheckPaymentRelationshipsTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomersRelationship; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransaction; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsAccount; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckPaymentRelationships - */ -public class CheckPaymentRelationshipsTest { - private final CheckPaymentRelationships model = new CheckPaymentRelationships(); - - /** - * Model tests for CheckPaymentRelationships - */ - @Test - public void testCheckPaymentRelationships() { - // TODO: test CheckPaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'customers' - */ - @Test - public void customersTest() { - // TODO: test customers - } - - /** - * Test the property 'transaction' - */ - @Test - public void transactionTest() { - // TODO: test transaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckPaymentTest.java b/src/test/java/unit/java/sdk/model/CheckPaymentTest.java deleted file mode 100644 index 111397b6..00000000 --- a/src/test/java/unit/java/sdk/model/CheckPaymentTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckPaymentAttributes; -import unit.java.sdk.model.CheckPaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckPayment - */ -public class CheckPaymentTest { - private final CheckPayment model = new CheckPayment(); - - /** - * Model tests for CheckPayment - */ - @Test - public void testCheckPayment() { - // TODO: test CheckPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CheckPaymentTransactionTest.java b/src/test/java/unit/java/sdk/model/CheckPaymentTransactionTest.java deleted file mode 100644 index 32a15d38..00000000 --- a/src/test/java/unit/java/sdk/model/CheckPaymentTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CheckPaymentTransaction - */ -public class CheckPaymentTransactionTest { - private final CheckPaymentTransaction model = new CheckPaymentTransaction(); - - /** - * Model tests for CheckPaymentTransaction - */ - @Test - public void testCheckPaymentTransaction() { - // TODO: test CheckPaymentTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CloseAccountRequestAttributesTest.java b/src/test/java/unit/java/sdk/model/CloseAccountRequestAttributesTest.java deleted file mode 100644 index 50873aa5..00000000 --- a/src/test/java/unit/java/sdk/model/CloseAccountRequestAttributesTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CloseAccountRequestAttributes - */ -public class CloseAccountRequestAttributesTest { - private final CloseAccountRequestAttributes model = new CloseAccountRequestAttributes(); - - /** - * Model tests for CloseAccountRequestAttributes - */ - @Test - public void testCloseAccountRequestAttributes() { - // TODO: test CloseAccountRequestAttributes - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'fraudReason' - */ - @Test - public void fraudReasonTest() { - // TODO: test fraudReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/CloseAccountRequestTest.java b/src/test/java/unit/java/sdk/model/CloseAccountRequestTest.java deleted file mode 100644 index 55098278..00000000 --- a/src/test/java/unit/java/sdk/model/CloseAccountRequestTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CloseAccountRequest - */ -public class CloseAccountRequestTest { - private final CloseAccountRequest model = new CloseAccountRequest(); - - /** - * Model tests for CloseAccountRequest - */ - @Test - public void testCloseAccountRequest() { - // TODO: test CloseAccountRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ContactTest.java b/src/test/java/unit/java/sdk/model/ContactTest.java deleted file mode 100644 index 68b94278..00000000 --- a/src/test/java/unit/java/sdk/model/ContactTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Contact - */ -public class ContactTest { - private final Contact model = new Contact(); - - /** - * Model tests for Contact - */ - @Test - public void testContact() { - // TODO: test Contact - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - -} diff --git a/src/test/java/unit/java/sdk/model/CoordinatesTest.java b/src/test/java/unit/java/sdk/model/CoordinatesTest.java deleted file mode 100644 index 82f869a1..00000000 --- a/src/test/java/unit/java/sdk/model/CoordinatesTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Coordinates - */ -public class CoordinatesTest { - private final Coordinates model = new Coordinates(); - - /** - * Model tests for Coordinates - */ - @Test - public void testCoordinates() { - // TODO: test Coordinates - } - - /** - * Test the property 'longitude' - */ - @Test - public void longitudeTest() { - // TODO: test longitude - } - - /** - * Test the property 'latitude' - */ - @Test - public void latitudeTest() { - // TODO: test latitude - } - -} diff --git a/src/test/java/unit/java/sdk/model/Counterparty1AttributesTest.java b/src/test/java/unit/java/sdk/model/Counterparty1AttributesTest.java deleted file mode 100644 index 7163f201..00000000 --- a/src/test/java/unit/java/sdk/model/Counterparty1AttributesTest.java +++ /dev/null @@ -1,113 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Counterparty1Attributes - */ -public class Counterparty1AttributesTest { - private final Counterparty1Attributes model = new Counterparty1Attributes(); - - /** - * Model tests for Counterparty1Attributes - */ - @Test - public void testCounterparty1Attributes() { - // TODO: test Counterparty1Attributes - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'accountType' - */ - @Test - public void accountTypeTest() { - // TODO: test accountType - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'bank' - */ - @Test - public void bankTest() { - // TODO: test bank - } - - /** - * Test the property 'permissions' - */ - @Test - public void permissionsTest() { - // TODO: test permissions - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - -} diff --git a/src/test/java/unit/java/sdk/model/Counterparty1Test.java b/src/test/java/unit/java/sdk/model/Counterparty1Test.java deleted file mode 100644 index 49e599c5..00000000 --- a/src/test/java/unit/java/sdk/model/Counterparty1Test.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty1Attributes; -import unit.java.sdk.model.CounterpartyRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Counterparty1 - */ -public class Counterparty1Test { - private final Counterparty1 model = new Counterparty1(); - - /** - * Model tests for Counterparty1 - */ - @Test - public void testCounterparty1() { - // TODO: test Counterparty1 - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/Counterparty2Test.java b/src/test/java/unit/java/sdk/model/Counterparty2Test.java deleted file mode 100644 index 5a98f8f7..00000000 --- a/src/test/java/unit/java/sdk/model/Counterparty2Test.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Counterparty2 - */ -public class Counterparty2Test { - private final Counterparty2 model = new Counterparty2(); - - /** - * Model tests for Counterparty2 - */ - @Test - public void testCounterparty2() { - // TODO: test Counterparty2 - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationship1Test.java b/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationship1Test.java deleted file mode 100644 index 4c5111b4..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationship1Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RelationshipsAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyAccountRelationship1 - */ -public class CounterpartyAccountRelationship1Test { - private final CounterpartyAccountRelationship1 model = new CounterpartyAccountRelationship1(); - - /** - * Model tests for CounterpartyAccountRelationship1 - */ - @Test - public void testCounterpartyAccountRelationship1() { - // TODO: test CounterpartyAccountRelationship1 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationshipDataTest.java deleted file mode 100644 index 4d603c9d..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyAccountRelationshipData - */ -public class CounterpartyAccountRelationshipDataTest { - private final CounterpartyAccountRelationshipData model = new CounterpartyAccountRelationshipData(); - - /** - * Model tests for CounterpartyAccountRelationshipData - */ - @Test - public void testCounterpartyAccountRelationshipData() { - // TODO: test CounterpartyAccountRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationshipTest.java b/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationshipTest.java deleted file mode 100644 index 58f33b4a..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyAccountRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CounterpartyAccountRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyAccountRelationship - */ -public class CounterpartyAccountRelationshipTest { - private final CounterpartyAccountRelationship model = new CounterpartyAccountRelationship(); - - /** - * Model tests for CounterpartyAccountRelationship - */ - @Test - public void testCounterpartyAccountRelationship() { - // TODO: test CounterpartyAccountRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyBalanceAttributesTest.java b/src/test/java/unit/java/sdk/model/CounterpartyBalanceAttributesTest.java deleted file mode 100644 index 2b77c69e..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyBalanceAttributesTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyBalanceAttributes - */ -public class CounterpartyBalanceAttributesTest { - private final CounterpartyBalanceAttributes model = new CounterpartyBalanceAttributes(); - - /** - * Model tests for CounterpartyBalanceAttributes - */ - @Test - public void testCounterpartyBalanceAttributes() { - // TODO: test CounterpartyBalanceAttributes - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'available' - */ - @Test - public void availableTest() { - // TODO: test available - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsCounterpartyDataTest.java b/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsCounterpartyDataTest.java deleted file mode 100644 index 5f6932c9..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsCounterpartyDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyBalanceRelationshipsCounterpartyData - */ -public class CounterpartyBalanceRelationshipsCounterpartyDataTest { - private final CounterpartyBalanceRelationshipsCounterpartyData model = new CounterpartyBalanceRelationshipsCounterpartyData(); - - /** - * Model tests for CounterpartyBalanceRelationshipsCounterpartyData - */ - @Test - public void testCounterpartyBalanceRelationshipsCounterpartyData() { - // TODO: test CounterpartyBalanceRelationshipsCounterpartyData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsCounterpartyTest.java b/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsCounterpartyTest.java deleted file mode 100644 index 123c5910..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsCounterpartyTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CounterpartyBalanceRelationshipsCounterpartyData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyBalanceRelationshipsCounterparty - */ -public class CounterpartyBalanceRelationshipsCounterpartyTest { - private final CounterpartyBalanceRelationshipsCounterparty model = new CounterpartyBalanceRelationshipsCounterparty(); - - /** - * Model tests for CounterpartyBalanceRelationshipsCounterparty - */ - @Test - public void testCounterpartyBalanceRelationshipsCounterparty() { - // TODO: test CounterpartyBalanceRelationshipsCounterparty - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsTest.java deleted file mode 100644 index a4cb94ed..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyBalanceRelationshipsTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CounterpartyBalanceRelationshipsCounterparty; -import unit.java.sdk.model.RelationshipsCustomer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyBalanceRelationships - */ -public class CounterpartyBalanceRelationshipsTest { - private final CounterpartyBalanceRelationships model = new CounterpartyBalanceRelationships(); - - /** - * Model tests for CounterpartyBalanceRelationships - */ - @Test - public void testCounterpartyBalanceRelationships() { - // TODO: test CounterpartyBalanceRelationships - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyBalanceTest.java b/src/test/java/unit/java/sdk/model/CounterpartyBalanceTest.java deleted file mode 100644 index 830f8845..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyBalanceTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CounterpartyBalanceAttributes; -import unit.java.sdk.model.CounterpartyBalanceRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyBalance - */ -public class CounterpartyBalanceTest { - private final CounterpartyBalance model = new CounterpartyBalance(); - - /** - * Model tests for CounterpartyBalance - */ - @Test - public void testCounterpartyBalance() { - // TODO: test CounterpartyBalance - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyCustomerRelationshipTest.java b/src/test/java/unit/java/sdk/model/CounterpartyCustomerRelationshipTest.java deleted file mode 100644 index a9c28b56..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyCustomerRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RelationshipsCustomerData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyCustomerRelationship - */ -public class CounterpartyCustomerRelationshipTest { - private final CounterpartyCustomerRelationship model = new CounterpartyCustomerRelationship(); - - /** - * Model tests for CounterpartyCustomerRelationship - */ - @Test - public void testCounterpartyCustomerRelationship() { - // TODO: test CounterpartyCustomerRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/CounterpartyRelationshipDataTest.java deleted file mode 100644 index 971f9a3d..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyRelationshipData - */ -public class CounterpartyRelationshipDataTest { - private final CounterpartyRelationshipData model = new CounterpartyRelationshipData(); - - /** - * Model tests for CounterpartyRelationshipData - */ - @Test - public void testCounterpartyRelationshipData() { - // TODO: test CounterpartyRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyRelationshipTest.java b/src/test/java/unit/java/sdk/model/CounterpartyRelationshipTest.java deleted file mode 100644 index 798150f1..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CounterpartyRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyRelationship - */ -public class CounterpartyRelationshipTest { - private final CounterpartyRelationship model = new CounterpartyRelationship(); - - /** - * Model tests for CounterpartyRelationship - */ - @Test - public void testCounterpartyRelationship() { - // TODO: test CounterpartyRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CounterpartyRelationshipsTest.java deleted file mode 100644 index 1222d023..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RelationshipsCustomer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CounterpartyRelationships - */ -public class CounterpartyRelationshipsTest { - private final CounterpartyRelationships model = new CounterpartyRelationships(); - - /** - * Model tests for CounterpartyRelationships - */ - @Test - public void testCounterpartyRelationships() { - // TODO: test CounterpartyRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - -} diff --git a/src/test/java/unit/java/sdk/model/CounterpartyTest.java b/src/test/java/unit/java/sdk/model/CounterpartyTest.java deleted file mode 100644 index c6617bd0..00000000 --- a/src/test/java/unit/java/sdk/model/CounterpartyTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Counterparty - */ -public class CounterpartyTest { - private final Counterparty model = new Counterparty(); - - /** - * Model tests for Counterparty - */ - @Test - public void testCounterparty() { - // TODO: test Counterparty - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'accountType' - */ - @Test - public void accountTypeTest() { - // TODO: test accountType - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAccountDataTest.java b/src/test/java/unit/java/sdk/model/CreateAccountDataTest.java deleted file mode 100644 index 4febb56f..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAccountDataTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCreditAccount; -import unit.java.sdk.model.CreateDepositAccount; -import unit.java.sdk.model.CreateDepositAccountAttributes; -import unit.java.sdk.model.CreateDepositAccountRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAccountData - */ -public class CreateAccountDataTest { - private final CreateAccountData model = new CreateAccountData(); - - /** - * Model tests for CreateAccountData - */ - @Test - public void testCreateAccountData() { - // TODO: test CreateAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAccountTest.java b/src/test/java/unit/java/sdk/model/CreateAccountTest.java deleted file mode 100644 index af89e500..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAccount - */ -public class CreateAccountTest { - private final CreateAccount model = new CreateAccount(); - - /** - * Model tests for CreateAccount - */ - @Test - public void testCreateAccount() { - // TODO: test CreateAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchCounterpartyAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateAchCounterpartyAttributesTest.java deleted file mode 100644 index a343cf17..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchCounterpartyAttributesTest.java +++ /dev/null @@ -1,104 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchCounterpartyAttributes - */ -public class CreateAchCounterpartyAttributesTest { - private final CreateAchCounterpartyAttributes model = new CreateAchCounterpartyAttributes(); - - /** - * Model tests for CreateAchCounterpartyAttributes - */ - @Test - public void testCreateAchCounterpartyAttributes() { - // TODO: test CreateAchCounterpartyAttributes - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'accountType' - */ - @Test - public void accountTypeTest() { - // TODO: test accountType - } - - /** - * Test the property 'permissions' - */ - @Test - public void permissionsTest() { - // TODO: test permissions - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchCounterpartyTest.java b/src/test/java/unit/java/sdk/model/CreateAchCounterpartyTest.java deleted file mode 100644 index 827e696f..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchCounterpartyTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchCounterpartyAttributes; -import unit.java.sdk.model.CreateCounterpartyRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchCounterparty - */ -public class CreateAchCounterpartyTest { - private final CreateAchCounterparty model = new CreateAchCounterparty(); - - /** - * Model tests for CreateAchCounterparty - */ - @Test - public void testCreateAchCounterparty() { - // TODO: test CreateAchCounterparty - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentAttributesTest.java deleted file mode 100644 index 02042ada..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentAttributesTest.java +++ /dev/null @@ -1,113 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPaymentAttributes - */ -public class CreateAchPaymentAttributesTest { - private final CreateAchPaymentAttributes model = new CreateAchPaymentAttributes(); - - /** - * Model tests for CreateAchPaymentAttributes - */ - @Test - public void testCreateAchPaymentAttributes() { - // TODO: test CreateAchPaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyAttributesTest.java deleted file mode 100644 index 44989225..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyAttributesTest.java +++ /dev/null @@ -1,112 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPaymentCounterpartyAttributes - */ -public class CreateAchPaymentCounterpartyAttributesTest { - private final CreateAchPaymentCounterpartyAttributes model = new CreateAchPaymentCounterpartyAttributes(); - - /** - * Model tests for CreateAchPaymentCounterpartyAttributes - */ - @Test - public void testCreateAchPaymentCounterpartyAttributes() { - // TODO: test CreateAchPaymentCounterpartyAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'verifyCounterpartyBalance' - */ - @Test - public void verifyCounterpartyBalanceTest() { - // TODO: test verifyCounterpartyBalance - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyRelationshipsTest.java deleted file mode 100644 index debabc7f..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyRelationshipsTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationship; -import unit.java.sdk.model.CounterpartyRelationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPaymentCounterpartyRelationships - */ -public class CreateAchPaymentCounterpartyRelationshipsTest { - private final CreateAchPaymentCounterpartyRelationships model = new CreateAchPaymentCounterpartyRelationships(); - - /** - * Model tests for CreateAchPaymentCounterpartyRelationships - */ - @Test - public void testCreateAchPaymentCounterpartyRelationships() { - // TODO: test CreateAchPaymentCounterpartyRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyTest.java deleted file mode 100644 index cee9493d..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentCounterpartyTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentCounterpartyAttributes; -import unit.java.sdk.model.CreateAchPaymentCounterpartyRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPaymentCounterparty - */ -public class CreateAchPaymentCounterpartyTest { - private final CreateAchPaymentCounterparty model = new CreateAchPaymentCounterparty(); - - /** - * Model tests for CreateAchPaymentCounterparty - */ - @Test - public void testCreateAchPaymentCounterparty() { - // TODO: test CreateAchPaymentCounterparty - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentPlaidAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentPlaidAttributesTest.java deleted file mode 100644 index 9f33ac17..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentPlaidAttributesTest.java +++ /dev/null @@ -1,128 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPaymentPlaidAttributes - */ -public class CreateAchPaymentPlaidAttributesTest { - private final CreateAchPaymentPlaidAttributes model = new CreateAchPaymentPlaidAttributes(); - - /** - * Model tests for CreateAchPaymentPlaidAttributes - */ - @Test - public void testCreateAchPaymentPlaidAttributes() { - // TODO: test CreateAchPaymentPlaidAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'plaidProcessorToken' - */ - @Test - public void plaidProcessorTokenTest() { - // TODO: test plaidProcessorToken - } - - /** - * Test the property 'counterpartyName' - */ - @Test - public void counterpartyNameTest() { - // TODO: test counterpartyName - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - - /** - * Test the property 'verifyCounterpartyBalance' - */ - @Test - public void verifyCounterpartyBalanceTest() { - // TODO: test verifyCounterpartyBalance - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentPlaidTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentPlaidTest.java deleted file mode 100644 index a8fb2939..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentPlaidTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentPlaidAttributes; -import unit.java.sdk.model.CreateAchPaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPaymentPlaid - */ -public class CreateAchPaymentPlaidTest { - private final CreateAchPaymentPlaid model = new CreateAchPaymentPlaid(); - - /** - * Model tests for CreateAchPaymentPlaid - */ - @Test - public void testCreateAchPaymentPlaid() { - // TODO: test CreateAchPaymentPlaid - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentRelationshipsTest.java deleted file mode 100644 index ebedf4c0..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPaymentRelationships - */ -public class CreateAchPaymentRelationshipsTest { - private final CreateAchPaymentRelationships model = new CreateAchPaymentRelationships(); - - /** - * Model tests for CreateAchPaymentRelationships - */ - @Test - public void testCreateAchPaymentRelationships() { - // TODO: test CreateAchPaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateAchPaymentTest.java deleted file mode 100644 index b57b16d7..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchPaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentAttributes; -import unit.java.sdk.model.CreateAchPaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchPayment - */ -public class CreateAchPaymentTest { - private final CreateAchPayment model = new CreateAchPayment(); - - /** - * Model tests for CreateAchPayment - */ - @Test - public void testCreateAchPayment() { - // TODO: test CreateAchPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchRepaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateAchRepaymentAttributesTest.java deleted file mode 100644 index dd519bc2..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchRepaymentAttributesTest.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchRepaymentAttributes - */ -public class CreateAchRepaymentAttributesTest { - private final CreateAchRepaymentAttributes model = new CreateAchRepaymentAttributes(); - - /** - * Model tests for CreateAchRepaymentAttributes - */ - @Test - public void testCreateAchRepaymentAttributes() { - // TODO: test CreateAchRepaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchRepaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateAchRepaymentRelationshipsTest.java deleted file mode 100644 index 7e61c45f..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchRepaymentRelationshipsTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchRepaymentRelationships - */ -public class CreateAchRepaymentRelationshipsTest { - private final CreateAchRepaymentRelationships model = new CreateAchRepaymentRelationships(); - - /** - * Model tests for CreateAchRepaymentRelationships - */ - @Test - public void testCreateAchRepaymentRelationships() { - // TODO: test CreateAchRepaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'creditAccount' - */ - @Test - public void creditAccountTest() { - // TODO: test creditAccount - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateAchRepaymentTest.java b/src/test/java/unit/java/sdk/model/CreateAchRepaymentTest.java deleted file mode 100644 index 43ee0a2c..00000000 --- a/src/test/java/unit/java/sdk/model/CreateAchRepaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchRepaymentAttributes; -import unit.java.sdk.model.CreateAchRepaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateAchRepayment - */ -public class CreateAchRepaymentTest { - private final CreateAchRepayment model = new CreateAchRepayment(); - - /** - * Model tests for CreateAchRepayment - */ - @Test - public void testCreateAchRepayment() { - // TODO: test CreateAchRepayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApiTokenDataAttributesResourcesInnerTest.java b/src/test/java/unit/java/sdk/model/CreateApiTokenDataAttributesResourcesInnerTest.java deleted file mode 100644 index 53c455d6..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApiTokenDataAttributesResourcesInnerTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApiTokenDataAttributesResourcesInner - */ -public class CreateApiTokenDataAttributesResourcesInnerTest { - private final CreateApiTokenDataAttributesResourcesInner model = new CreateApiTokenDataAttributesResourcesInner(); - - /** - * Model tests for CreateApiTokenDataAttributesResourcesInner - */ - @Test - public void testCreateApiTokenDataAttributesResourcesInner() { - // TODO: test CreateApiTokenDataAttributesResourcesInner - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'ids' - */ - @Test - public void idsTest() { - // TODO: test ids - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApiTokenDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateApiTokenDataAttributesTest.java deleted file mode 100644 index bdb6fffd..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApiTokenDataAttributesTest.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.CreateApiTokenDataAttributesResourcesInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApiTokenDataAttributes - */ -public class CreateApiTokenDataAttributesTest { - private final CreateApiTokenDataAttributes model = new CreateApiTokenDataAttributes(); - - /** - * Model tests for CreateApiTokenDataAttributes - */ - @Test - public void testCreateApiTokenDataAttributes() { - // TODO: test CreateApiTokenDataAttributes - } - - /** - * Test the property 'scope' - */ - @Test - public void scopeTest() { - // TODO: test scope - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'expiration' - */ - @Test - public void expirationTest() { - // TODO: test expiration - } - - /** - * Test the property 'sourceIp' - */ - @Test - public void sourceIpTest() { - // TODO: test sourceIp - } - - /** - * Test the property 'resources' - */ - @Test - public void resourcesTest() { - // TODO: test resources - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApiTokenDataTest.java b/src/test/java/unit/java/sdk/model/CreateApiTokenDataTest.java deleted file mode 100644 index 5573473e..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApiTokenDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateApiTokenDataAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApiTokenData - */ -public class CreateApiTokenDataTest { - private final CreateApiTokenData model = new CreateApiTokenData(); - - /** - * Model tests for CreateApiTokenData - */ - @Test - public void testCreateApiTokenData() { - // TODO: test CreateApiTokenData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApiTokenTest.java b/src/test/java/unit/java/sdk/model/CreateApiTokenTest.java deleted file mode 100644 index 27e2570e..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApiTokenTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateApiTokenData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApiToken - */ -public class CreateApiTokenTest { - private final CreateApiToken model = new CreateApiToken(); - - /** - * Model tests for CreateApiToken - */ - @Test - public void testCreateApiToken() { - // TODO: test CreateApiToken - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApplicationDataTest.java b/src/test/java/unit/java/sdk/model/CreateApplicationDataTest.java deleted file mode 100644 index 75795557..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApplicationDataTest.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBusinessApplication; -import unit.java.sdk.model.CreateIndividualApplication; -import unit.java.sdk.model.CreateSoleProprietorApplication; -import unit.java.sdk.model.CreateTrustApplication; -import unit.java.sdk.model.CreateTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApplicationData - */ -public class CreateApplicationDataTest { - private final CreateApplicationData model = new CreateApplicationData(); - - /** - * Model tests for CreateApplicationData - */ - @Test - public void testCreateApplicationData() { - // TODO: test CreateApplicationData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApplicationFormDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateApplicationFormDataAttributesTest.java deleted file mode 100644 index e479327e..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApplicationFormDataAttributesTest.java +++ /dev/null @@ -1,101 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationFormPrefill; -import unit.java.sdk.model.ApplicationFormSettingsOverride; -import unit.java.sdk.model.RequireIdVerification; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApplicationFormDataAttributes - */ -public class CreateApplicationFormDataAttributesTest { - private final CreateApplicationFormDataAttributes model = new CreateApplicationFormDataAttributes(); - - /** - * Model tests for CreateApplicationFormDataAttributes - */ - @Test - public void testCreateApplicationFormDataAttributes() { - // TODO: test CreateApplicationFormDataAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'applicantDetails' - */ - @Test - public void applicantDetailsTest() { - // TODO: test applicantDetails - } - - /** - * Test the property 'settingsOverride' - */ - @Test - public void settingsOverrideTest() { - // TODO: test settingsOverride - } - - /** - * Test the property 'requireIdVerification' - */ - @Test - public void requireIdVerificationTest() { - // TODO: test requireIdVerification - } - - /** - * Test the property 'allowedApplicationTypes' - */ - @Test - public void allowedApplicationTypesTest() { - // TODO: test allowedApplicationTypes - } - - /** - * Test the property 'lang' - */ - @Test - public void langTest() { - // TODO: test lang - } - - /** - * Test the property 'hideApplicationProgressTracker' - */ - @Test - public void hideApplicationProgressTrackerTest() { - // TODO: test hideApplicationProgressTracker - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApplicationFormDataTest.java b/src/test/java/unit/java/sdk/model/CreateApplicationFormDataTest.java deleted file mode 100644 index 4bad4e80..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApplicationFormDataTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateApplicationFormDataAttributes; -import unit.java.sdk.model.CreateApplicationFormRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApplicationFormData - */ -public class CreateApplicationFormDataTest { - private final CreateApplicationFormData model = new CreateApplicationFormData(); - - /** - * Model tests for CreateApplicationFormData - */ - @Test - public void testCreateApplicationFormData() { - // TODO: test CreateApplicationFormData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApplicationFormRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateApplicationFormRelationshipsTest.java deleted file mode 100644 index 4a6c5ebe..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApplicationFormRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApplicationFormRelationships - */ -public class CreateApplicationFormRelationshipsTest { - private final CreateApplicationFormRelationships model = new CreateApplicationFormRelationships(); - - /** - * Model tests for CreateApplicationFormRelationships - */ - @Test - public void testCreateApplicationFormRelationships() { - // TODO: test CreateApplicationFormRelationships - } - - /** - * Test the property 'application' - */ - @Test - public void applicationTest() { - // TODO: test application - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApplicationFormTest.java b/src/test/java/unit/java/sdk/model/CreateApplicationFormTest.java deleted file mode 100644 index 95be5a5c..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApplicationFormTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateApplicationFormData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApplicationForm - */ -public class CreateApplicationFormTest { - private final CreateApplicationForm model = new CreateApplicationForm(); - - /** - * Model tests for CreateApplicationForm - */ - @Test - public void testCreateApplicationForm() { - // TODO: test CreateApplicationForm - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateApplicationTest.java b/src/test/java/unit/java/sdk/model/CreateApplicationTest.java deleted file mode 100644 index 12d9bb66..00000000 --- a/src/test/java/unit/java/sdk/model/CreateApplicationTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateApplicationData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateApplication - */ -public class CreateApplicationTest { - private final CreateApplication model = new CreateApplication(); - - /** - * Model tests for CreateApplication - */ - @Test - public void testCreateApplication() { - // TODO: test CreateApplication - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBeneficialOwnerTest.java b/src/test/java/unit/java/sdk/model/CreateBeneficialOwnerTest.java deleted file mode 100644 index 2d3ce6a3..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBeneficialOwnerTest.java +++ /dev/null @@ -1,160 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.EvaluationParams; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.SourceOfIncome; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBeneficialOwner - */ -public class CreateBeneficialOwnerTest { - private final CreateBeneficialOwner model = new CreateBeneficialOwner(); - - /** - * Model tests for CreateBeneficialOwner - */ - @Test - public void testCreateBeneficialOwner() { - // TODO: test CreateBeneficialOwner - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'percentage' - */ - @Test - public void percentageTest() { - // TODO: test percentage - } - - /** - * Test the property 'evaluationParams' - */ - @Test - public void evaluationParamsTest() { - // TODO: test evaluationParams - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBillPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateBillPaymentAttributesTest.java deleted file mode 100644 index 91996639..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBillPaymentAttributesTest.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.FullName; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBillPaymentAttributes - */ -public class CreateBillPaymentAttributesTest { - private final CreateBillPaymentAttributes model = new CreateBillPaymentAttributes(); - - /** - * Model tests for CreateBillPaymentAttributes - */ - @Test - public void testCreateBillPaymentAttributes() { - // TODO: test CreateBillPaymentAttributes - } - - /** - * Test the property 'billerId' - */ - @Test - public void billerIdTest() { - // TODO: test billerId - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBillPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateBillPaymentTest.java deleted file mode 100644 index 2a7acf0f..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBillPaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentRelationships; -import unit.java.sdk.model.CreateBillPaymentAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBillPayment - */ -public class CreateBillPaymentTest { - private final CreateBillPayment model = new CreateBillPayment(); - - /** - * Model tests for CreateBillPayment - */ - @Test - public void testCreateBillPayment() { - // TODO: test CreateBillPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBookPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateBookPaymentAttributesTest.java deleted file mode 100644 index 575ae9b6..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBookPaymentAttributesTest.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBookPaymentAttributes - */ -public class CreateBookPaymentAttributesTest { - private final CreateBookPaymentAttributes model = new CreateBookPaymentAttributes(); - - /** - * Model tests for CreateBookPaymentAttributes - */ - @Test - public void testCreateBookPaymentAttributes() { - // TODO: test CreateBookPaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'transactionSummaryOverride' - */ - @Test - public void transactionSummaryOverrideTest() { - // TODO: test transactionSummaryOverride - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBookPaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateBookPaymentRelationshipsTest.java deleted file mode 100644 index 02b0332e..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBookPaymentRelationshipsTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationship; -import unit.java.sdk.model.CounterpartyAccountRelationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBookPaymentRelationships - */ -public class CreateBookPaymentRelationshipsTest { - private final CreateBookPaymentRelationships model = new CreateBookPaymentRelationships(); - - /** - * Model tests for CreateBookPaymentRelationships - */ - @Test - public void testCreateBookPaymentRelationships() { - // TODO: test CreateBookPaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'counterpartyAccount' - */ - @Test - public void counterpartyAccountTest() { - // TODO: test counterpartyAccount - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBookPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateBookPaymentTest.java deleted file mode 100644 index 9e2b8dbd..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBookPaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBookPaymentAttributes; -import unit.java.sdk.model.CreateBookPaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBookPayment - */ -public class CreateBookPaymentTest { - private final CreateBookPayment model = new CreateBookPayment(); - - /** - * Model tests for CreateBookPayment - */ - @Test - public void testCreateBookPayment() { - // TODO: test CreateBookPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBookRepaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateBookRepaymentAttributesTest.java deleted file mode 100644 index 515a9364..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBookRepaymentAttributesTest.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBookRepaymentAttributes - */ -public class CreateBookRepaymentAttributesTest { - private final CreateBookRepaymentAttributes model = new CreateBookRepaymentAttributes(); - - /** - * Model tests for CreateBookRepaymentAttributes - */ - @Test - public void testCreateBookRepaymentAttributes() { - // TODO: test CreateBookRepaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'transactionSummaryOverride' - */ - @Test - public void transactionSummaryOverrideTest() { - // TODO: test transactionSummaryOverride - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBookRepaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateBookRepaymentRelationshipsTest.java deleted file mode 100644 index 1e5b5891..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBookRepaymentRelationshipsTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBookRepaymentRelationships - */ -public class CreateBookRepaymentRelationshipsTest { - private final CreateBookRepaymentRelationships model = new CreateBookRepaymentRelationships(); - - /** - * Model tests for CreateBookRepaymentRelationships - */ - @Test - public void testCreateBookRepaymentRelationships() { - // TODO: test CreateBookRepaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'creditAccount' - */ - @Test - public void creditAccountTest() { - // TODO: test creditAccount - } - - /** - * Test the property 'counterpartyAccount' - */ - @Test - public void counterpartyAccountTest() { - // TODO: test counterpartyAccount - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBookRepaymentTest.java b/src/test/java/unit/java/sdk/model/CreateBookRepaymentTest.java deleted file mode 100644 index b9805a9b..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBookRepaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBookRepaymentAttributes; -import unit.java.sdk.model.CreateBookRepaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBookRepayment - */ -public class CreateBookRepaymentTest { - private final CreateBookRepayment model = new CreateBookRepayment(); - - /** - * Model tests for CreateBookRepayment - */ - @Test - public void testCreateBookRepayment() { - // TODO: test CreateBookRepayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessApplicationAttributesTest.java deleted file mode 100644 index a3de8841..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessApplicationAttributesTest.java +++ /dev/null @@ -1,255 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.BusinessAnnualRevenue; -import unit.java.sdk.model.BusinessNumberOfEmployees; -import unit.java.sdk.model.BusinessVertical; -import unit.java.sdk.model.CashFlow; -import unit.java.sdk.model.Contact; -import unit.java.sdk.model.CreateBeneficialOwner; -import unit.java.sdk.model.CreateOfficer; -import unit.java.sdk.model.DeviceFingerprint; -import unit.java.sdk.model.EntityType; -import unit.java.sdk.model.Industry; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessApplicationAttributes - */ -public class CreateBusinessApplicationAttributesTest { - private final CreateBusinessApplicationAttributes model = new CreateBusinessApplicationAttributes(); - - /** - * Model tests for CreateBusinessApplicationAttributes - */ - @Test - public void testCreateBusinessApplicationAttributes() { - // TODO: test CreateBusinessApplicationAttributes - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'entityType' - */ - @Test - public void entityTypeTest() { - // TODO: test entityType - } - - /** - * Test the property 'dateOfIncorporation' - */ - @Test - public void dateOfIncorporationTest() { - // TODO: test dateOfIncorporation - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'purpose' - */ - @Test - public void purposeTest() { - // TODO: test purpose - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'officer' - */ - @Test - public void officerTest() { - // TODO: test officer - } - - /** - * Test the property 'ip' - */ - @Test - public void ipTest() { - // TODO: test ip - } - - /** - * Test the property 'website' - */ - @Test - public void websiteTest() { - // TODO: test website - } - - /** - * Test the property 'beneficialOwners' - */ - @Test - public void beneficialOwnersTest() { - // TODO: test beneficialOwners - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'deviceFingerprints' - */ - @Test - public void deviceFingerprintsTest() { - // TODO: test deviceFingerprints - } - - /** - * Test the property 'industry' - */ - @Test - public void industryTest() { - // TODO: test industry - } - - /** - * Test the property 'annualRevenue' - */ - @Test - public void annualRevenueTest() { - // TODO: test annualRevenue - } - - /** - * Test the property 'numberOfEmployees' - */ - @Test - public void numberOfEmployeesTest() { - // TODO: test numberOfEmployees - } - - /** - * Test the property 'cashFlow' - */ - @Test - public void cashFlowTest() { - // TODO: test cashFlow - } - - /** - * Test the property 'yearOfIncorporation' - */ - @Test - public void yearOfIncorporationTest() { - // TODO: test yearOfIncorporation - } - - /** - * Test the property 'countriesOfOperation' - */ - @Test - public void countriesOfOperationTest() { - // TODO: test countriesOfOperation - } - - /** - * Test the property 'stockSymbol' - */ - @Test - public void stockSymbolTest() { - // TODO: test stockSymbol - } - - /** - * Test the property 'businessVertical' - */ - @Test - public void businessVerticalTest() { - // TODO: test businessVertical - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessApplicationTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessApplicationTest.java deleted file mode 100644 index 4c4d0ab7..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBusinessApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessApplication - */ -public class CreateBusinessApplicationTest { - private final CreateBusinessApplication model = new CreateBusinessApplication(); - - /** - * Model tests for CreateBusinessApplication - */ - @Test - public void testCreateBusinessApplication() { - // TODO: test CreateBusinessApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessCreditCardTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessCreditCardTest.java deleted file mode 100644 index 8a701744..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessCreditCardTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBusinessDebitCardAttributes; -import unit.java.sdk.model.CreateCardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessCreditCard - */ -public class CreateBusinessCreditCardTest { - private final CreateBusinessCreditCard model = new CreateBusinessCreditCard(); - - /** - * Model tests for CreateBusinessCreditCard - */ - @Test - public void testCreateBusinessCreditCard() { - // TODO: test CreateBusinessCreditCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessDebitCardAttributesTest.java deleted file mode 100644 index b1dbc9dd..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessDebitCardAttributesTest.java +++ /dev/null @@ -1,181 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.CardLevelLimits; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessDebitCardAttributes - */ -public class CreateBusinessDebitCardAttributesTest { - private final CreateBusinessDebitCardAttributes model = new CreateBusinessDebitCardAttributes(); - - /** - * Model tests for CreateBusinessDebitCardAttributes - */ - @Test - public void testCreateBusinessDebitCardAttributes() { - // TODO: test CreateBusinessDebitCardAttributes - } - - /** - * Test the property 'shippingAddress' - */ - @Test - public void shippingAddressTest() { - // TODO: test shippingAddress - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'design' - */ - @Test - public void designTest() { - // TODO: test design - } - - /** - * Test the property 'additionalEmbossedText' - */ - @Test - public void additionalEmbossedTextTest() { - // TODO: test additionalEmbossedText - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'activeForOnlineUse' - */ - @Test - public void activeForOnlineUseTest() { - // TODO: test activeForOnlineUse - } - - /** - * Test the property 'printOnlyBusinessName' - */ - @Test - public void printOnlyBusinessNameTest() { - // TODO: test printOnlyBusinessName - } - - /** - * Test the property 'expiryDate' - */ - @Test - public void expiryDateTest() { - // TODO: test expiryDate - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessDebitCardTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessDebitCardTest.java deleted file mode 100644 index d9711739..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessDebitCardTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBusinessDebitCardAttributes; -import unit.java.sdk.model.CreateCardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessDebitCard - */ -public class CreateBusinessDebitCardTest { - private final CreateBusinessDebitCard model = new CreateBusinessDebitCard(); - - /** - * Model tests for CreateBusinessDebitCard - */ - @Test - public void testCreateBusinessDebitCard() { - // TODO: test CreateBusinessDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessVirtualCreditCardTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessVirtualCreditCardTest.java deleted file mode 100644 index 244fe996..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessVirtualCreditCardTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBusinessVirtualDebitCardAttributes; -import unit.java.sdk.model.CreateCardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessVirtualCreditCard - */ -public class CreateBusinessVirtualCreditCardTest { - private final CreateBusinessVirtualCreditCard model = new CreateBusinessVirtualCreditCard(); - - /** - * Model tests for CreateBusinessVirtualCreditCard - */ - @Test - public void testCreateBusinessVirtualCreditCard() { - // TODO: test CreateBusinessVirtualCreditCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessVirtualDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessVirtualDebitCardAttributesTest.java deleted file mode 100644 index f824c2c8..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessVirtualDebitCardAttributesTest.java +++ /dev/null @@ -1,141 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.CardLevelLimits; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessVirtualDebitCardAttributes - */ -public class CreateBusinessVirtualDebitCardAttributesTest { - private final CreateBusinessVirtualDebitCardAttributes model = new CreateBusinessVirtualDebitCardAttributes(); - - /** - * Model tests for CreateBusinessVirtualDebitCardAttributes - */ - @Test - public void testCreateBusinessVirtualDebitCardAttributes() { - // TODO: test CreateBusinessVirtualDebitCardAttributes - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'expiryDate' - */ - @Test - public void expiryDateTest() { - // TODO: test expiryDate - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateBusinessVirtualDebitCardTest.java b/src/test/java/unit/java/sdk/model/CreateBusinessVirtualDebitCardTest.java deleted file mode 100644 index 59c2bb3c..00000000 --- a/src/test/java/unit/java/sdk/model/CreateBusinessVirtualDebitCardTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBusinessVirtualDebitCardAttributes; -import unit.java.sdk.model.CreateCardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateBusinessVirtualDebitCard - */ -public class CreateBusinessVirtualDebitCardTest { - private final CreateBusinessVirtualDebitCard model = new CreateBusinessVirtualDebitCard(); - - /** - * Model tests for CreateBusinessVirtualDebitCard - */ - @Test - public void testCreateBusinessVirtualDebitCard() { - // TODO: test CreateBusinessVirtualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCardDataTest.java b/src/test/java/unit/java/sdk/model/CreateCardDataTest.java deleted file mode 100644 index 7705f6ee..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCardDataTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBusinessCreditCard; -import unit.java.sdk.model.CreateBusinessDebitCard; -import unit.java.sdk.model.CreateBusinessVirtualCreditCard; -import unit.java.sdk.model.CreateBusinessVirtualDebitCard; -import unit.java.sdk.model.CreateBusinessVirtualDebitCardAttributes; -import unit.java.sdk.model.CreateCardRelationships; -import unit.java.sdk.model.CreateIndividualDebitCard; -import unit.java.sdk.model.CreateIndividualVirtualDebitCard; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCardData - */ -public class CreateCardDataTest { - private final CreateCardData model = new CreateCardData(); - - /** - * Model tests for CreateCardData - */ - @Test - public void testCreateCardData() { - // TODO: test CreateCardData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCardRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateCardRelationshipsTest.java deleted file mode 100644 index 24ea3edd..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCardRelationshipsTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCardRelationships - */ -public class CreateCardRelationshipsTest { - private final CreateCardRelationships model = new CreateCardRelationships(); - - /** - * Model tests for CreateCardRelationships - */ - @Test - public void testCreateCardRelationships() { - // TODO: test CreateCardRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'defaultFundingAccount' - */ - @Test - public void defaultFundingAccountTest() { - // TODO: test defaultFundingAccount - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCardTest.java b/src/test/java/unit/java/sdk/model/CreateCardTest.java deleted file mode 100644 index 40878022..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCardTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCardData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCard - */ -public class CreateCardTest { - private final CreateCard model = new CreateCard(); - - /** - * Model tests for CreateCard - */ - @Test - public void testCreateCard() { - // TODO: test CreateCard - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCheckDepositDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateCheckDepositDataAttributesTest.java deleted file mode 100644 index 5339e429..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCheckDepositDataAttributesTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCheckDepositDataAttributes - */ -public class CreateCheckDepositDataAttributesTest { - private final CreateCheckDepositDataAttributes model = new CreateCheckDepositDataAttributes(); - - /** - * Model tests for CreateCheckDepositDataAttributes - */ - @Test - public void testCreateCheckDepositDataAttributes() { - // TODO: test CreateCheckDepositDataAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCheckDepositDataTest.java b/src/test/java/unit/java/sdk/model/CreateCheckDepositDataTest.java deleted file mode 100644 index b0f41463..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCheckDepositDataTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCheckDepositDataAttributes; -import unit.java.sdk.model.CreateCheckDepositRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCheckDepositData - */ -public class CreateCheckDepositDataTest { - private final CreateCheckDepositData model = new CreateCheckDepositData(); - - /** - * Model tests for CreateCheckDepositData - */ - @Test - public void testCreateCheckDepositData() { - // TODO: test CreateCheckDepositData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCheckDepositRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateCheckDepositRelationshipsTest.java deleted file mode 100644 index ed40896c..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCheckDepositRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCheckDepositRelationships - */ -public class CreateCheckDepositRelationshipsTest { - private final CreateCheckDepositRelationships model = new CreateCheckDepositRelationships(); - - /** - * Model tests for CreateCheckDepositRelationships - */ - @Test - public void testCreateCheckDepositRelationships() { - // TODO: test CreateCheckDepositRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCheckDepositTest.java b/src/test/java/unit/java/sdk/model/CreateCheckDepositTest.java deleted file mode 100644 index 56cb6dbb..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCheckDepositTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCheckDepositData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCheckDeposit - */ -public class CreateCheckDepositTest { - private final CreateCheckDeposit model = new CreateCheckDeposit(); - - /** - * Model tests for CreateCheckDeposit - */ - @Test - public void testCreateCheckDeposit() { - // TODO: test CreateCheckDeposit - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCheckPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateCheckPaymentTest.java deleted file mode 100644 index 8e72dd32..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCheckPaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCheckPayment - */ -public class CreateCheckPaymentTest { - private final CreateCheckPayment model = new CreateCheckPayment(); - - /** - * Model tests for CreateCheckPayment - */ - @Test - public void testCreateCheckPayment() { - // TODO: test CreateCheckPayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCounterpartyDataTest.java b/src/test/java/unit/java/sdk/model/CreateCounterpartyDataTest.java deleted file mode 100644 index de41b8b8..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCounterpartyDataTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchCounterparty; -import unit.java.sdk.model.CreateCounterpartyRelationships; -import unit.java.sdk.model.CreatePlaidCounterparty; -import unit.java.sdk.model.CreatePlaidCounterpartyAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCounterpartyData - */ -public class CreateCounterpartyDataTest { - private final CreateCounterpartyData model = new CreateCounterpartyData(); - - /** - * Model tests for CreateCounterpartyData - */ - @Test - public void testCreateCounterpartyData() { - // TODO: test CreateCounterpartyData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCounterpartyRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateCounterpartyRelationshipsTest.java deleted file mode 100644 index 13912a60..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCounterpartyRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCounterpartyRelationships - */ -public class CreateCounterpartyRelationshipsTest { - private final CreateCounterpartyRelationships model = new CreateCounterpartyRelationships(); - - /** - * Model tests for CreateCounterpartyRelationships - */ - @Test - public void testCreateCounterpartyRelationships() { - // TODO: test CreateCounterpartyRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCounterpartyTest.java b/src/test/java/unit/java/sdk/model/CreateCounterpartyTest.java deleted file mode 100644 index 3e35d259..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCounterpartyTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCounterpartyData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCounterparty - */ -public class CreateCounterpartyTest { - private final CreateCounterparty model = new CreateCounterparty(); - - /** - * Model tests for CreateCounterparty - */ - @Test - public void testCreateCounterparty() { - // TODO: test CreateCounterparty - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCreditAccountAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateCreditAccountAttributesTest.java deleted file mode 100644 index c99dad2a..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCreditAccountAttributesTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCreditAccountAttributes - */ -public class CreateCreditAccountAttributesTest { - private final CreateCreditAccountAttributes model = new CreateCreditAccountAttributes(); - - /** - * Model tests for CreateCreditAccountAttributes - */ - @Test - public void testCreateCreditAccountAttributes() { - // TODO: test CreateCreditAccountAttributes - } - - /** - * Test the property 'creditTerms' - */ - @Test - public void creditTermsTest() { - // TODO: test creditTerms - } - - /** - * Test the property 'creditLimit' - */ - @Test - public void creditLimitTest() { - // TODO: test creditLimit - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCreditAccountRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateCreditAccountRelationshipsTest.java deleted file mode 100644 index f15ff963..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCreditAccountRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomerLinkage; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCreditAccountRelationships - */ -public class CreateCreditAccountRelationshipsTest { - private final CreateCreditAccountRelationships model = new CreateCreditAccountRelationships(); - - /** - * Model tests for CreateCreditAccountRelationships - */ - @Test - public void testCreateCreditAccountRelationships() { - // TODO: test CreateCreditAccountRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCreditAccountTest.java b/src/test/java/unit/java/sdk/model/CreateCreditAccountTest.java deleted file mode 100644 index dc733c8e..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCreditAccountTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCreditAccountAttributes; -import unit.java.sdk.model.CreateCreditAccountRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCreditAccount - */ -public class CreateCreditAccountTest { - private final CreateCreditAccount model = new CreateCreditAccount(); - - /** - * Model tests for CreateCreditAccount - */ - @Test - public void testCreateCreditAccount() { - // TODO: test CreateCreditAccount - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCustomerTokenDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateCustomerTokenDataAttributesTest.java deleted file mode 100644 index b8659e79..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCustomerTokenDataAttributesTest.java +++ /dev/null @@ -1,99 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.CreateApiTokenDataAttributesResourcesInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCustomerTokenDataAttributes - */ -public class CreateCustomerTokenDataAttributesTest { - private final CreateCustomerTokenDataAttributes model = new CreateCustomerTokenDataAttributes(); - - /** - * Model tests for CreateCustomerTokenDataAttributes - */ - @Test - public void testCreateCustomerTokenDataAttributes() { - // TODO: test CreateCustomerTokenDataAttributes - } - - /** - * Test the property 'scope' - */ - @Test - public void scopeTest() { - // TODO: test scope - } - - /** - * Test the property 'verificationToken' - */ - @Test - public void verificationTokenTest() { - // TODO: test verificationToken - } - - /** - * Test the property 'jwtToken' - */ - @Test - public void jwtTokenTest() { - // TODO: test jwtToken - } - - /** - * Test the property 'expiresIn' - */ - @Test - public void expiresInTest() { - // TODO: test expiresIn - } - - /** - * Test the property 'verificationCode' - */ - @Test - public void verificationCodeTest() { - // TODO: test verificationCode - } - - /** - * Test the property 'resources' - */ - @Test - public void resourcesTest() { - // TODO: test resources - } - - /** - * Test the property 'upgradableScope' - */ - @Test - public void upgradableScopeTest() { - // TODO: test upgradableScope - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCustomerTokenDataTest.java b/src/test/java/unit/java/sdk/model/CreateCustomerTokenDataTest.java deleted file mode 100644 index c1b53197..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCustomerTokenDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCustomerTokenDataAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCustomerTokenData - */ -public class CreateCustomerTokenDataTest { - private final CreateCustomerTokenData model = new CreateCustomerTokenData(); - - /** - * Model tests for CreateCustomerTokenData - */ - @Test - public void testCreateCustomerTokenData() { - // TODO: test CreateCustomerTokenData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCustomerTokenTest.java b/src/test/java/unit/java/sdk/model/CreateCustomerTokenTest.java deleted file mode 100644 index bf964afc..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCustomerTokenTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCustomerTokenData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCustomerToken - */ -public class CreateCustomerTokenTest { - private final CreateCustomerToken model = new CreateCustomerToken(); - - /** - * Model tests for CreateCustomerToken - */ - @Test - public void testCreateCustomerToken() { - // TODO: test CreateCustomerToken - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationDataAttributesTest.java deleted file mode 100644 index 792842c6..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationDataAttributesTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCustomerTokenVerificationDataAttributes - */ -public class CreateCustomerTokenVerificationDataAttributesTest { - private final CreateCustomerTokenVerificationDataAttributes model = new CreateCustomerTokenVerificationDataAttributes(); - - /** - * Model tests for CreateCustomerTokenVerificationDataAttributes - */ - @Test - public void testCreateCustomerTokenVerificationDataAttributes() { - // TODO: test CreateCustomerTokenVerificationDataAttributes - } - - /** - * Test the property 'channel' - */ - @Test - public void channelTest() { - // TODO: test channel - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'appHash' - */ - @Test - public void appHashTest() { - // TODO: test appHash - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationDataTest.java b/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationDataTest.java deleted file mode 100644 index 0a23ea38..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCustomerTokenVerificationDataAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCustomerTokenVerificationData - */ -public class CreateCustomerTokenVerificationDataTest { - private final CreateCustomerTokenVerificationData model = new CreateCustomerTokenVerificationData(); - - /** - * Model tests for CreateCustomerTokenVerificationData - */ - @Test - public void testCreateCustomerTokenVerificationData() { - // TODO: test CreateCustomerTokenVerificationData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationTest.java b/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationTest.java deleted file mode 100644 index 07b9cef8..00000000 --- a/src/test/java/unit/java/sdk/model/CreateCustomerTokenVerificationTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCustomerTokenVerificationData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateCustomerTokenVerification - */ -public class CreateCustomerTokenVerificationTest { - private final CreateCustomerTokenVerification model = new CreateCustomerTokenVerification(); - - /** - * Model tests for CreateCustomerTokenVerification - */ - @Test - public void testCreateCustomerTokenVerification() { - // TODO: test CreateCustomerTokenVerification - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateDepositAccountAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateDepositAccountAttributesTest.java deleted file mode 100644 index 449f9fe6..00000000 --- a/src/test/java/unit/java/sdk/model/CreateDepositAccountAttributesTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateDepositAccountAttributes - */ -public class CreateDepositAccountAttributesTest { - private final CreateDepositAccountAttributes model = new CreateDepositAccountAttributes(); - - /** - * Model tests for CreateDepositAccountAttributes - */ - @Test - public void testCreateDepositAccountAttributes() { - // TODO: test CreateDepositAccountAttributes - } - - /** - * Test the property 'depositProduct' - */ - @Test - public void depositProductTest() { - // TODO: test depositProduct - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateDepositAccountRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateDepositAccountRelationshipsTest.java deleted file mode 100644 index aeede858..00000000 --- a/src/test/java/unit/java/sdk/model/CreateDepositAccountRelationshipsTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomerLinkage; -import unit.java.sdk.model.CustomersRelationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateDepositAccountRelationships - */ -public class CreateDepositAccountRelationshipsTest { - private final CreateDepositAccountRelationships model = new CreateDepositAccountRelationships(); - - /** - * Model tests for CreateDepositAccountRelationships - */ - @Test - public void testCreateDepositAccountRelationships() { - // TODO: test CreateDepositAccountRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'customers' - */ - @Test - public void customersTest() { - // TODO: test customers - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateDepositAccountTest.java b/src/test/java/unit/java/sdk/model/CreateDepositAccountTest.java deleted file mode 100644 index 024ff09e..00000000 --- a/src/test/java/unit/java/sdk/model/CreateDepositAccountTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateDepositAccountAttributes; -import unit.java.sdk.model.CreateDepositAccountRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateDepositAccount - */ -public class CreateDepositAccountTest { - private final CreateDepositAccount model = new CreateDepositAccount(); - - /** - * Model tests for CreateDepositAccount - */ - @Test - public void testCreateDepositAccount() { - // TODO: test CreateDepositAccount - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateIndividualApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateIndividualApplicationAttributesTest.java deleted file mode 100644 index 6175138f..00000000 --- a/src/test/java/unit/java/sdk/model/CreateIndividualApplicationAttributesTest.java +++ /dev/null @@ -1,209 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.CreatePowerOfAttorneyAgent; -import unit.java.sdk.model.DeviceFingerprint; -import unit.java.sdk.model.EvaluationParams; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Industry; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.SourceOfIncome; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateIndividualApplicationAttributes - */ -public class CreateIndividualApplicationAttributesTest { - private final CreateIndividualApplicationAttributes model = new CreateIndividualApplicationAttributes(); - - /** - * Model tests for CreateIndividualApplicationAttributes - */ - @Test - public void testCreateIndividualApplicationAttributes() { - // TODO: test CreateIndividualApplicationAttributes - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'ip' - */ - @Test - public void ipTest() { - // TODO: test ip - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'deviceFingerprints' - */ - @Test - public void deviceFingerprintsTest() { - // TODO: test deviceFingerprints - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - - /** - * Test the property 'powerOfAttorneyAgent' - */ - @Test - public void powerOfAttorneyAgentTest() { - // TODO: test powerOfAttorneyAgent - } - - /** - * Test the property 'industry' - */ - @Test - public void industryTest() { - // TODO: test industry - } - - /** - * Test the property 'evaluationParams' - */ - @Test - public void evaluationParamsTest() { - // TODO: test evaluationParams - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateIndividualApplicationTest.java b/src/test/java/unit/java/sdk/model/CreateIndividualApplicationTest.java deleted file mode 100644 index 75754f04..00000000 --- a/src/test/java/unit/java/sdk/model/CreateIndividualApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateIndividualApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateIndividualApplication - */ -public class CreateIndividualApplicationTest { - private final CreateIndividualApplication model = new CreateIndividualApplication(); - - /** - * Model tests for CreateIndividualApplication - */ - @Test - public void testCreateIndividualApplication() { - // TODO: test CreateIndividualApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateIndividualDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateIndividualDebitCardAttributesTest.java deleted file mode 100644 index 2b298c88..00000000 --- a/src/test/java/unit/java/sdk/model/CreateIndividualDebitCardAttributesTest.java +++ /dev/null @@ -1,139 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.BIN; -import unit.java.sdk.model.CardLevelLimits; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateIndividualDebitCardAttributes - */ -public class CreateIndividualDebitCardAttributesTest { - private final CreateIndividualDebitCardAttributes model = new CreateIndividualDebitCardAttributes(); - - /** - * Model tests for CreateIndividualDebitCardAttributes - */ - @Test - public void testCreateIndividualDebitCardAttributes() { - // TODO: test CreateIndividualDebitCardAttributes - } - - /** - * Test the property 'shippingAddress' - */ - @Test - public void shippingAddressTest() { - // TODO: test shippingAddress - } - - /** - * Test the property 'design' - */ - @Test - public void designTest() { - // TODO: test design - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'bin' - */ - @Test - public void binTest() { - // TODO: test bin - } - - /** - * Test the property 'cardQualifier' - */ - @Test - public void cardQualifierTest() { - // TODO: test cardQualifier - } - - /** - * Test the property 'cardDesignId' - */ - @Test - public void cardDesignIdTest() { - // TODO: test cardDesignId - } - - /** - * Test the property 'additionalEmbossedText' - */ - @Test - public void additionalEmbossedTextTest() { - // TODO: test additionalEmbossedText - } - - /** - * Test the property 'activeForOnlineUse' - */ - @Test - public void activeForOnlineUseTest() { - // TODO: test activeForOnlineUse - } - - /** - * Test the property 'printOnlyBusinessName' - */ - @Test - public void printOnlyBusinessNameTest() { - // TODO: test printOnlyBusinessName - } - - /** - * Test the property 'expiryDate' - */ - @Test - public void expiryDateTest() { - // TODO: test expiryDate - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateIndividualDebitCardTest.java b/src/test/java/unit/java/sdk/model/CreateIndividualDebitCardTest.java deleted file mode 100644 index 6fa24938..00000000 --- a/src/test/java/unit/java/sdk/model/CreateIndividualDebitCardTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCardRelationships; -import unit.java.sdk.model.CreateIndividualDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateIndividualDebitCard - */ -public class CreateIndividualDebitCardTest { - private final CreateIndividualDebitCard model = new CreateIndividualDebitCard(); - - /** - * Model tests for CreateIndividualDebitCard - */ - @Test - public void testCreateIndividualDebitCard() { - // TODO: test CreateIndividualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateIndividualVirtualDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateIndividualVirtualDebitCardAttributesTest.java deleted file mode 100644 index c32790cd..00000000 --- a/src/test/java/unit/java/sdk/model/CreateIndividualVirtualDebitCardAttributesTest.java +++ /dev/null @@ -1,90 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BIN; -import unit.java.sdk.model.CardLevelLimits; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateIndividualVirtualDebitCardAttributes - */ -public class CreateIndividualVirtualDebitCardAttributesTest { - private final CreateIndividualVirtualDebitCardAttributes model = new CreateIndividualVirtualDebitCardAttributes(); - - /** - * Model tests for CreateIndividualVirtualDebitCardAttributes - */ - @Test - public void testCreateIndividualVirtualDebitCardAttributes() { - // TODO: test CreateIndividualVirtualDebitCardAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'bin' - */ - @Test - public void binTest() { - // TODO: test bin - } - - /** - * Test the property 'cardQualifier' - */ - @Test - public void cardQualifierTest() { - // TODO: test cardQualifier - } - - /** - * Test the property 'expiryDate' - */ - @Test - public void expiryDateTest() { - // TODO: test expiryDate - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateIndividualVirtualDebitCardTest.java b/src/test/java/unit/java/sdk/model/CreateIndividualVirtualDebitCardTest.java deleted file mode 100644 index fc38096c..00000000 --- a/src/test/java/unit/java/sdk/model/CreateIndividualVirtualDebitCardTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCardRelationships; -import unit.java.sdk.model.CreateIndividualVirtualDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateIndividualVirtualDebitCard - */ -public class CreateIndividualVirtualDebitCardTest { - private final CreateIndividualVirtualDebitCard model = new CreateIndividualVirtualDebitCard(); - - /** - * Model tests for CreateIndividualVirtualDebitCard - */ - @Test - public void testCreateIndividualVirtualDebitCard() { - // TODO: test CreateIndividualVirtualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateOfficerTest.java b/src/test/java/unit/java/sdk/model/CreateOfficerTest.java deleted file mode 100644 index cb6acd93..00000000 --- a/src/test/java/unit/java/sdk/model/CreateOfficerTest.java +++ /dev/null @@ -1,160 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.EvaluationParams; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.SourceOfIncome; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateOfficer - */ -public class CreateOfficerTest { - private final CreateOfficer model = new CreateOfficer(); - - /** - * Model tests for CreateOfficer - */ - @Test - public void testCreateOfficer() { - // TODO: test CreateOfficer - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'title' - */ - @Test - public void titleTest() { - // TODO: test title - } - - /** - * Test the property 'evaluationParams' - */ - @Test - public void evaluationParamsTest() { - // TODO: test evaluationParams - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePaymentDataTest.java b/src/test/java/unit/java/sdk/model/CreatePaymentDataTest.java deleted file mode 100644 index 787ef8bd..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePaymentDataTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPayment; -import unit.java.sdk.model.CreateAchPaymentCounterparty; -import unit.java.sdk.model.CreateAchPaymentPlaid; -import unit.java.sdk.model.CreateAchPaymentRelationships; -import unit.java.sdk.model.CreateBillPayment; -import unit.java.sdk.model.CreateBookPayment; -import unit.java.sdk.model.CreatePushToCardPayment; -import unit.java.sdk.model.CreatePushToCardPaymentAttributes; -import unit.java.sdk.model.CreateWirePayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePaymentData - */ -public class CreatePaymentDataTest { - private final CreatePaymentData model = new CreatePaymentData(); - - /** - * Model tests for CreatePaymentData - */ - @Test - public void testCreatePaymentData() { - // TODO: test CreatePaymentData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePaymentTest.java b/src/test/java/unit/java/sdk/model/CreatePaymentTest.java deleted file mode 100644 index 560f0f17..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreatePaymentData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePayment - */ -public class CreatePaymentTest { - private final CreatePayment model = new CreatePayment(); - - /** - * Model tests for CreatePayment - */ - @Test - public void testCreatePayment() { - // TODO: test CreatePayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePlaidCounterpartyAttributesTest.java b/src/test/java/unit/java/sdk/model/CreatePlaidCounterpartyAttributesTest.java deleted file mode 100644 index 5dcbee86..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePlaidCounterpartyAttributesTest.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePlaidCounterpartyAttributes - */ -public class CreatePlaidCounterpartyAttributesTest { - private final CreatePlaidCounterpartyAttributes model = new CreatePlaidCounterpartyAttributes(); - - /** - * Model tests for CreatePlaidCounterpartyAttributes - */ - @Test - public void testCreatePlaidCounterpartyAttributes() { - // TODO: test CreatePlaidCounterpartyAttributes - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'verifyName' - */ - @Test - public void verifyNameTest() { - // TODO: test verifyName - } - - /** - * Test the property 'plaidProcessorToken' - */ - @Test - public void plaidProcessorTokenTest() { - // TODO: test plaidProcessorToken - } - - /** - * Test the property 'permissions' - */ - @Test - public void permissionsTest() { - // TODO: test permissions - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePlaidCounterpartyTest.java b/src/test/java/unit/java/sdk/model/CreatePlaidCounterpartyTest.java deleted file mode 100644 index c35e0714..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePlaidCounterpartyTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateCounterpartyRelationships; -import unit.java.sdk.model.CreatePlaidCounterpartyAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePlaidCounterparty - */ -public class CreatePlaidCounterpartyTest { - private final CreatePlaidCounterparty model = new CreatePlaidCounterparty(); - - /** - * Model tests for CreatePlaidCounterparty - */ - @Test - public void testCreatePlaidCounterparty() { - // TODO: test CreatePlaidCounterparty - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePowerOfAttorneyAgentTest.java b/src/test/java/unit/java/sdk/model/CreatePowerOfAttorneyAgentTest.java deleted file mode 100644 index f04a73cd..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePowerOfAttorneyAgentTest.java +++ /dev/null @@ -1,137 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.EvaluationParams; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePowerOfAttorneyAgent - */ -public class CreatePowerOfAttorneyAgentTest { - private final CreatePowerOfAttorneyAgent model = new CreatePowerOfAttorneyAgent(); - - /** - * Model tests for CreatePowerOfAttorneyAgent - */ - @Test - public void testCreatePowerOfAttorneyAgent() { - // TODO: test CreatePowerOfAttorneyAgent - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - - /** - * Test the property 'evaluationParams' - */ - @Test - public void evaluationParamsTest() { - // TODO: test evaluationParams - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentAttributesConfigurationTest.java b/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentAttributesConfigurationTest.java deleted file mode 100644 index 7fe964f7..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentAttributesConfigurationTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Astra; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePushToCardPaymentAttributesConfiguration - */ -public class CreatePushToCardPaymentAttributesConfigurationTest { - private final CreatePushToCardPaymentAttributesConfiguration model = new CreatePushToCardPaymentAttributesConfiguration(); - - /** - * Model tests for CreatePushToCardPaymentAttributesConfiguration - */ - @Test - public void testCreatePushToCardPaymentAttributesConfiguration() { - // TODO: test CreatePushToCardPaymentAttributesConfiguration - } - - /** - * Test the property 'astra' - */ - @Test - public void astraTest() { - // TODO: test astra - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentAttributesTest.java deleted file mode 100644 index e84bf221..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentAttributesTest.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreatePushToCardPaymentAttributesConfiguration; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePushToCardPaymentAttributes - */ -public class CreatePushToCardPaymentAttributesTest { - private final CreatePushToCardPaymentAttributes model = new CreatePushToCardPaymentAttributes(); - - /** - * Model tests for CreatePushToCardPaymentAttributes - */ - @Test - public void testCreatePushToCardPaymentAttributes() { - // TODO: test CreatePushToCardPaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property '_configuration' - */ - @Test - public void _configurationTest() { - // TODO: test _configuration - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentTest.java b/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentTest.java deleted file mode 100644 index df17aea4..00000000 --- a/src/test/java/unit/java/sdk/model/CreatePushToCardPaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentRelationships; -import unit.java.sdk.model.CreatePushToCardPaymentAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreatePushToCardPayment - */ -public class CreatePushToCardPaymentTest { - private final CreatePushToCardPayment model = new CreatePushToCardPayment(); - - /** - * Model tests for CreatePushToCardPayment - */ - @Test - public void testCreatePushToCardPayment() { - // TODO: test CreatePushToCardPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringCreditAchPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringCreditAchPaymentAttributesTest.java deleted file mode 100644 index 0886ee83..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringCreditAchPaymentAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Schedule1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringCreditAchPaymentAttributes - */ -public class CreateRecurringCreditAchPaymentAttributesTest { - private final CreateRecurringCreditAchPaymentAttributes model = new CreateRecurringCreditAchPaymentAttributes(); - - /** - * Model tests for CreateRecurringCreditAchPaymentAttributes - */ - @Test - public void testCreateRecurringCreditAchPaymentAttributes() { - // TODO: test CreateRecurringCreditAchPaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'schedule' - */ - @Test - public void scheduleTest() { - // TODO: test schedule - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringCreditAchPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringCreditAchPaymentTest.java deleted file mode 100644 index ded98347..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringCreditAchPaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentCounterpartyRelationships; -import unit.java.sdk.model.CreateRecurringCreditAchPaymentAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringCreditAchPayment - */ -public class CreateRecurringCreditAchPaymentTest { - private final CreateRecurringCreditAchPayment model = new CreateRecurringCreditAchPayment(); - - /** - * Model tests for CreateRecurringCreditAchPayment - */ - @Test - public void testCreateRecurringCreditAchPayment() { - // TODO: test CreateRecurringCreditAchPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringCreditBookPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringCreditBookPaymentAttributesTest.java deleted file mode 100644 index c1a959ac..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringCreditBookPaymentAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Schedule1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringCreditBookPaymentAttributes - */ -public class CreateRecurringCreditBookPaymentAttributesTest { - private final CreateRecurringCreditBookPaymentAttributes model = new CreateRecurringCreditBookPaymentAttributes(); - - /** - * Model tests for CreateRecurringCreditBookPaymentAttributes - */ - @Test - public void testCreateRecurringCreditBookPaymentAttributes() { - // TODO: test CreateRecurringCreditBookPaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'transactionSummaryOverride' - */ - @Test - public void transactionSummaryOverrideTest() { - // TODO: test transactionSummaryOverride - } - - /** - * Test the property 'schedule' - */ - @Test - public void scheduleTest() { - // TODO: test schedule - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringCreditBookPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringCreditBookPaymentTest.java deleted file mode 100644 index 0828efa1..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringCreditBookPaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBookPaymentRelationships; -import unit.java.sdk.model.CreateRecurringCreditBookPaymentAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringCreditBookPayment - */ -public class CreateRecurringCreditBookPaymentTest { - private final CreateRecurringCreditBookPayment model = new CreateRecurringCreditBookPayment(); - - /** - * Model tests for CreateRecurringCreditBookPayment - */ - @Test - public void testCreateRecurringCreditBookPayment() { - // TODO: test CreateRecurringCreditBookPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringDebitAchPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringDebitAchPaymentAttributesTest.java deleted file mode 100644 index eff63464..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringDebitAchPaymentAttributesTest.java +++ /dev/null @@ -1,113 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Schedule1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringDebitAchPaymentAttributes - */ -public class CreateRecurringDebitAchPaymentAttributesTest { - private final CreateRecurringDebitAchPaymentAttributes model = new CreateRecurringDebitAchPaymentAttributes(); - - /** - * Model tests for CreateRecurringDebitAchPaymentAttributes - */ - @Test - public void testCreateRecurringDebitAchPaymentAttributes() { - // TODO: test CreateRecurringDebitAchPaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - - /** - * Test the property 'verifyCounterpartyBalance' - */ - @Test - public void verifyCounterpartyBalanceTest() { - // TODO: test verifyCounterpartyBalance - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'schedule' - */ - @Test - public void scheduleTest() { - // TODO: test schedule - } - - /** - * Test the property 'clearingDaysOverride' - */ - @Test - public void clearingDaysOverrideTest() { - // TODO: test clearingDaysOverride - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringDebitAchPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringDebitAchPaymentTest.java deleted file mode 100644 index 0e845ea7..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringDebitAchPaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentCounterpartyRelationships; -import unit.java.sdk.model.CreateRecurringDebitAchPaymentAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringDebitAchPayment - */ -public class CreateRecurringDebitAchPaymentTest { - private final CreateRecurringDebitAchPayment model = new CreateRecurringDebitAchPayment(); - - /** - * Model tests for CreateRecurringDebitAchPayment - */ - @Test - public void testCreateRecurringDebitAchPayment() { - // TODO: test CreateRecurringDebitAchPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringPaymentDataTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringPaymentDataTest.java deleted file mode 100644 index 3493631d..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringPaymentDataTest.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateBookPaymentRelationships; -import unit.java.sdk.model.CreateRecurringCreditAchPayment; -import unit.java.sdk.model.CreateRecurringCreditBookPayment; -import unit.java.sdk.model.CreateRecurringCreditBookPaymentAttributes; -import unit.java.sdk.model.CreateRecurringDebitAchPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringPaymentData - */ -public class CreateRecurringPaymentDataTest { - private final CreateRecurringPaymentData model = new CreateRecurringPaymentData(); - - /** - * Model tests for CreateRecurringPaymentData - */ - @Test - public void testCreateRecurringPaymentData() { - // TODO: test CreateRecurringPaymentData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRecurringPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateRecurringPaymentTest.java deleted file mode 100644 index 6329cc20..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRecurringPaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateRecurringPaymentData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRecurringPayment - */ -public class CreateRecurringPaymentTest { - private final CreateRecurringPayment model = new CreateRecurringPayment(); - - /** - * Model tests for CreateRecurringPayment - */ - @Test - public void testCreateRecurringPayment() { - // TODO: test CreateRecurringPayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRepaymentDataTest.java b/src/test/java/unit/java/sdk/model/CreateRepaymentDataTest.java deleted file mode 100644 index 08cbb10d..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRepaymentDataTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchRepayment; -import unit.java.sdk.model.CreateBookRepayment; -import unit.java.sdk.model.CreateBookRepaymentAttributes; -import unit.java.sdk.model.CreateBookRepaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRepaymentData - */ -public class CreateRepaymentDataTest { - private final CreateRepaymentData model = new CreateRepaymentData(); - - /** - * Model tests for CreateRepaymentData - */ - @Test - public void testCreateRepaymentData() { - // TODO: test CreateRepaymentData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRepaymentTest.java b/src/test/java/unit/java/sdk/model/CreateRepaymentTest.java deleted file mode 100644 index d2d2327a..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRepaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateRepaymentData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRepayment - */ -public class CreateRepaymentTest { - private final CreateRepayment model = new CreateRepayment(); - - /** - * Model tests for CreateRepayment - */ - @Test - public void testCreateRepayment() { - // TODO: test CreateRepayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRewardDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateRewardDataAttributesTest.java deleted file mode 100644 index c5c72d8d..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRewardDataAttributesTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRewardDataAttributes - */ -public class CreateRewardDataAttributesTest { - private final CreateRewardDataAttributes model = new CreateRewardDataAttributes(); - - /** - * Model tests for CreateRewardDataAttributes - */ - @Test - public void testCreateRewardDataAttributes() { - // TODO: test CreateRewardDataAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRewardDataTest.java b/src/test/java/unit/java/sdk/model/CreateRewardDataTest.java deleted file mode 100644 index 80503f4f..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRewardDataTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateRewardDataAttributes; -import unit.java.sdk.model.CreateRewardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRewardData - */ -public class CreateRewardDataTest { - private final CreateRewardData model = new CreateRewardData(); - - /** - * Model tests for CreateRewardData - */ - @Test - public void testCreateRewardData() { - // TODO: test CreateRewardData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRewardRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreateRewardRelationshipsTest.java deleted file mode 100644 index c8b85ea4..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRewardRelationshipsTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransaction; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateRewardRelationships - */ -public class CreateRewardRelationshipsTest { - private final CreateRewardRelationships model = new CreateRewardRelationships(); - - /** - * Model tests for CreateRewardRelationships - */ - @Test - public void testCreateRewardRelationships() { - // TODO: test CreateRewardRelationships - } - - /** - * Test the property 'fundingAccount' - */ - @Test - public void fundingAccountTest() { - // TODO: test fundingAccount - } - - /** - * Test the property 'receivingAccount' - */ - @Test - public void receivingAccountTest() { - // TODO: test receivingAccount - } - - /** - * Test the property 'rewardedTransaction' - */ - @Test - public void rewardedTransactionTest() { - // TODO: test rewardedTransaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateRewardTest.java b/src/test/java/unit/java/sdk/model/CreateRewardTest.java deleted file mode 100644 index 10fdf086..00000000 --- a/src/test/java/unit/java/sdk/model/CreateRewardTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateRewardData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateReward - */ -public class CreateRewardTest { - private final CreateReward model = new CreateReward(); - - /** - * Model tests for CreateReward - */ - @Test - public void testCreateReward() { - // TODO: test CreateReward - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateSoleProprietorApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateSoleProprietorApplicationAttributesTest.java deleted file mode 100644 index 22433d14..00000000 --- a/src/test/java/unit/java/sdk/model/CreateSoleProprietorApplicationAttributesTest.java +++ /dev/null @@ -1,276 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.BusinessVertical; -import unit.java.sdk.model.CreatePowerOfAttorneyAgent; -import unit.java.sdk.model.DeviceFingerprint; -import unit.java.sdk.model.EvaluationParams; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Industry; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.SoleProprietorshipAnnualRevenue; -import unit.java.sdk.model.SoleProprietorshipNumberOfEmployees; -import unit.java.sdk.model.SourceOfIncome; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateSoleProprietorApplicationAttributes - */ -public class CreateSoleProprietorApplicationAttributesTest { - private final CreateSoleProprietorApplicationAttributes model = new CreateSoleProprietorApplicationAttributes(); - - /** - * Model tests for CreateSoleProprietorApplicationAttributes - */ - @Test - public void testCreateSoleProprietorApplicationAttributes() { - // TODO: test CreateSoleProprietorApplicationAttributes - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'ip' - */ - @Test - public void ipTest() { - // TODO: test ip - } - - /** - * Test the property 'soleProprietorship' - */ - @Test - public void soleProprietorshipTest() { - // TODO: test soleProprietorship - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'deviceFingerprints' - */ - @Test - public void deviceFingerprintsTest() { - // TODO: test deviceFingerprints - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - - /** - * Test the property 'powerOfAttorneyAgent' - */ - @Test - public void powerOfAttorneyAgentTest() { - // TODO: test powerOfAttorneyAgent - } - - /** - * Test the property 'industry' - */ - @Test - public void industryTest() { - // TODO: test industry - } - - /** - * Test the property 'evaluationParams' - */ - @Test - public void evaluationParamsTest() { - // TODO: test evaluationParams - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - - /** - * Test the property 'annualRevenue' - */ - @Test - public void annualRevenueTest() { - // TODO: test annualRevenue - } - - /** - * Test the property 'numberOfEmployees' - */ - @Test - public void numberOfEmployeesTest() { - // TODO: test numberOfEmployees - } - - /** - * Test the property 'businessVertical' - */ - @Test - public void businessVerticalTest() { - // TODO: test businessVertical - } - - /** - * Test the property 'website' - */ - @Test - public void websiteTest() { - // TODO: test website - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateSoleProprietorApplicationTest.java b/src/test/java/unit/java/sdk/model/CreateSoleProprietorApplicationTest.java deleted file mode 100644 index 9e7de1bb..00000000 --- a/src/test/java/unit/java/sdk/model/CreateSoleProprietorApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateSoleProprietorApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateSoleProprietorApplication - */ -public class CreateSoleProprietorApplicationTest { - private final CreateSoleProprietorApplication model = new CreateSoleProprietorApplication(); - - /** - * Model tests for CreateSoleProprietorApplication - */ - @Test - public void testCreateSoleProprietorApplication() { - // TODO: test CreateSoleProprietorApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateStopPaymentTest.java b/src/test/java/unit/java/sdk/model/CreateStopPaymentTest.java deleted file mode 100644 index a9a2dfd0..00000000 --- a/src/test/java/unit/java/sdk/model/CreateStopPaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.StopPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateStopPayment - */ -public class CreateStopPaymentTest { - private final CreateStopPayment model = new CreateStopPayment(); - - /** - * Model tests for CreateStopPayment - */ - @Test - public void testCreateStopPayment() { - // TODO: test CreateStopPayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateTrustApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateTrustApplicationAttributesTest.java deleted file mode 100644 index 28cc2ecd..00000000 --- a/src/test/java/unit/java/sdk/model/CreateTrustApplicationAttributesTest.java +++ /dev/null @@ -1,151 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Beneficiary; -import unit.java.sdk.model.DeviceFingerprint; -import unit.java.sdk.model.Grantor; -import unit.java.sdk.model.TrustContact; -import unit.java.sdk.model.Trustee; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateTrustApplicationAttributes - */ -public class CreateTrustApplicationAttributesTest { - private final CreateTrustApplicationAttributes model = new CreateTrustApplicationAttributes(); - - /** - * Model tests for CreateTrustApplicationAttributes - */ - @Test - public void testCreateTrustApplicationAttributes() { - // TODO: test CreateTrustApplicationAttributes - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'revocability' - */ - @Test - public void revocabilityTest() { - // TODO: test revocability - } - - /** - * Test the property 'sourceOfFunds' - */ - @Test - public void sourceOfFundsTest() { - // TODO: test sourceOfFunds - } - - /** - * Test the property 'taxId' - */ - @Test - public void taxIdTest() { - // TODO: test taxId - } - - /** - * Test the property 'grantor' - */ - @Test - public void grantorTest() { - // TODO: test grantor - } - - /** - * Test the property 'trustees' - */ - @Test - public void trusteesTest() { - // TODO: test trustees - } - - /** - * Test the property 'beneficiaries' - */ - @Test - public void beneficiariesTest() { - // TODO: test beneficiaries - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'ip' - */ - @Test - public void ipTest() { - // TODO: test ip - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'deviceFingerprints' - */ - @Test - public void deviceFingerprintsTest() { - // TODO: test deviceFingerprints - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateTrustApplicationTest.java b/src/test/java/unit/java/sdk/model/CreateTrustApplicationTest.java deleted file mode 100644 index 2e50239d..00000000 --- a/src/test/java/unit/java/sdk/model/CreateTrustApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateTrustApplication - */ -public class CreateTrustApplicationTest { - private final CreateTrustApplication model = new CreateTrustApplication(); - - /** - * Model tests for CreateTrustApplication - */ - @Test - public void testCreateTrustApplication() { - // TODO: test CreateTrustApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateWebhookDataAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateWebhookDataAttributesTest.java deleted file mode 100644 index e4fb1036..00000000 --- a/src/test/java/unit/java/sdk/model/CreateWebhookDataAttributesTest.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateWebhookDataAttributes - */ -public class CreateWebhookDataAttributesTest { - private final CreateWebhookDataAttributes model = new CreateWebhookDataAttributes(); - - /** - * Model tests for CreateWebhookDataAttributes - */ - @Test - public void testCreateWebhookDataAttributes() { - // TODO: test CreateWebhookDataAttributes - } - - /** - * Test the property 'label' - */ - @Test - public void labelTest() { - // TODO: test label - } - - /** - * Test the property 'url' - */ - @Test - public void urlTest() { - // TODO: test url - } - - /** - * Test the property 'token' - */ - @Test - public void tokenTest() { - // TODO: test token - } - - /** - * Test the property 'contentType' - */ - @Test - public void contentTypeTest() { - // TODO: test contentType - } - - /** - * Test the property 'deliveryMode' - */ - @Test - public void deliveryModeTest() { - // TODO: test deliveryMode - } - - /** - * Test the property 'includeResources' - */ - @Test - public void includeResourcesTest() { - // TODO: test includeResources - } - - /** - * Test the property 'subscriptionType' - */ - @Test - public void subscriptionTypeTest() { - // TODO: test subscriptionType - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateWebhookDataTest.java b/src/test/java/unit/java/sdk/model/CreateWebhookDataTest.java deleted file mode 100644 index 03b7a5b4..00000000 --- a/src/test/java/unit/java/sdk/model/CreateWebhookDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateWebhookDataAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateWebhookData - */ -public class CreateWebhookDataTest { - private final CreateWebhookData model = new CreateWebhookData(); - - /** - * Model tests for CreateWebhookData - */ - @Test - public void testCreateWebhookData() { - // TODO: test CreateWebhookData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateWebhookTest.java b/src/test/java/unit/java/sdk/model/CreateWebhookTest.java deleted file mode 100644 index 078acd60..00000000 --- a/src/test/java/unit/java/sdk/model/CreateWebhookTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateWebhookData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateWebhook - */ -public class CreateWebhookTest { - private final CreateWebhook model = new CreateWebhook(); - - /** - * Model tests for CreateWebhook - */ - @Test - public void testCreateWebhook() { - // TODO: test CreateWebhook - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateWirePaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/CreateWirePaymentAttributesTest.java deleted file mode 100644 index d21ca584..00000000 --- a/src/test/java/unit/java/sdk/model/CreateWirePaymentAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.WireCounterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateWirePaymentAttributes - */ -public class CreateWirePaymentAttributesTest { - private final CreateWirePaymentAttributes model = new CreateWirePaymentAttributes(); - - /** - * Model tests for CreateWirePaymentAttributes - */ - @Test - public void testCreateWirePaymentAttributes() { - // TODO: test CreateWirePaymentAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'idempotencyKey' - */ - @Test - public void idempotencyKeyTest() { - // TODO: test idempotencyKey - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreateWirePaymentTest.java b/src/test/java/unit/java/sdk/model/CreateWirePaymentTest.java deleted file mode 100644 index 6a6e684e..00000000 --- a/src/test/java/unit/java/sdk/model/CreateWirePaymentTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreateAchPaymentRelationships; -import unit.java.sdk.model.CreateWirePaymentAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreateWirePayment - */ -public class CreateWirePaymentTest { - private final CreateWirePayment model = new CreateWirePayment(); - - /** - * Model tests for CreateWirePayment - */ - @Test - public void testCreateWirePayment() { - // TODO: test CreateWirePayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreditAccountAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/CreditAccountAllOfAttributesTest.java deleted file mode 100644 index faeba124..00000000 --- a/src/test/java/unit/java/sdk/model/CreditAccountAllOfAttributesTest.java +++ /dev/null @@ -1,161 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreditAccountAllOfAttributes - */ -public class CreditAccountAllOfAttributesTest { - private final CreditAccountAllOfAttributes model = new CreditAccountAllOfAttributes(); - - /** - * Model tests for CreditAccountAllOfAttributes - */ - @Test - public void testCreditAccountAllOfAttributes() { - // TODO: test CreditAccountAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'creditTerms' - */ - @Test - public void creditTermsTest() { - // TODO: test creditTerms - } - - /** - * Test the property 'currency' - */ - @Test - public void currencyTest() { - // TODO: test currency - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'hold' - */ - @Test - public void holdTest() { - // TODO: test hold - } - - /** - * Test the property 'available' - */ - @Test - public void availableTest() { - // TODO: test available - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'closeReason' - */ - @Test - public void closeReasonTest() { - // TODO: test closeReason - } - - /** - * Test the property 'fraudReason' - */ - @Test - public void fraudReasonTest() { - // TODO: test fraudReason - } - - /** - * Test the property 'closeReasonText' - */ - @Test - public void closeReasonTextTest() { - // TODO: test closeReasonText - } - - /** - * Test the property 'freezeReason' - */ - @Test - public void freezeReasonTest() { - // TODO: test freezeReason - } - - /** - * Test the property 'creditLimit' - */ - @Test - public void creditLimitTest() { - // TODO: test creditLimit - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreditAccountRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CreditAccountRelationshipsTest.java deleted file mode 100644 index 0eb46fa3..00000000 --- a/src/test/java/unit/java/sdk/model/CreditAccountRelationshipsTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import unit.java.sdk.model.CustomerLinkage; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreditAccountRelationships - */ -public class CreditAccountRelationshipsTest { - private final CreditAccountRelationships model = new CreditAccountRelationships(); - - /** - * Model tests for CreditAccountRelationships - */ - @Test - public void testCreditAccountRelationships() { - // TODO: test CreditAccountRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreditAccountTest.java b/src/test/java/unit/java/sdk/model/CreditAccountTest.java deleted file mode 100644 index ead89f52..00000000 --- a/src/test/java/unit/java/sdk/model/CreditAccountTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Account; -import unit.java.sdk.model.CreditAccountAllOfAttributes; -import unit.java.sdk.model.CreditAccountRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreditAccount - */ -public class CreditAccountTest { - private final CreditAccount model = new CreditAccount(); - - /** - * Model tests for CreditAccount - */ - @Test - public void testCreditAccount() { - // TODO: test CreditAccount - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreditLimitsAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/CreditLimitsAllOfAttributesTest.java deleted file mode 100644 index 4ebec654..00000000 --- a/src/test/java/unit/java/sdk/model/CreditLimitsAllOfAttributesTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DepositLimitsAllOfAttributesCard; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreditLimitsAllOfAttributes - */ -public class CreditLimitsAllOfAttributesTest { - private final CreditLimitsAllOfAttributes model = new CreditLimitsAllOfAttributes(); - - /** - * Model tests for CreditLimitsAllOfAttributes - */ - @Test - public void testCreditLimitsAllOfAttributes() { - // TODO: test CreditLimitsAllOfAttributes - } - - /** - * Test the property 'card' - */ - @Test - public void cardTest() { - // TODO: test card - } - -} diff --git a/src/test/java/unit/java/sdk/model/CreditLimitsTest.java b/src/test/java/unit/java/sdk/model/CreditLimitsTest.java deleted file mode 100644 index 93a88bd2..00000000 --- a/src/test/java/unit/java/sdk/model/CreditLimitsTest.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CreditLimitsAllOfAttributes; -import unit.java.sdk.model.Limits1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CreditLimits - */ -public class CreditLimitsTest { - private final CreditLimits model = new CreditLimits(); - - /** - * Model tests for CreditLimits - */ - @Test - public void testCreditLimits() { - // TODO: test CreditLimits - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerLinkageDataTest.java b/src/test/java/unit/java/sdk/model/CustomerLinkageDataTest.java deleted file mode 100644 index bb45bcf8..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerLinkageDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerLinkageData - */ -public class CustomerLinkageDataTest { - private final CustomerLinkageData model = new CustomerLinkageData(); - - /** - * Model tests for CustomerLinkageData - */ - @Test - public void testCustomerLinkageData() { - // TODO: test CustomerLinkageData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerLinkageTest.java b/src/test/java/unit/java/sdk/model/CustomerLinkageTest.java deleted file mode 100644 index 7b672155..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerLinkageTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomerLinkageData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerLinkage - */ -public class CustomerLinkageTest { - private final CustomerLinkage model = new CustomerLinkage(); - - /** - * Model tests for CustomerLinkage - */ - @Test - public void testCustomerLinkage() { - // TODO: test CustomerLinkage - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerRelationshipTest.java b/src/test/java/unit/java/sdk/model/CustomerRelationshipTest.java deleted file mode 100644 index cfc3726d..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomerData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerRelationship - */ -public class CustomerRelationshipTest { - private final CustomerRelationship model = new CustomerRelationship(); - - /** - * Model tests for CustomerRelationship - */ - @Test - public void testCustomerRelationship() { - // TODO: test CustomerRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerRelationshipsTest.java b/src/test/java/unit/java/sdk/model/CustomerRelationshipsTest.java deleted file mode 100644 index 3942299d..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerRelationshipsTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import unit.java.sdk.model.OrgRelationship; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerRelationships - */ -public class CustomerRelationshipsTest { - private final CustomerRelationships model = new CustomerRelationships(); - - /** - * Model tests for CustomerRelationships - */ - @Test - public void testCustomerRelationships() { - // TODO: test CustomerRelationships - } - - /** - * Test the property 'org' - */ - @Test - public void orgTest() { - // TODO: test org - } - - /** - * Test the property 'application' - */ - @Test - public void applicationTest() { - // TODO: test application - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerRepaymentReturnedTransactionTest.java b/src/test/java/unit/java/sdk/model/CustomerRepaymentReturnedTransactionTest.java deleted file mode 100644 index a79ac7d4..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerRepaymentReturnedTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerRepaymentReturnedTransaction - */ -public class CustomerRepaymentReturnedTransactionTest { - private final CustomerRepaymentReturnedTransaction model = new CustomerRepaymentReturnedTransaction(); - - /** - * Model tests for CustomerRepaymentReturnedTransaction - */ - @Test - public void testCustomerRepaymentReturnedTransaction() { - // TODO: test CustomerRepaymentReturnedTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerRepaymentTransactionTest.java b/src/test/java/unit/java/sdk/model/CustomerRepaymentTransactionTest.java deleted file mode 100644 index ddb7d526..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerRepaymentTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerRepaymentTransaction - */ -public class CustomerRepaymentTransactionTest { - private final CustomerRepaymentTransaction model = new CustomerRepaymentTransaction(); - - /** - * Model tests for CustomerRepaymentTransaction - */ - @Test - public void testCustomerRepaymentTransaction() { - // TODO: test CustomerRepaymentTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerTest.java b/src/test/java/unit/java/sdk/model/CustomerTest.java deleted file mode 100644 index d91c6d3e..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Customer - */ -public class CustomerTest { - private final Customer model = new Customer(); - - /** - * Model tests for Customer - */ - @Test - public void testCustomer() { - // TODO: test Customer - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerTokenAttributesTest.java b/src/test/java/unit/java/sdk/model/CustomerTokenAttributesTest.java deleted file mode 100644 index 0981d22f..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerTokenAttributesTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerTokenAttributes - */ -public class CustomerTokenAttributesTest { - private final CustomerTokenAttributes model = new CustomerTokenAttributes(); - - /** - * Model tests for CustomerTokenAttributes - */ - @Test - public void testCustomerTokenAttributes() { - // TODO: test CustomerTokenAttributes - } - - /** - * Test the property 'token' - */ - @Test - public void tokenTest() { - // TODO: test token - } - - /** - * Test the property 'expiresIn' - */ - @Test - public void expiresInTest() { - // TODO: test expiresIn - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerTokenTest.java b/src/test/java/unit/java/sdk/model/CustomerTokenTest.java deleted file mode 100644 index 6cf8fb33..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerTokenTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomerTokenAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerToken - */ -public class CustomerTokenTest { - private final CustomerToken model = new CustomerToken(); - - /** - * Model tests for CustomerToken - */ - @Test - public void testCustomerToken() { - // TODO: test CustomerToken - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerTokenVerificationAttributesTest.java b/src/test/java/unit/java/sdk/model/CustomerTokenVerificationAttributesTest.java deleted file mode 100644 index 500d7bec..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerTokenVerificationAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerTokenVerificationAttributes - */ -public class CustomerTokenVerificationAttributesTest { - private final CustomerTokenVerificationAttributes model = new CustomerTokenVerificationAttributes(); - - /** - * Model tests for CustomerTokenVerificationAttributes - */ - @Test - public void testCustomerTokenVerificationAttributes() { - // TODO: test CustomerTokenVerificationAttributes - } - - /** - * Test the property 'verificationToken' - */ - @Test - public void verificationTokenTest() { - // TODO: test verificationToken - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomerTokenVerificationTest.java b/src/test/java/unit/java/sdk/model/CustomerTokenVerificationTest.java deleted file mode 100644 index 1eb9192f..00000000 --- a/src/test/java/unit/java/sdk/model/CustomerTokenVerificationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomerTokenVerificationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomerTokenVerification - */ -public class CustomerTokenVerificationTest { - private final CustomerTokenVerification model = new CustomerTokenVerification(); - - /** - * Model tests for CustomerTokenVerification - */ - @Test - public void testCustomerTokenVerification() { - // TODO: test CustomerTokenVerification - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomersRelationshipDataInnerTest.java b/src/test/java/unit/java/sdk/model/CustomersRelationshipDataInnerTest.java deleted file mode 100644 index 043167a0..00000000 --- a/src/test/java/unit/java/sdk/model/CustomersRelationshipDataInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomersRelationshipDataInner - */ -public class CustomersRelationshipDataInnerTest { - private final CustomersRelationshipDataInner model = new CustomersRelationshipDataInner(); - - /** - * Model tests for CustomersRelationshipDataInner - */ - @Test - public void testCustomersRelationshipDataInner() { - // TODO: test CustomersRelationshipDataInner - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/CustomersRelationshipTest.java b/src/test/java/unit/java/sdk/model/CustomersRelationshipTest.java deleted file mode 100644 index 650290ff..00000000 --- a/src/test/java/unit/java/sdk/model/CustomersRelationshipTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.CustomersRelationshipDataInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for CustomersRelationship - */ -public class CustomersRelationshipTest { - private final CustomersRelationship model = new CustomersRelationship(); - - /** - * Model tests for CustomersRelationship - */ - @Test - public void testCustomersRelationship() { - // TODO: test CustomersRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/DeclineAuthorizationRequestAttributesTest.java b/src/test/java/unit/java/sdk/model/DeclineAuthorizationRequestAttributesTest.java deleted file mode 100644 index 9cda4da9..00000000 --- a/src/test/java/unit/java/sdk/model/DeclineAuthorizationRequestAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DeclineAuthorizationRequestAttributes - */ -public class DeclineAuthorizationRequestAttributesTest { - private final DeclineAuthorizationRequestAttributes model = new DeclineAuthorizationRequestAttributes(); - - /** - * Model tests for DeclineAuthorizationRequestAttributes - */ - @Test - public void testDeclineAuthorizationRequestAttributes() { - // TODO: test DeclineAuthorizationRequestAttributes - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - -} diff --git a/src/test/java/unit/java/sdk/model/DeclineAuthorizationRequestTest.java b/src/test/java/unit/java/sdk/model/DeclineAuthorizationRequestTest.java deleted file mode 100644 index 38a28e45..00000000 --- a/src/test/java/unit/java/sdk/model/DeclineAuthorizationRequestTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DeclineAuthorizationRequest - */ -public class DeclineAuthorizationRequestTest { - private final DeclineAuthorizationRequest model = new DeclineAuthorizationRequest(); - - /** - * Model tests for DeclineAuthorizationRequest - */ - @Test - public void testDeclineAuthorizationRequest() { - // TODO: test DeclineAuthorizationRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositAccountAllOfAttributesSecondaryAccountNumberTest.java b/src/test/java/unit/java/sdk/model/DepositAccountAllOfAttributesSecondaryAccountNumberTest.java deleted file mode 100644 index 1c02f073..00000000 --- a/src/test/java/unit/java/sdk/model/DepositAccountAllOfAttributesSecondaryAccountNumberTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositAccountAllOfAttributesSecondaryAccountNumber - */ -public class DepositAccountAllOfAttributesSecondaryAccountNumberTest { - private final DepositAccountAllOfAttributesSecondaryAccountNumber model = new DepositAccountAllOfAttributesSecondaryAccountNumber(); - - /** - * Model tests for DepositAccountAllOfAttributesSecondaryAccountNumber - */ - @Test - public void testDepositAccountAllOfAttributesSecondaryAccountNumber() { - // TODO: test DepositAccountAllOfAttributesSecondaryAccountNumber - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositAccountAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/DepositAccountAllOfAttributesTest.java deleted file mode 100644 index b723878f..00000000 --- a/src/test/java/unit/java/sdk/model/DepositAccountAllOfAttributesTest.java +++ /dev/null @@ -1,210 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.DepositAccountAllOfAttributesSecondaryAccountNumber; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositAccountAllOfAttributes - */ -public class DepositAccountAllOfAttributesTest { - private final DepositAccountAllOfAttributes model = new DepositAccountAllOfAttributes(); - - /** - * Model tests for DepositAccountAllOfAttributes - */ - @Test - public void testDepositAccountAllOfAttributes() { - // TODO: test DepositAccountAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'depositProduct' - */ - @Test - public void depositProductTest() { - // TODO: test depositProduct - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'secondaryAccountNumber' - */ - @Test - public void secondaryAccountNumberTest() { - // TODO: test secondaryAccountNumber - } - - /** - * Test the property 'currency' - */ - @Test - public void currencyTest() { - // TODO: test currency - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'overdraftLimit' - */ - @Test - public void overdraftLimitTest() { - // TODO: test overdraftLimit - } - - /** - * Test the property 'hold' - */ - @Test - public void holdTest() { - // TODO: test hold - } - - /** - * Test the property 'available' - */ - @Test - public void availableTest() { - // TODO: test available - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'closeReason' - */ - @Test - public void closeReasonTest() { - // TODO: test closeReason - } - - /** - * Test the property 'fraudReason' - */ - @Test - public void fraudReasonTest() { - // TODO: test fraudReason - } - - /** - * Test the property 'closeReasonText' - */ - @Test - public void closeReasonTextTest() { - // TODO: test closeReasonText - } - - /** - * Test the property 'freezeReason' - */ - @Test - public void freezeReasonTest() { - // TODO: test freezeReason - } - - /** - * Test the property 'maskedAccountNumber' - */ - @Test - public void maskedAccountNumberTest() { - // TODO: test maskedAccountNumber - } - - /** - * Test the property 'isOverdrawnWithinLimit' - */ - @Test - public void isOverdrawnWithinLimitTest() { - // TODO: test isOverdrawnWithinLimit - } - - /** - * Test the property 'dacaStatus' - */ - @Test - public void dacaStatusTest() { - // TODO: test dacaStatus - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositAccountRelationshipsTest.java b/src/test/java/unit/java/sdk/model/DepositAccountRelationshipsTest.java deleted file mode 100644 index 40d4d36d..00000000 --- a/src/test/java/unit/java/sdk/model/DepositAccountRelationshipsTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import unit.java.sdk.model.CustomerLinkage; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositAccountRelationships - */ -public class DepositAccountRelationshipsTest { - private final DepositAccountRelationships model = new DepositAccountRelationships(); - - /** - * Model tests for DepositAccountRelationships - */ - @Test - public void testDepositAccountRelationships() { - // TODO: test DepositAccountRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositAccountTest.java b/src/test/java/unit/java/sdk/model/DepositAccountTest.java deleted file mode 100644 index 538901fa..00000000 --- a/src/test/java/unit/java/sdk/model/DepositAccountTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Account; -import unit.java.sdk.model.DepositAccountAllOfAttributes; -import unit.java.sdk.model.DepositAccountRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositAccount - */ -public class DepositAccountTest { - private final DepositAccount model = new DepositAccount(); - - /** - * Model tests for DepositAccount - */ - @Test - public void testDepositAccount() { - // TODO: test DepositAccount - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchLimitsTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchLimitsTest.java deleted file mode 100644 index 10ae593a..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchLimitsTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesAchLimits - */ -public class DepositLimitsAllOfAttributesAchLimitsTest { - private final DepositLimitsAllOfAttributesAchLimits model = new DepositLimitsAllOfAttributesAchLimits(); - - /** - * Model tests for DepositLimitsAllOfAttributesAchLimits - */ - @Test - public void testDepositLimitsAllOfAttributesAchLimits() { - // TODO: test DepositLimitsAllOfAttributesAchLimits - } - - /** - * Test the property 'dailyDebit' - */ - @Test - public void dailyDebitTest() { - // TODO: test dailyDebit - } - - /** - * Test the property 'dailyCredit' - */ - @Test - public void dailyCreditTest() { - // TODO: test dailyCredit - } - - /** - * Test the property 'monthlyDebit' - */ - @Test - public void monthlyDebitTest() { - // TODO: test monthlyDebit - } - - /** - * Test the property 'monthlyDebitSoft' - */ - @Test - public void monthlyDebitSoftTest() { - // TODO: test monthlyDebitSoft - } - - /** - * Test the property 'dailyDebitSoft' - */ - @Test - public void dailyDebitSoftTest() { - // TODO: test dailyDebitSoft - } - - /** - * Test the property 'monthlyCredit' - */ - @Test - public void monthlyCreditTest() { - // TODO: test monthlyCredit - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchTest.java deleted file mode 100644 index ffc59ada..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DepositLimitsAllOfAttributesAchLimits; -import unit.java.sdk.model.DepositLimitsAllOfAttributesAchTotalsDaily; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesAch - */ -public class DepositLimitsAllOfAttributesAchTest { - private final DepositLimitsAllOfAttributesAch model = new DepositLimitsAllOfAttributesAch(); - - /** - * Model tests for DepositLimitsAllOfAttributesAch - */ - @Test - public void testDepositLimitsAllOfAttributesAch() { - // TODO: test DepositLimitsAllOfAttributesAch - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'totalsDaily' - */ - @Test - public void totalsDailyTest() { - // TODO: test totalsDaily - } - - /** - * Test the property 'totalsMonthly' - */ - @Test - public void totalsMonthlyTest() { - // TODO: test totalsMonthly - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchTotalsDailyTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchTotalsDailyTest.java deleted file mode 100644 index 288722dc..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesAchTotalsDailyTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesAchTotalsDaily - */ -public class DepositLimitsAllOfAttributesAchTotalsDailyTest { - private final DepositLimitsAllOfAttributesAchTotalsDaily model = new DepositLimitsAllOfAttributesAchTotalsDaily(); - - /** - * Model tests for DepositLimitsAllOfAttributesAchTotalsDaily - */ - @Test - public void testDepositLimitsAllOfAttributesAchTotalsDaily() { - // TODO: test DepositLimitsAllOfAttributesAchTotalsDaily - } - - /** - * Test the property 'debits' - */ - @Test - public void debitsTest() { - // TODO: test debits - } - - /** - * Test the property 'credits' - */ - @Test - public void creditsTest() { - // TODO: test credits - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardLimitsTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardLimitsTest.java deleted file mode 100644 index 59978818..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardLimitsTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesCardLimits - */ -public class DepositLimitsAllOfAttributesCardLimitsTest { - private final DepositLimitsAllOfAttributesCardLimits model = new DepositLimitsAllOfAttributesCardLimits(); - - /** - * Model tests for DepositLimitsAllOfAttributesCardLimits - */ - @Test - public void testDepositLimitsAllOfAttributesCardLimits() { - // TODO: test DepositLimitsAllOfAttributesCardLimits - } - - /** - * Test the property 'dailyWithdrawal' - */ - @Test - public void dailyWithdrawalTest() { - // TODO: test dailyWithdrawal - } - - /** - * Test the property 'dailyDeposit' - */ - @Test - public void dailyDepositTest() { - // TODO: test dailyDeposit - } - - /** - * Test the property 'dailyPurchase' - */ - @Test - public void dailyPurchaseTest() { - // TODO: test dailyPurchase - } - - /** - * Test the property 'dailyCardTransaction' - */ - @Test - public void dailyCardTransactionTest() { - // TODO: test dailyCardTransaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardTest.java deleted file mode 100644 index 950c4357..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DepositLimitsAllOfAttributesCardLimits; -import unit.java.sdk.model.DepositLimitsAllOfAttributesCardTotalsDaily; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesCard - */ -public class DepositLimitsAllOfAttributesCardTest { - private final DepositLimitsAllOfAttributesCard model = new DepositLimitsAllOfAttributesCard(); - - /** - * Model tests for DepositLimitsAllOfAttributesCard - */ - @Test - public void testDepositLimitsAllOfAttributesCard() { - // TODO: test DepositLimitsAllOfAttributesCard - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'totalsDaily' - */ - @Test - public void totalsDailyTest() { - // TODO: test totalsDaily - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardTotalsDailyTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardTotalsDailyTest.java deleted file mode 100644 index 618bc867..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCardTotalsDailyTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesCardTotalsDaily - */ -public class DepositLimitsAllOfAttributesCardTotalsDailyTest { - private final DepositLimitsAllOfAttributesCardTotalsDaily model = new DepositLimitsAllOfAttributesCardTotalsDaily(); - - /** - * Model tests for DepositLimitsAllOfAttributesCardTotalsDaily - */ - @Test - public void testDepositLimitsAllOfAttributesCardTotalsDaily() { - // TODO: test DepositLimitsAllOfAttributesCardTotalsDaily - } - - /** - * Test the property 'withdrawals' - */ - @Test - public void withdrawalsTest() { - // TODO: test withdrawals - } - - /** - * Test the property 'deposits' - */ - @Test - public void depositsTest() { - // TODO: test deposits - } - - /** - * Test the property 'purchases' - */ - @Test - public void purchasesTest() { - // TODO: test purchases - } - - /** - * Test the property 'cardTransactions' - */ - @Test - public void cardTransactionsTest() { - // TODO: test cardTransactions - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCheckDepositLimitsTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCheckDepositLimitsTest.java deleted file mode 100644 index 7463ee30..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCheckDepositLimitsTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesCheckDepositLimits - */ -public class DepositLimitsAllOfAttributesCheckDepositLimitsTest { - private final DepositLimitsAllOfAttributesCheckDepositLimits model = new DepositLimitsAllOfAttributesCheckDepositLimits(); - - /** - * Model tests for DepositLimitsAllOfAttributesCheckDepositLimits - */ - @Test - public void testDepositLimitsAllOfAttributesCheckDepositLimits() { - // TODO: test DepositLimitsAllOfAttributesCheckDepositLimits - } - - /** - * Test the property 'daily' - */ - @Test - public void dailyTest() { - // TODO: test daily - } - - /** - * Test the property 'monthly' - */ - @Test - public void monthlyTest() { - // TODO: test monthly - } - - /** - * Test the property 'dailySoft' - */ - @Test - public void dailySoftTest() { - // TODO: test dailySoft - } - - /** - * Test the property 'monthlySoft' - */ - @Test - public void monthlySoftTest() { - // TODO: test monthlySoft - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCheckDepositTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCheckDepositTest.java deleted file mode 100644 index f0f8cd59..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesCheckDepositTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import unit.java.sdk.model.DepositLimitsAllOfAttributesCheckDepositLimits; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributesCheckDeposit - */ -public class DepositLimitsAllOfAttributesCheckDepositTest { - private final DepositLimitsAllOfAttributesCheckDeposit model = new DepositLimitsAllOfAttributesCheckDeposit(); - - /** - * Model tests for DepositLimitsAllOfAttributesCheckDeposit - */ - @Test - public void testDepositLimitsAllOfAttributesCheckDeposit() { - // TODO: test DepositLimitsAllOfAttributesCheckDeposit - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'totalsDaily' - */ - @Test - public void totalsDailyTest() { - // TODO: test totalsDaily - } - - /** - * Test the property 'totalsMonthly' - */ - @Test - public void totalsMonthlyTest() { - // TODO: test totalsMonthly - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesTest.java deleted file mode 100644 index 3b272f0f..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsAllOfAttributesTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DepositLimitsAllOfAttributesAch; -import unit.java.sdk.model.DepositLimitsAllOfAttributesCard; -import unit.java.sdk.model.DepositLimitsAllOfAttributesCheckDeposit; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimitsAllOfAttributes - */ -public class DepositLimitsAllOfAttributesTest { - private final DepositLimitsAllOfAttributes model = new DepositLimitsAllOfAttributes(); - - /** - * Model tests for DepositLimitsAllOfAttributes - */ - @Test - public void testDepositLimitsAllOfAttributes() { - // TODO: test DepositLimitsAllOfAttributes - } - - /** - * Test the property 'ach' - */ - @Test - public void achTest() { - // TODO: test ach - } - - /** - * Test the property 'card' - */ - @Test - public void cardTest() { - // TODO: test card - } - - /** - * Test the property 'checkDeposit' - */ - @Test - public void checkDepositTest() { - // TODO: test checkDeposit - } - -} diff --git a/src/test/java/unit/java/sdk/model/DepositLimitsTest.java b/src/test/java/unit/java/sdk/model/DepositLimitsTest.java deleted file mode 100644 index 92161503..00000000 --- a/src/test/java/unit/java/sdk/model/DepositLimitsTest.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DepositLimitsAllOfAttributes; -import unit.java.sdk.model.Limits1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DepositLimits - */ -public class DepositLimitsTest { - private final DepositLimits model = new DepositLimits(); - - /** - * Model tests for DepositLimits - */ - @Test - public void testDepositLimits() { - // TODO: test DepositLimits - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/DeviceFingerprintTest.java b/src/test/java/unit/java/sdk/model/DeviceFingerprintTest.java deleted file mode 100644 index d493251a..00000000 --- a/src/test/java/unit/java/sdk/model/DeviceFingerprintTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DeviceFingerprint - */ -public class DeviceFingerprintTest { - private final DeviceFingerprint model = new DeviceFingerprint(); - - /** - * Model tests for DeviceFingerprint - */ - @Test - public void testDeviceFingerprint() { - // TODO: test DeviceFingerprint - } - - /** - * Test the property 'provider' - */ - @Test - public void providerTest() { - // TODO: test provider - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - -} diff --git a/src/test/java/unit/java/sdk/model/DishonoredAchTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/DishonoredAchTransactionAllOfAttributesTest.java deleted file mode 100644 index e32f87e5..00000000 --- a/src/test/java/unit/java/sdk/model/DishonoredAchTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,145 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DishonoredAchTransactionAllOfAttributes - */ -public class DishonoredAchTransactionAllOfAttributesTest { - private final DishonoredAchTransactionAllOfAttributes model = new DishonoredAchTransactionAllOfAttributes(); - - /** - * Model tests for DishonoredAchTransactionAllOfAttributes - */ - @Test - public void testDishonoredAchTransactionAllOfAttributes() { - // TODO: test DishonoredAchTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'companyName' - */ - @Test - public void companyNameTest() { - // TODO: test companyName - } - - /** - * Test the property 'counterpartyName' - */ - @Test - public void counterpartyNameTest() { - // TODO: test counterpartyName - } - - /** - * Test the property 'counterpartyRoutingNumber' - */ - @Test - public void counterpartyRoutingNumberTest() { - // TODO: test counterpartyRoutingNumber - } - - /** - * Test the property 'traceNumber' - */ - @Test - public void traceNumberTest() { - // TODO: test traceNumber - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/DishonoredAchTransactionTest.java b/src/test/java/unit/java/sdk/model/DishonoredAchTransactionTest.java deleted file mode 100644 index 6552777a..00000000 --- a/src/test/java/unit/java/sdk/model/DishonoredAchTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DishonoredAchTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DishonoredAchTransaction - */ -public class DishonoredAchTransactionTest { - private final DishonoredAchTransaction model = new DishonoredAchTransaction(); - - /** - * Model tests for DishonoredAchTransaction - */ - @Test - public void testDishonoredAchTransaction() { - // TODO: test DishonoredAchTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/DisputeAttributesStatusHistoryInnerTest.java b/src/test/java/unit/java/sdk/model/DisputeAttributesStatusHistoryInnerTest.java deleted file mode 100644 index 3f5c6113..00000000 --- a/src/test/java/unit/java/sdk/model/DisputeAttributesStatusHistoryInnerTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DisputeAttributesStatusHistoryInner - */ -public class DisputeAttributesStatusHistoryInnerTest { - private final DisputeAttributesStatusHistoryInner model = new DisputeAttributesStatusHistoryInner(); - - /** - * Model tests for DisputeAttributesStatusHistoryInner - */ - @Test - public void testDisputeAttributesStatusHistoryInner() { - // TODO: test DisputeAttributesStatusHistoryInner - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - -} diff --git a/src/test/java/unit/java/sdk/model/DisputeAttributesTest.java b/src/test/java/unit/java/sdk/model/DisputeAttributesTest.java deleted file mode 100644 index f3e8f353..00000000 --- a/src/test/java/unit/java/sdk/model/DisputeAttributesTest.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.DisputeAttributesStatusHistoryInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DisputeAttributes - */ -public class DisputeAttributesTest { - private final DisputeAttributes model = new DisputeAttributes(); - - /** - * Model tests for DisputeAttributes - */ - @Test - public void testDisputeAttributes() { - // TODO: test DisputeAttributes - } - - /** - * Test the property 'source' - */ - @Test - public void sourceTest() { - // TODO: test source - } - - /** - * Test the property 'externalId' - */ - @Test - public void externalIdTest() { - // TODO: test externalId - } - - /** - * Test the property 'link' - */ - @Test - public void linkTest() { - // TODO: test link - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'statusHistory' - */ - @Test - public void statusHistoryTest() { - // TODO: test statusHistory - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'decisionReason' - */ - @Test - public void decisionReasonTest() { - // TODO: test decisionReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/DisputeRelationshipsTest.java b/src/test/java/unit/java/sdk/model/DisputeRelationshipsTest.java deleted file mode 100644 index 80591f9d..00000000 --- a/src/test/java/unit/java/sdk/model/DisputeRelationshipsTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DisputeRelationships - */ -public class DisputeRelationshipsTest { - private final DisputeRelationships model = new DisputeRelationships(); - - /** - * Model tests for DisputeRelationships - */ - @Test - public void testDisputeRelationships() { - // TODO: test DisputeRelationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'transaction' - */ - @Test - public void transactionTest() { - // TODO: test transaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/DisputeSettlementTransactionTest.java b/src/test/java/unit/java/sdk/model/DisputeSettlementTransactionTest.java deleted file mode 100644 index 3b137ec6..00000000 --- a/src/test/java/unit/java/sdk/model/DisputeSettlementTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DisputeSettlementTransaction - */ -public class DisputeSettlementTransactionTest { - private final DisputeSettlementTransaction model = new DisputeSettlementTransaction(); - - /** - * Model tests for DisputeSettlementTransaction - */ - @Test - public void testDisputeSettlementTransaction() { - // TODO: test DisputeSettlementTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/DisputeTest.java b/src/test/java/unit/java/sdk/model/DisputeTest.java deleted file mode 100644 index 3816ccb1..00000000 --- a/src/test/java/unit/java/sdk/model/DisputeTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DisputeAttributes; -import unit.java.sdk.model.DisputeRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Dispute - */ -public class DisputeTest { - private final Dispute model = new Dispute(); - - /** - * Model tests for Dispute - */ - @Test - public void testDispute() { - // TODO: test Dispute - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/DisputeTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/DisputeTransactionAllOfAttributesTest.java deleted file mode 100644 index 69a471fa..00000000 --- a/src/test/java/unit/java/sdk/model/DisputeTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DisputeTransactionAllOfAttributes - */ -public class DisputeTransactionAllOfAttributesTest { - private final DisputeTransactionAllOfAttributes model = new DisputeTransactionAllOfAttributes(); - - /** - * Model tests for DisputeTransactionAllOfAttributes - */ - @Test - public void testDisputeTransactionAllOfAttributes() { - // TODO: test DisputeTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'disputeId' - */ - @Test - public void disputeIdTest() { - // TODO: test disputeId - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/DisputeTransactionTest.java b/src/test/java/unit/java/sdk/model/DisputeTransactionTest.java deleted file mode 100644 index 8278fb54..00000000 --- a/src/test/java/unit/java/sdk/model/DisputeTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DisputeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DisputeTransaction - */ -public class DisputeTransactionTest { - private final DisputeTransaction model = new DisputeTransaction(); - - /** - * Model tests for DisputeTransaction - */ - @Test - public void testDisputeTransaction() { - // TODO: test DisputeTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/DocumentAttributesTest.java b/src/test/java/unit/java/sdk/model/DocumentAttributesTest.java deleted file mode 100644 index d1bd7984..00000000 --- a/src/test/java/unit/java/sdk/model/DocumentAttributesTest.java +++ /dev/null @@ -1,202 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DocumentAttributes - */ -public class DocumentAttributesTest { - private final DocumentAttributes model = new DocumentAttributes(); - - /** - * Model tests for DocumentAttributes - */ - @Test - public void testDocumentAttributes() { - // TODO: test DocumentAttributes - } - - /** - * Test the property 'documentType' - */ - @Test - public void documentTypeTest() { - // TODO: test documentType - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfIncorporation' - */ - @Test - public void dateOfIncorporationTest() { - // TODO: test dateOfIncorporation - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'reasonCode' - */ - @Test - public void reasonCodeTest() { - // TODO: test reasonCode - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'frontDocumentId' - */ - @Test - public void frontDocumentIdTest() { - // TODO: test frontDocumentId - } - - /** - * Test the property 'backDocumentId' - */ - @Test - public void backDocumentIdTest() { - // TODO: test backDocumentId - } - - /** - * Test the property 'frontDocumentStoreId' - */ - @Test - public void frontDocumentStoreIdTest() { - // TODO: test frontDocumentStoreId - } - - /** - * Test the property 'backDocumentStoreId' - */ - @Test - public void backDocumentStoreIdTest() { - // TODO: test backDocumentStoreId - } - -} diff --git a/src/test/java/unit/java/sdk/model/DocumentTest.java b/src/test/java/unit/java/sdk/model/DocumentTest.java deleted file mode 100644 index 2eb37afd..00000000 --- a/src/test/java/unit/java/sdk/model/DocumentTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.DocumentAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Document - */ -public class DocumentTest { - private final Document model = new Document(); - - /** - * Model tests for Document - */ - @Test - public void testDocument() { - // TODO: test Document - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/DocumentsRelationshipDataInnerTest.java b/src/test/java/unit/java/sdk/model/DocumentsRelationshipDataInnerTest.java deleted file mode 100644 index c6cd1a56..00000000 --- a/src/test/java/unit/java/sdk/model/DocumentsRelationshipDataInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DocumentsRelationshipDataInner - */ -public class DocumentsRelationshipDataInnerTest { - private final DocumentsRelationshipDataInner model = new DocumentsRelationshipDataInner(); - - /** - * Model tests for DocumentsRelationshipDataInner - */ - @Test - public void testDocumentsRelationshipDataInner() { - // TODO: test DocumentsRelationshipDataInner - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/DocumentsRelationshipTest.java b/src/test/java/unit/java/sdk/model/DocumentsRelationshipTest.java deleted file mode 100644 index 784c99fb..00000000 --- a/src/test/java/unit/java/sdk/model/DocumentsRelationshipTest.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import unit.java.sdk.model.DocumentsRelationshipDataInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for DocumentsRelationship - */ -public class DocumentsRelationshipTest { - private final DocumentsRelationship model = new DocumentsRelationship(); - - /** - * Model tests for DocumentsRelationship - */ - @Test - public void testDocumentsRelationship() { - // TODO: test DocumentsRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/EntityTypeTest.java b/src/test/java/unit/java/sdk/model/EntityTypeTest.java deleted file mode 100644 index 02a9182b..00000000 --- a/src/test/java/unit/java/sdk/model/EntityTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for EntityType - */ -public class EntityTypeTest { - /** - * Model tests for EntityType - */ - @Test - public void testEntityType() { - // TODO: test EntityType - } - -} diff --git a/src/test/java/unit/java/sdk/model/EvaluationParamsTest.java b/src/test/java/unit/java/sdk/model/EvaluationParamsTest.java deleted file mode 100644 index f58943dc..00000000 --- a/src/test/java/unit/java/sdk/model/EvaluationParamsTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for EvaluationParams - */ -public class EvaluationParamsTest { - private final EvaluationParams model = new EvaluationParams(); - - /** - * Model tests for EvaluationParams - */ - @Test - public void testEvaluationParams() { - // TODO: test EvaluationParams - } - - /** - * Test the property 'useSelfieVerification' - */ - @Test - public void useSelfieVerificationTest() { - // TODO: test useSelfieVerification - } - - /** - * Test the property 'requireIdVerification' - */ - @Test - public void requireIdVerificationTest() { - // TODO: test requireIdVerification - } - -} diff --git a/src/test/java/unit/java/sdk/model/EventTest.java b/src/test/java/unit/java/sdk/model/EventTest.java deleted file mode 100644 index 95a1fbdc..00000000 --- a/src/test/java/unit/java/sdk/model/EventTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Event - */ -public class EventTest { - private final Event model = new Event(); - - /** - * Model tests for Event - */ - @Test - public void testEvent() { - // TODO: test Event - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter10Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter10Test.java deleted file mode 100644 index b503e8cc..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter10Test.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter10 - */ -public class ExecuteFilterParameter10Test { - private final ExecuteFilterParameter10 model = new ExecuteFilterParameter10(); - - /** - * Model tests for ExecuteFilterParameter10 - */ - @Test - public void testExecuteFilterParameter10() { - // TODO: test ExecuteFilterParameter10 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'period' - */ - @Test - public void periodTest() { - // TODO: test period - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter11Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter11Test.java deleted file mode 100644 index cff27738..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter11Test.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter11 - */ -public class ExecuteFilterParameter11Test { - private final ExecuteFilterParameter11 model = new ExecuteFilterParameter11(); - - /** - * Model tests for ExecuteFilterParameter11 - */ - @Test - public void testExecuteFilterParameter11() { - // TODO: test ExecuteFilterParameter11 - } - - /** - * Test the property 'transactionId' - */ - @Test - public void transactionIdTest() { - // TODO: test transactionId - } - - /** - * Test the property 'rewardedTransactionId' - */ - @Test - public void rewardedTransactionIdTest() { - // TODO: test rewardedTransactionId - } - - /** - * Test the property 'receivingAccountId' - */ - @Test - public void receivingAccountIdTest() { - // TODO: test receivingAccountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'cardId' - */ - @Test - public void cardIdTest() { - // TODO: test cardId - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter12Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter12Test.java deleted file mode 100644 index baf9a51b..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter12Test.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter12 - */ -public class ExecuteFilterParameter12Test { - private final ExecuteFilterParameter12 model = new ExecuteFilterParameter12(); - - /** - * Model tests for ExecuteFilterParameter12 - */ - @Test - public void testExecuteFilterParameter12() { - // TODO: test ExecuteFilterParameter12 - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter13Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter13Test.java deleted file mode 100644 index d1e9f87b..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter13Test.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter13 - */ -public class ExecuteFilterParameter13Test { - private final ExecuteFilterParameter13 model = new ExecuteFilterParameter13(); - - /** - * Model tests for ExecuteFilterParameter13 - */ - @Test - public void testExecuteFilterParameter13() { - // TODO: test ExecuteFilterParameter13 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter14Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter14Test.java deleted file mode 100644 index 5c70fc25..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter14Test.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter14 - */ -public class ExecuteFilterParameter14Test { - private final ExecuteFilterParameter14 model = new ExecuteFilterParameter14(); - - /** - * Model tests for ExecuteFilterParameter14 - */ - @Test - public void testExecuteFilterParameter14() { - // TODO: test ExecuteFilterParameter14 - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'fromId' - */ - @Test - public void fromIdTest() { - // TODO: test fromId - } - - /** - * Test the property 'toId' - */ - @Test - public void toIdTest() { - // TODO: test toId - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter15Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter15Test.java deleted file mode 100644 index 7f0a6235..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter15Test.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter15 - */ -public class ExecuteFilterParameter15Test { - private final ExecuteFilterParameter15 model = new ExecuteFilterParameter15(); - - /** - * Model tests for ExecuteFilterParameter15 - */ - @Test - public void testExecuteFilterParameter15() { - // TODO: test ExecuteFilterParameter15 - } - - /** - * Test the property 'coordinates' - */ - @Test - public void coordinatesTest() { - // TODO: test coordinates - } - - /** - * Test the property 'searchRadius' - */ - @Test - public void searchRadiusTest() { - // TODO: test searchRadius - } - - /** - * Test the property 'postalCode' - */ - @Test - public void postalCodeTest() { - // TODO: test postalCode - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter16Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter16Test.java deleted file mode 100644 index dcdc0e69..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter16Test.java +++ /dev/null @@ -1,148 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter16 - */ -public class ExecuteFilterParameter16Test { - private final ExecuteFilterParameter16 model = new ExecuteFilterParameter16(); - - /** - * Model tests for ExecuteFilterParameter16 - */ - @Test - public void testExecuteFilterParameter16() { - // TODO: test ExecuteFilterParameter16 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'query' - */ - @Test - public void queryTest() { - // TODO: test query - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'cardId' - */ - @Test - public void cardIdTest() { - // TODO: test cardId - } - - /** - * Test the property 'excludeFees' - */ - @Test - public void excludeFeesTest() { - // TODO: test excludeFees - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'fromAmount' - */ - @Test - public void fromAmountTest() { - // TODO: test fromAmount - } - - /** - * Test the property 'toAmount' - */ - @Test - public void toAmountTest() { - // TODO: test toAmount - } - - /** - * Test the property 'accountType' - */ - @Test - public void accountTypeTest() { - // TODO: test accountType - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter17Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter17Test.java deleted file mode 100644 index 938ee653..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter17Test.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter17 - */ -public class ExecuteFilterParameter17Test { - private final ExecuteFilterParameter17 model = new ExecuteFilterParameter17(); - - /** - * Model tests for ExecuteFilterParameter17 - */ - @Test - public void testExecuteFilterParameter17() { - // TODO: test ExecuteFilterParameter17 - } - - /** - * Test the property 'query' - */ - @Test - public void queryTest() { - // TODO: test query - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter18Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter18Test.java deleted file mode 100644 index 0a5e90e6..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter18Test.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter18 - */ -public class ExecuteFilterParameter18Test { - private final ExecuteFilterParameter18 model = new ExecuteFilterParameter18(); - - /** - * Model tests for ExecuteFilterParameter18 - */ - @Test - public void testExecuteFilterParameter18() { - // TODO: test ExecuteFilterParameter18 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'creditAccountId' - */ - @Test - public void creditAccountIdTest() { - // TODO: test creditAccountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter19Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter19Test.java deleted file mode 100644 index 55bf0e3e..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter19Test.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter19 - */ -public class ExecuteFilterParameter19Test { - private final ExecuteFilterParameter19 model = new ExecuteFilterParameter19(); - - /** - * Model tests for ExecuteFilterParameter19 - */ - @Test - public void testExecuteFilterParameter19() { - // TODO: test ExecuteFilterParameter19 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'fromAmount' - */ - @Test - public void fromAmountTest() { - // TODO: test fromAmount - } - - /** - * Test the property 'toAmount' - */ - @Test - public void toAmountTest() { - // TODO: test toAmount - } - - /** - * Test the property 'checkNumber' - */ - @Test - public void checkNumberTest() { - // TODO: test checkNumber - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter1Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter1Test.java deleted file mode 100644 index 8e45fa84..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter1Test.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter1 - */ -public class ExecuteFilterParameter1Test { - private final ExecuteFilterParameter1 model = new ExecuteFilterParameter1(); - - /** - * Model tests for ExecuteFilterParameter1 - */ - @Test - public void testExecuteFilterParameter1() { - // TODO: test ExecuteFilterParameter1 - } - - /** - * Test the property 'query' - */ - @Test - public void queryTest() { - // TODO: test query - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter20Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter20Test.java deleted file mode 100644 index 4ba5afdb..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter20Test.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter20 - */ -public class ExecuteFilterParameter20Test { - private final ExecuteFilterParameter20 model = new ExecuteFilterParameter20(); - - /** - * Model tests for ExecuteFilterParameter20 - */ - @Test - public void testExecuteFilterParameter20() { - // TODO: test ExecuteFilterParameter20 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'fromAmount' - */ - @Test - public void fromAmountTest() { - // TODO: test fromAmount - } - - /** - * Test the property 'toAmount' - */ - @Test - public void toAmountTest() { - // TODO: test toAmount - } - - /** - * Test the property 'checkNumber' - */ - @Test - public void checkNumberTest() { - // TODO: test checkNumber - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter2Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter2Test.java deleted file mode 100644 index 1d8ca913..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter2Test.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter2 - */ -public class ExecuteFilterParameter2Test { - private final ExecuteFilterParameter2 model = new ExecuteFilterParameter2(); - - /** - * Model tests for ExecuteFilterParameter2 - */ - @Test - public void testExecuteFilterParameter2() { - // TODO: test ExecuteFilterParameter2 - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'fromBalance' - */ - @Test - public void fromBalanceTest() { - // TODO: test fromBalance - } - - /** - * Test the property 'toBalance' - */ - @Test - public void toBalanceTest() { - // TODO: test toBalance - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter3Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter3Test.java deleted file mode 100644 index de9dca6f..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter3Test.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter3 - */ -public class ExecuteFilterParameter3Test { - private final ExecuteFilterParameter3 model = new ExecuteFilterParameter3(); - - /** - * Model tests for ExecuteFilterParameter3 - */ - @Test - public void testExecuteFilterParameter3() { - // TODO: test ExecuteFilterParameter3 - } - - /** - * Test the property 'query' - */ - @Test - public void queryTest() { - // TODO: test query - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter4Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter4Test.java deleted file mode 100644 index 4b2082fe..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter4Test.java +++ /dev/null @@ -1,148 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter4 - */ -public class ExecuteFilterParameter4Test { - private final ExecuteFilterParameter4 model = new ExecuteFilterParameter4(); - - /** - * Model tests for ExecuteFilterParameter4 - */ - @Test - public void testExecuteFilterParameter4() { - // TODO: test ExecuteFilterParameter4 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'counterpartyAccountId' - */ - @Test - public void counterpartyAccountIdTest() { - // TODO: test counterpartyAccountId - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'fromAmount' - */ - @Test - public void fromAmountTest() { - // TODO: test fromAmount - } - - /** - * Test the property 'toAmount' - */ - @Test - public void toAmountTest() { - // TODO: test toAmount - } - - /** - * Test the property 'recurringPaymentId' - */ - @Test - public void recurringPaymentIdTest() { - // TODO: test recurringPaymentId - } - - /** - * Test the property 'feature' - */ - @Test - public void featureTest() { - // TODO: test feature - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter5Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter5Test.java deleted file mode 100644 index 7cee9537..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter5Test.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter5 - */ -public class ExecuteFilterParameter5Test { - private final ExecuteFilterParameter5 model = new ExecuteFilterParameter5(); - - /** - * Model tests for ExecuteFilterParameter5 - */ - @Test - public void testExecuteFilterParameter5() { - // TODO: test ExecuteFilterParameter5 - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'permissions' - */ - @Test - public void permissionsTest() { - // TODO: test permissions - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter6Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter6Test.java deleted file mode 100644 index b59eb655..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter6Test.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter6 - */ -public class ExecuteFilterParameter6Test { - private final ExecuteFilterParameter6 model = new ExecuteFilterParameter6(); - - /** - * Model tests for ExecuteFilterParameter6 - */ - @Test - public void testExecuteFilterParameter6() { - // TODO: test ExecuteFilterParameter6 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'fromStartTime' - */ - @Test - public void fromStartTimeTest() { - // TODO: test fromStartTime - } - - /** - * Test the property 'toStartTime' - */ - @Test - public void toStartTimeTest() { - // TODO: test toStartTime - } - - /** - * Test the property 'fromEndTime' - */ - @Test - public void fromEndTimeTest() { - // TODO: test fromEndTime - } - - /** - * Test the property 'toEndTime' - */ - @Test - public void toEndTimeTest() { - // TODO: test toEndTime - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter7Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter7Test.java deleted file mode 100644 index 4b8c1ab9..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter7Test.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter7 - */ -public class ExecuteFilterParameter7Test { - private final ExecuteFilterParameter7 model = new ExecuteFilterParameter7(); - - /** - * Model tests for ExecuteFilterParameter7 - */ - @Test - public void testExecuteFilterParameter7() { - // TODO: test ExecuteFilterParameter7 - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter8Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter8Test.java deleted file mode 100644 index eac9a9ce..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter8Test.java +++ /dev/null @@ -1,130 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter8 - */ -public class ExecuteFilterParameter8Test { - private final ExecuteFilterParameter8 model = new ExecuteFilterParameter8(); - - /** - * Model tests for ExecuteFilterParameter8 - */ - @Test - public void testExecuteFilterParameter8() { - // TODO: test ExecuteFilterParameter8 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'accountType' - */ - @Test - public void accountTypeTest() { - // TODO: test accountType - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'cardId' - */ - @Test - public void cardIdTest() { - // TODO: test cardId - } - - /** - * Test the property 'includeNonAuthorized' - */ - @Test - public void includeNonAuthorizedTest() { - // TODO: test includeNonAuthorized - } - - /** - * Test the property 'merchantCategoryCode' - */ - @Test - public void merchantCategoryCodeTest() { - // TODO: test merchantCategoryCode - } - - /** - * Test the property 'since' - */ - @Test - public void sinceTest() { - // TODO: test since - } - - /** - * Test the property 'until' - */ - @Test - public void untilTest() { - // TODO: test until - } - - /** - * Test the property 'fromAmount' - */ - @Test - public void fromAmountTest() { - // TODO: test fromAmount - } - - /** - * Test the property 'toAmount' - */ - @Test - public void toAmountTest() { - // TODO: test toAmount - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter9Test.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameter9Test.java deleted file mode 100644 index 2bfbdf14..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameter9Test.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter9 - */ -public class ExecuteFilterParameter9Test { - private final ExecuteFilterParameter9 model = new ExecuteFilterParameter9(); - - /** - * Model tests for ExecuteFilterParameter9 - */ - @Test - public void testExecuteFilterParameter9() { - // TODO: test ExecuteFilterParameter9 - } - - /** - * Test the property 'accountId' - */ - @Test - public void accountIdTest() { - // TODO: test accountId - } - - /** - * Test the property 'customerId' - */ - @Test - public void customerIdTest() { - // TODO: test customerId - } - - /** - * Test the property 'merchantCategoryCode' - */ - @Test - public void merchantCategoryCodeTest() { - // TODO: test merchantCategoryCode - } - - /** - * Test the property 'fromAmount' - */ - @Test - public void fromAmountTest() { - // TODO: test fromAmount - } - - /** - * Test the property 'toAmount' - */ - @Test - public void toAmountTest() { - // TODO: test toAmount - } - -} diff --git a/src/test/java/unit/java/sdk/model/ExecuteFilterParameterTest.java b/src/test/java/unit/java/sdk/model/ExecuteFilterParameterTest.java deleted file mode 100644 index 017c9f65..00000000 --- a/src/test/java/unit/java/sdk/model/ExecuteFilterParameterTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ExecuteFilterParameter - */ -public class ExecuteFilterParameterTest { - private final ExecuteFilterParameter model = new ExecuteFilterParameter(); - - /** - * Model tests for ExecuteFilterParameter - */ - @Test - public void testExecuteFilterParameter() { - // TODO: test ExecuteFilterParameter - } - - /** - * Test the property 'query' - */ - @Test - public void queryTest() { - // TODO: test query - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/FeeAttributesTest.java b/src/test/java/unit/java/sdk/model/FeeAttributesTest.java deleted file mode 100644 index dad1c03e..00000000 --- a/src/test/java/unit/java/sdk/model/FeeAttributesTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for FeeAttributes - */ -public class FeeAttributesTest { - private final FeeAttributes model = new FeeAttributes(); - - /** - * Model tests for FeeAttributes - */ - @Test - public void testFeeAttributes() { - // TODO: test FeeAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/FeeRelationshipsTest.java b/src/test/java/unit/java/sdk/model/FeeRelationshipsTest.java deleted file mode 100644 index 98771341..00000000 --- a/src/test/java/unit/java/sdk/model/FeeRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for FeeRelationships - */ -public class FeeRelationshipsTest { - private final FeeRelationships model = new FeeRelationships(); - - /** - * Model tests for FeeRelationships - */ - @Test - public void testFeeRelationships() { - // TODO: test FeeRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - -} diff --git a/src/test/java/unit/java/sdk/model/FeeTest.java b/src/test/java/unit/java/sdk/model/FeeTest.java deleted file mode 100644 index 89946ada..00000000 --- a/src/test/java/unit/java/sdk/model/FeeTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeAttributes; -import unit.java.sdk.model.FeeRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Fee - */ -public class FeeTest { - private final Fee model = new Fee(); - - /** - * Model tests for Fee - */ - @Test - public void testFee() { - // TODO: test Fee - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/FeeTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/FeeTransactionAllOfAttributesTest.java deleted file mode 100644 index e538aaba..00000000 --- a/src/test/java/unit/java/sdk/model/FeeTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for FeeTransactionAllOfAttributes - */ -public class FeeTransactionAllOfAttributesTest { - private final FeeTransactionAllOfAttributes model = new FeeTransactionAllOfAttributes(); - - /** - * Model tests for FeeTransactionAllOfAttributes - */ - @Test - public void testFeeTransactionAllOfAttributes() { - // TODO: test FeeTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/FeeTransactionTest.java b/src/test/java/unit/java/sdk/model/FeeTransactionTest.java deleted file mode 100644 index e04a71f3..00000000 --- a/src/test/java/unit/java/sdk/model/FeeTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for FeeTransaction - */ -public class FeeTransactionTest { - private final FeeTransaction model = new FeeTransaction(); - - /** - * Model tests for FeeTransaction - */ - @Test - public void testFeeTransaction() { - // TODO: test FeeTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/FreezeAccountRequestAttributesTest.java b/src/test/java/unit/java/sdk/model/FreezeAccountRequestAttributesTest.java deleted file mode 100644 index 46f8d669..00000000 --- a/src/test/java/unit/java/sdk/model/FreezeAccountRequestAttributesTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for FreezeAccountRequestAttributes - */ -public class FreezeAccountRequestAttributesTest { - private final FreezeAccountRequestAttributes model = new FreezeAccountRequestAttributes(); - - /** - * Model tests for FreezeAccountRequestAttributes - */ - @Test - public void testFreezeAccountRequestAttributes() { - // TODO: test FreezeAccountRequestAttributes - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'reasonText' - */ - @Test - public void reasonTextTest() { - // TODO: test reasonText - } - -} diff --git a/src/test/java/unit/java/sdk/model/FreezeAccountRequestTest.java b/src/test/java/unit/java/sdk/model/FreezeAccountRequestTest.java deleted file mode 100644 index fbb3bec2..00000000 --- a/src/test/java/unit/java/sdk/model/FreezeAccountRequestTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for FreezeAccountRequest - */ -public class FreezeAccountRequestTest { - private final FreezeAccountRequest model = new FreezeAccountRequest(); - - /** - * Model tests for FreezeAccountRequest - */ - @Test - public void testFreezeAccountRequest() { - // TODO: test FreezeAccountRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/FullNameTest.java b/src/test/java/unit/java/sdk/model/FullNameTest.java deleted file mode 100644 index ca4bec90..00000000 --- a/src/test/java/unit/java/sdk/model/FullNameTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for FullName - */ -public class FullNameTest { - private final FullName model = new FullName(); - - /** - * Model tests for FullName - */ - @Test - public void testFullName() { - // TODO: test FullName - } - - /** - * Test the property 'first' - */ - @Test - public void firstTest() { - // TODO: test first - } - - /** - * Test the property 'last' - */ - @Test - public void lastTest() { - // TODO: test last - } - -} diff --git a/src/test/java/unit/java/sdk/model/GrantorTest.java b/src/test/java/unit/java/sdk/model/GrantorTest.java deleted file mode 100644 index 3a16fb45..00000000 --- a/src/test/java/unit/java/sdk/model/GrantorTest.java +++ /dev/null @@ -1,150 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Grantor - */ -public class GrantorTest { - private final Grantor model = new Grantor(); - - /** - * Model tests for Grantor - */ - @Test - public void testGrantor() { - // TODO: test Grantor - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'evaluationFlags' - */ - @Test - public void evaluationFlagsTest() { - // TODO: test evaluationFlags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'maskedSSN' - */ - @Test - public void maskedSSNTest() { - // TODO: test maskedSSN - } - -} diff --git a/src/test/java/unit/java/sdk/model/HealthcareAmountsTest.java b/src/test/java/unit/java/sdk/model/HealthcareAmountsTest.java deleted file mode 100644 index 2b6d0b61..00000000 --- a/src/test/java/unit/java/sdk/model/HealthcareAmountsTest.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for HealthcareAmounts - */ -public class HealthcareAmountsTest { - private final HealthcareAmounts model = new HealthcareAmounts(); - - /** - * Model tests for HealthcareAmounts - */ - @Test - public void testHealthcareAmounts() { - // TODO: test HealthcareAmounts - } - - /** - * Test the property 'transitAmount' - */ - @Test - public void transitAmountTest() { - // TODO: test transitAmount - } - - /** - * Test the property 'prescriptionRXAmount' - */ - @Test - public void prescriptionRXAmountTest() { - // TODO: test prescriptionRXAmount - } - - /** - * Test the property 'visionOpticalAmount' - */ - @Test - public void visionOpticalAmountTest() { - // TODO: test visionOpticalAmount - } - - /** - * Test the property 'clinicOtherQualifiedMedicalAmount' - */ - @Test - public void clinicOtherQualifiedMedicalAmountTest() { - // TODO: test clinicOtherQualifiedMedicalAmount - } - - /** - * Test the property 'dentalAmount' - */ - @Test - public void dentalAmountTest() { - // TODO: test dentalAmount - } - - /** - * Test the property 'totalHealthcareAmount' - */ - @Test - public void totalHealthcareAmountTest() { - // TODO: test totalHealthcareAmount - } - -} diff --git a/src/test/java/unit/java/sdk/model/IncludedResourceInnerTest.java b/src/test/java/unit/java/sdk/model/IncludedResourceInnerTest.java deleted file mode 100644 index 2bd6a4a7..00000000 --- a/src/test/java/unit/java/sdk/model/IncludedResourceInnerTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IncludedResourceInner - */ -public class IncludedResourceInnerTest { - private final IncludedResourceInner model = new IncludedResourceInner(); - - /** - * Model tests for IncludedResourceInner - */ - @Test - public void testIncludedResourceInner() { - // TODO: test IncludedResourceInner - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/IncomingAchRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/IncomingAchRelationshipDataTest.java deleted file mode 100644 index c900115a..00000000 --- a/src/test/java/unit/java/sdk/model/IncomingAchRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IncomingAchRelationshipData - */ -public class IncomingAchRelationshipDataTest { - private final IncomingAchRelationshipData model = new IncomingAchRelationshipData(); - - /** - * Model tests for IncomingAchRelationshipData - */ - @Test - public void testIncomingAchRelationshipData() { - // TODO: test IncomingAchRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/IncomingAchRelationshipTest.java b/src/test/java/unit/java/sdk/model/IncomingAchRelationshipTest.java deleted file mode 100644 index 43801bad..00000000 --- a/src/test/java/unit/java/sdk/model/IncomingAchRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.IncomingAchRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IncomingAchRelationship - */ -public class IncomingAchRelationshipTest { - private final IncomingAchRelationship model = new IncomingAchRelationship(); - - /** - * Model tests for IncomingAchRelationship - */ - @Test - public void testIncomingAchRelationship() { - // TODO: test IncomingAchRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualApplicationAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/IndividualApplicationAllOfAttributesTest.java deleted file mode 100644 index 109d319a..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualApplicationAllOfAttributesTest.java +++ /dev/null @@ -1,419 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.ApplicationStatus; -import unit.java.sdk.model.BusinessVertical; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Industry; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.PowerOfAttorneyAgent; -import unit.java.sdk.model.SoleProprietorshipAnnualRevenue; -import unit.java.sdk.model.SoleProprietorshipNumberOfEmployees; -import unit.java.sdk.model.SourceOfIncome; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualApplicationAllOfAttributes - */ -public class IndividualApplicationAllOfAttributesTest { - private final IndividualApplicationAllOfAttributes model = new IndividualApplicationAllOfAttributes(); - - /** - * Model tests for IndividualApplicationAllOfAttributes - */ - @Test - public void testIndividualApplicationAllOfAttributes() { - // TODO: test IndividualApplicationAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'evaluationOutcome' - */ - @Test - public void evaluationOutcomeTest() { - // TODO: test evaluationOutcome - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'evaluationEntityId' - */ - @Test - public void evaluationEntityIdTest() { - // TODO: test evaluationEntityId - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'ip' - */ - @Test - public void ipTest() { - // TODO: test ip - } - - /** - * Test the property 'soleProprietorship' - */ - @Test - public void soleProprietorshipTest() { - // TODO: test soleProprietorship - } - - /** - * Test the property 'decisionMethod' - */ - @Test - public void decisionMethodTest() { - // TODO: test decisionMethod - } - - /** - * Test the property 'decisionUserId' - */ - @Test - public void decisionUserIdTest() { - // TODO: test decisionUserId - } - - /** - * Test the property 'decisionReason' - */ - @Test - public void decisionReasonTest() { - // TODO: test decisionReason - } - - /** - * Test the property 'decisionDateTime' - */ - @Test - public void decisionDateTimeTest() { - // TODO: test decisionDateTime - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'riskRate' - */ - @Test - public void riskRateTest() { - // TODO: test riskRate - } - - /** - * Test the property 'evaluationFlags' - */ - @Test - public void evaluationFlagsTest() { - // TODO: test evaluationFlags - } - - /** - * Test the property 'evaluationScores' - */ - @Test - public void evaluationScoresTest() { - // TODO: test evaluationScores - } - - /** - * Test the property 'ipLocationDetails' - */ - @Test - public void ipLocationDetailsTest() { - // TODO: test ipLocationDetails - } - - /** - * Test the property 'phoneLocationDetails' - */ - @Test - public void phoneLocationDetailsTest() { - // TODO: test phoneLocationDetails - } - - /** - * Test the property 'maskedSSN' - */ - @Test - public void maskedSSNTest() { - // TODO: test maskedSSN - } - - /** - * Test the property 'maskedPassport' - */ - @Test - public void maskedPassportTest() { - // TODO: test maskedPassport - } - - /** - * Test the property 'maskedMatriculaConsular' - */ - @Test - public void maskedMatriculaConsularTest() { - // TODO: test maskedMatriculaConsular - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - - /** - * Test the property 'archived' - */ - @Test - public void archivedTest() { - // TODO: test archived - } - - /** - * Test the property 'powerOfAttorneyAgent' - */ - @Test - public void powerOfAttorneyAgentTest() { - // TODO: test powerOfAttorneyAgent - } - - /** - * Test the property 'industry' - */ - @Test - public void industryTest() { - // TODO: test industry - } - - /** - * Test the property 'idTheftScore' - */ - @Test - public void idTheftScoreTest() { - // TODO: test idTheftScore - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - - /** - * Test the property 'annualRevenue' - */ - @Test - public void annualRevenueTest() { - // TODO: test annualRevenue - } - - /** - * Test the property 'numberOfEmployees' - */ - @Test - public void numberOfEmployeesTest() { - // TODO: test numberOfEmployees - } - - /** - * Test the property 'businessVertical' - */ - @Test - public void businessVerticalTest() { - // TODO: test businessVertical - } - - /** - * Test the property 'website' - */ - @Test - public void websiteTest() { - // TODO: test website - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualApplicationTest.java b/src/test/java/unit/java/sdk/model/IndividualApplicationTest.java deleted file mode 100644 index cb86c5c3..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualApplicationTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.ApplicationRelationships; -import unit.java.sdk.model.IndividualApplicationAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualApplication - */ -public class IndividualApplicationTest { - private final IndividualApplication model = new IndividualApplication(); - - /** - * Model tests for IndividualApplication - */ - @Test - public void testIndividualApplication() { - // TODO: test IndividualApplication - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualCustomerAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/IndividualCustomerAllOfAttributesTest.java deleted file mode 100644 index 56e9a775..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualCustomerAllOfAttributesTest.java +++ /dev/null @@ -1,228 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AuthorizedUser; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualCustomerAllOfAttributes - */ -public class IndividualCustomerAllOfAttributesTest { - private final IndividualCustomerAllOfAttributes model = new IndividualCustomerAllOfAttributes(); - - /** - * Model tests for IndividualCustomerAllOfAttributes - */ - @Test - public void testIndividualCustomerAllOfAttributes() { - // TODO: test IndividualCustomerAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'soleProprietorship' - */ - @Test - public void soleProprietorshipTest() { - // TODO: test soleProprietorship - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'riskRate' - */ - @Test - public void riskRateTest() { - // TODO: test riskRate - } - - /** - * Test the property 'maskedSSN' - */ - @Test - public void maskedSSNTest() { - // TODO: test maskedSSN - } - - /** - * Test the property 'maskedPassport' - */ - @Test - public void maskedPassportTest() { - // TODO: test maskedPassport - } - - /** - * Test the property 'maskedMatriculaConsular' - */ - @Test - public void maskedMatriculaConsularTest() { - // TODO: test maskedMatriculaConsular - } - - /** - * Test the property 'authorizedUsers' - */ - @Test - public void authorizedUsersTest() { - // TODO: test authorizedUsers - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'archiveReason' - */ - @Test - public void archiveReasonTest() { - // TODO: test archiveReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualCustomerTest.java b/src/test/java/unit/java/sdk/model/IndividualCustomerTest.java deleted file mode 100644 index 5ec91b8d..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualCustomerTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Customer; -import unit.java.sdk.model.CustomerRelationships; -import unit.java.sdk.model.IndividualCustomerAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualCustomer - */ -public class IndividualCustomerTest { - private final IndividualCustomer model = new IndividualCustomer(); - - /** - * Model tests for IndividualCustomer - */ - @Test - public void testIndividualCustomer() { - // TODO: test IndividualCustomer - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualDebitCardAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/IndividualDebitCardAllOfAttributesTest.java deleted file mode 100644 index 08040645..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualDebitCardAllOfAttributesTest.java +++ /dev/null @@ -1,123 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.PhysicalCardStatus; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualDebitCardAllOfAttributes - */ -public class IndividualDebitCardAllOfAttributesTest { - private final IndividualDebitCardAllOfAttributes model = new IndividualDebitCardAllOfAttributes(); - - /** - * Model tests for IndividualDebitCardAllOfAttributes - */ - @Test - public void testIndividualDebitCardAllOfAttributes() { - // TODO: test IndividualDebitCardAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'last4Digits' - */ - @Test - public void last4DigitsTest() { - // TODO: test last4Digits - } - - /** - * Test the property 'expirationDate' - */ - @Test - public void expirationDateTest() { - // TODO: test expirationDate - } - - /** - * Test the property 'shippingAddress' - */ - @Test - public void shippingAddressTest() { - // TODO: test shippingAddress - } - - /** - * Test the property 'bin' - */ - @Test - public void binTest() { - // TODO: test bin - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'design' - */ - @Test - public void designTest() { - // TODO: test design - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'freezeReason' - */ - @Test - public void freezeReasonTest() { - // TODO: test freezeReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualDebitCardTest.java b/src/test/java/unit/java/sdk/model/IndividualDebitCardTest.java deleted file mode 100644 index 307e932c..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualDebitCardTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.CardRelationships; -import unit.java.sdk.model.IndividualDebitCardAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualDebitCard - */ -public class IndividualDebitCardTest { - private final IndividualDebitCard model = new IndividualDebitCard(); - - /** - * Model tests for IndividualDebitCard - */ - @Test - public void testIndividualDebitCard() { - // TODO: test IndividualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualVirtualDebitCardAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/IndividualVirtualDebitCardAllOfAttributesTest.java deleted file mode 100644 index d897bb9b..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualVirtualDebitCardAllOfAttributesTest.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.VirtualCardStatus; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualVirtualDebitCardAllOfAttributes - */ -public class IndividualVirtualDebitCardAllOfAttributesTest { - private final IndividualVirtualDebitCardAllOfAttributes model = new IndividualVirtualDebitCardAllOfAttributes(); - - /** - * Model tests for IndividualVirtualDebitCardAllOfAttributes - */ - @Test - public void testIndividualVirtualDebitCardAllOfAttributes() { - // TODO: test IndividualVirtualDebitCardAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'last4Digits' - */ - @Test - public void last4DigitsTest() { - // TODO: test last4Digits - } - - /** - * Test the property 'expirationDate' - */ - @Test - public void expirationDateTest() { - // TODO: test expirationDate - } - - /** - * Test the property 'bin' - */ - @Test - public void binTest() { - // TODO: test bin - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'freezeReason' - */ - @Test - public void freezeReasonTest() { - // TODO: test freezeReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndividualVirtualDebitCardTest.java b/src/test/java/unit/java/sdk/model/IndividualVirtualDebitCardTest.java deleted file mode 100644 index 45bee011..00000000 --- a/src/test/java/unit/java/sdk/model/IndividualVirtualDebitCardTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.CardRelationships; -import unit.java.sdk.model.IndividualVirtualDebitCardAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for IndividualVirtualDebitCard - */ -public class IndividualVirtualDebitCardTest { - private final IndividualVirtualDebitCard model = new IndividualVirtualDebitCard(); - - /** - * Model tests for IndividualVirtualDebitCard - */ - @Test - public void testIndividualVirtualDebitCard() { - // TODO: test IndividualVirtualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/IndustryTest.java b/src/test/java/unit/java/sdk/model/IndustryTest.java deleted file mode 100644 index ac5d6862..00000000 --- a/src/test/java/unit/java/sdk/model/IndustryTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Industry - */ -public class IndustryTest { - /** - * Model tests for Industry - */ - @Test - public void testIndustry() { - // TODO: test Industry - } - -} diff --git a/src/test/java/unit/java/sdk/model/InstitutionAttributesTest.java b/src/test/java/unit/java/sdk/model/InstitutionAttributesTest.java deleted file mode 100644 index 6ca9824d..00000000 --- a/src/test/java/unit/java/sdk/model/InstitutionAttributesTest.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for InstitutionAttributes - */ -public class InstitutionAttributesTest { - private final InstitutionAttributes model = new InstitutionAttributes(); - - /** - * Model tests for InstitutionAttributes - */ - @Test - public void testInstitutionAttributes() { - // TODO: test InstitutionAttributes - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'isWireSupported' - */ - @Test - public void isWireSupportedTest() { - // TODO: test isWireSupported - } - - /** - * Test the property 'isACHSupported' - */ - @Test - public void isACHSupportedTest() { - // TODO: test isACHSupported - } - -} diff --git a/src/test/java/unit/java/sdk/model/InstitutionTest.java b/src/test/java/unit/java/sdk/model/InstitutionTest.java deleted file mode 100644 index 7227e691..00000000 --- a/src/test/java/unit/java/sdk/model/InstitutionTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.InstitutionAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Institution - */ -public class InstitutionTest { - private final Institution model = new Institution(); - - /** - * Model tests for Institution - */ - @Test - public void testInstitution() { - // TODO: test Institution - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/InterchangeTransactionTest.java b/src/test/java/unit/java/sdk/model/InterchangeTransactionTest.java deleted file mode 100644 index a0d01624..00000000 --- a/src/test/java/unit/java/sdk/model/InterchangeTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for InterchangeTransaction - */ -public class InterchangeTransactionTest { - private final InterchangeTransaction model = new InterchangeTransaction(); - - /** - * Model tests for InterchangeTransaction - */ - @Test - public void testInterchangeTransaction() { - // TODO: test InterchangeTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/InterestShareTransactionTest.java b/src/test/java/unit/java/sdk/model/InterestShareTransactionTest.java deleted file mode 100644 index 60d81b96..00000000 --- a/src/test/java/unit/java/sdk/model/InterestShareTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for InterestShareTransaction - */ -public class InterestShareTransactionTest { - private final InterestShareTransaction model = new InterestShareTransaction(); - - /** - * Model tests for InterestShareTransaction - */ - @Test - public void testInterestShareTransaction() { - // TODO: test InterestShareTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/InterestTransactionTest.java b/src/test/java/unit/java/sdk/model/InterestTransactionTest.java deleted file mode 100644 index 38002178..00000000 --- a/src/test/java/unit/java/sdk/model/InterestTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for InterestTransaction - */ -public class InterestTransactionTest { - private final InterestTransaction model = new InterestTransaction(); - - /** - * Model tests for InterestTransaction - */ - @Test - public void testInterestTransaction() { - // TODO: test InterestTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/Limits1Test.java b/src/test/java/unit/java/sdk/model/Limits1Test.java deleted file mode 100644 index 1679f1c9..00000000 --- a/src/test/java/unit/java/sdk/model/Limits1Test.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Limits1 - */ -public class Limits1Test { - private final Limits1 model = new Limits1(); - - /** - * Model tests for Limits1 - */ - @Test - public void testLimits1() { - // TODO: test Limits1 - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/LimitsAttributesCardLimitsTest.java b/src/test/java/unit/java/sdk/model/LimitsAttributesCardLimitsTest.java deleted file mode 100644 index 0002debb..00000000 --- a/src/test/java/unit/java/sdk/model/LimitsAttributesCardLimitsTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for LimitsAttributesCardLimits - */ -public class LimitsAttributesCardLimitsTest { - private final LimitsAttributesCardLimits model = new LimitsAttributesCardLimits(); - - /** - * Model tests for LimitsAttributesCardLimits - */ - @Test - public void testLimitsAttributesCardLimits() { - // TODO: test LimitsAttributesCardLimits - } - - /** - * Test the property 'dailyWithdrawal' - */ - @Test - public void dailyWithdrawalTest() { - // TODO: test dailyWithdrawal - } - - /** - * Test the property 'dailyDeposit' - */ - @Test - public void dailyDepositTest() { - // TODO: test dailyDeposit - } - - /** - * Test the property 'dailyPurchase' - */ - @Test - public void dailyPurchaseTest() { - // TODO: test dailyPurchase - } - - /** - * Test the property 'dailyCardTransaction' - */ - @Test - public void dailyCardTransactionTest() { - // TODO: test dailyCardTransaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/LimitsAttributesCardTest.java b/src/test/java/unit/java/sdk/model/LimitsAttributesCardTest.java deleted file mode 100644 index 37609d6d..00000000 --- a/src/test/java/unit/java/sdk/model/LimitsAttributesCardTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.LimitsAttributesCardLimits; -import unit.java.sdk.model.LimitsAttributesCardTotalsDaily; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for LimitsAttributesCard - */ -public class LimitsAttributesCardTest { - private final LimitsAttributesCard model = new LimitsAttributesCard(); - - /** - * Model tests for LimitsAttributesCard - */ - @Test - public void testLimitsAttributesCard() { - // TODO: test LimitsAttributesCard - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'totalsDaily' - */ - @Test - public void totalsDailyTest() { - // TODO: test totalsDaily - } - -} diff --git a/src/test/java/unit/java/sdk/model/LimitsAttributesCardTotalsDailyTest.java b/src/test/java/unit/java/sdk/model/LimitsAttributesCardTotalsDailyTest.java deleted file mode 100644 index cac0f14d..00000000 --- a/src/test/java/unit/java/sdk/model/LimitsAttributesCardTotalsDailyTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for LimitsAttributesCardTotalsDaily - */ -public class LimitsAttributesCardTotalsDailyTest { - private final LimitsAttributesCardTotalsDaily model = new LimitsAttributesCardTotalsDaily(); - - /** - * Model tests for LimitsAttributesCardTotalsDaily - */ - @Test - public void testLimitsAttributesCardTotalsDaily() { - // TODO: test LimitsAttributesCardTotalsDaily - } - - /** - * Test the property 'withdrawal' - */ - @Test - public void withdrawalTest() { - // TODO: test withdrawal - } - - /** - * Test the property 'deposit' - */ - @Test - public void depositTest() { - // TODO: test deposit - } - - /** - * Test the property 'purchase' - */ - @Test - public void purchaseTest() { - // TODO: test purchase - } - - /** - * Test the property 'cardTransaction' - */ - @Test - public void cardTransactionTest() { - // TODO: test cardTransaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/LimitsAttributesTest.java b/src/test/java/unit/java/sdk/model/LimitsAttributesTest.java deleted file mode 100644 index 4e08569f..00000000 --- a/src/test/java/unit/java/sdk/model/LimitsAttributesTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.LimitsAttributesCard; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for LimitsAttributes - */ -public class LimitsAttributesTest { - private final LimitsAttributes model = new LimitsAttributes(); - - /** - * Model tests for LimitsAttributes - */ - @Test - public void testLimitsAttributes() { - // TODO: test LimitsAttributes - } - - /** - * Test the property 'card' - */ - @Test - public void cardTest() { - // TODO: test card - } - -} diff --git a/src/test/java/unit/java/sdk/model/LimitsTest.java b/src/test/java/unit/java/sdk/model/LimitsTest.java deleted file mode 100644 index 77beef67..00000000 --- a/src/test/java/unit/java/sdk/model/LimitsTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.LimitsAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Limits - */ -public class LimitsTest { - private final Limits model = new Limits(); - - /** - * Model tests for Limits - */ - @Test - public void testLimits() { - // TODO: test Limits - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/ListPageParametersObjectTest.java b/src/test/java/unit/java/sdk/model/ListPageParametersObjectTest.java deleted file mode 100644 index 0945f936..00000000 --- a/src/test/java/unit/java/sdk/model/ListPageParametersObjectTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ListPageParametersObject - */ -public class ListPageParametersObjectTest { - private final ListPageParametersObject model = new ListPageParametersObject(); - - /** - * Model tests for ListPageParametersObject - */ - @Test - public void testListPageParametersObject() { - // TODO: test ListPageParametersObject - } - - /** - * Test the property 'limit' - */ - @Test - public void limitTest() { - // TODO: test limit - } - - /** - * Test the property 'offset' - */ - @Test - public void offsetTest() { - // TODO: test offset - } - -} diff --git a/src/test/java/unit/java/sdk/model/MerchantTest.java b/src/test/java/unit/java/sdk/model/MerchantTest.java deleted file mode 100644 index 670e7fe7..00000000 --- a/src/test/java/unit/java/sdk/model/MerchantTest.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Merchant - */ -public class MerchantTest { - private final Merchant model = new Merchant(); - - /** - * Model tests for Merchant - */ - @Test - public void testMerchant() { - // TODO: test Merchant - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'category' - */ - @Test - public void categoryTest() { - // TODO: test category - } - - /** - * Test the property 'location' - */ - @Test - public void locationTest() { - // TODO: test location - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/MonthlyScheduleTest.java b/src/test/java/unit/java/sdk/model/MonthlyScheduleTest.java deleted file mode 100644 index c798f4c1..00000000 --- a/src/test/java/unit/java/sdk/model/MonthlyScheduleTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for MonthlySchedule - */ -public class MonthlyScheduleTest { - private final MonthlySchedule model = new MonthlySchedule(); - - /** - * Model tests for MonthlySchedule - */ - @Test - public void testMonthlySchedule() { - // TODO: test MonthlySchedule - } - - /** - * Test the property 'startTime' - */ - @Test - public void startTimeTest() { - // TODO: test startTime - } - - /** - * Test the property 'endTime' - */ - @Test - public void endTimeTest() { - // TODO: test endTime - } - - /** - * Test the property 'dayOfMonth' - */ - @Test - public void dayOfMonthTest() { - // TODO: test dayOfMonth - } - - /** - * Test the property 'dayOfWeek' - */ - @Test - public void dayOfWeekTest() { - // TODO: test dayOfWeek - } - - /** - * Test the property 'interval' - */ - @Test - public void intervalTest() { - // TODO: test interval - } - - /** - * Test the property 'totalNumberOfPayments' - */ - @Test - public void totalNumberOfPaymentsTest() { - // TODO: test totalNumberOfPayments - } - -} diff --git a/src/test/java/unit/java/sdk/model/NegativeBalanceCoverageTransactionTest.java b/src/test/java/unit/java/sdk/model/NegativeBalanceCoverageTransactionTest.java deleted file mode 100644 index 26d7ddf2..00000000 --- a/src/test/java/unit/java/sdk/model/NegativeBalanceCoverageTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.FeeTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for NegativeBalanceCoverageTransaction - */ -public class NegativeBalanceCoverageTransactionTest { - private final NegativeBalanceCoverageTransaction model = new NegativeBalanceCoverageTransaction(); - - /** - * Model tests for NegativeBalanceCoverageTransaction - */ - @Test - public void testNegativeBalanceCoverageTransaction() { - // TODO: test NegativeBalanceCoverageTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/OccupationTest.java b/src/test/java/unit/java/sdk/model/OccupationTest.java deleted file mode 100644 index afbc9efe..00000000 --- a/src/test/java/unit/java/sdk/model/OccupationTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Occupation - */ -public class OccupationTest { - /** - * Model tests for Occupation - */ - @Test - public void testOccupation() { - // TODO: test Occupation - } - -} diff --git a/src/test/java/unit/java/sdk/model/OfficerTest.java b/src/test/java/unit/java/sdk/model/OfficerTest.java deleted file mode 100644 index 77880911..00000000 --- a/src/test/java/unit/java/sdk/model/OfficerTest.java +++ /dev/null @@ -1,208 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.SourceOfIncome; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Officer - */ -public class OfficerTest { - private final Officer model = new Officer(); - - /** - * Model tests for Officer - */ - @Test - public void testOfficer() { - // TODO: test Officer - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'title' - */ - @Test - public void titleTest() { - // TODO: test title - } - - /** - * Test the property 'evaluationFlags' - */ - @Test - public void evaluationFlagsTest() { - // TODO: test evaluationFlags - } - - /** - * Test the property 'maskedSSN' - */ - @Test - public void maskedSSNTest() { - // TODO: test maskedSSN - } - - /** - * Test the property 'maskedPassport' - */ - @Test - public void maskedPassportTest() { - // TODO: test maskedPassport - } - - /** - * Test the property 'maskedMatriculaConsular' - */ - @Test - public void maskedMatriculaConsularTest() { - // TODO: test maskedMatriculaConsular - } - - /** - * Test the property 'idTheftScore' - */ - @Test - public void idTheftScoreTest() { - // TODO: test idTheftScore - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/OrgRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/OrgRelationshipDataTest.java deleted file mode 100644 index 4b7b706f..00000000 --- a/src/test/java/unit/java/sdk/model/OrgRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for OrgRelationshipData - */ -public class OrgRelationshipDataTest { - private final OrgRelationshipData model = new OrgRelationshipData(); - - /** - * Model tests for OrgRelationshipData - */ - @Test - public void testOrgRelationshipData() { - // TODO: test OrgRelationshipData - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/OrgRelationshipTest.java b/src/test/java/unit/java/sdk/model/OrgRelationshipTest.java deleted file mode 100644 index f71245d2..00000000 --- a/src/test/java/unit/java/sdk/model/OrgRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.OrgRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for OrgRelationship - */ -public class OrgRelationshipTest { - private final OrgRelationship model = new OrgRelationship(); - - /** - * Model tests for OrgRelationship - */ - @Test - public void testOrgRelationship() { - // TODO: test OrgRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/OriginatedAchTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/OriginatedAchTransactionAllOfAttributesTest.java deleted file mode 100644 index df95d98d..00000000 --- a/src/test/java/unit/java/sdk/model/OriginatedAchTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,130 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for OriginatedAchTransactionAllOfAttributes - */ -public class OriginatedAchTransactionAllOfAttributesTest { - private final OriginatedAchTransactionAllOfAttributes model = new OriginatedAchTransactionAllOfAttributes(); - - /** - * Model tests for OriginatedAchTransactionAllOfAttributes - */ - @Test - public void testOriginatedAchTransactionAllOfAttributes() { - // TODO: test OriginatedAchTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - - /** - * Test the property 'traceNumber' - */ - @Test - public void traceNumberTest() { - // TODO: test traceNumber - } - -} diff --git a/src/test/java/unit/java/sdk/model/OriginatedAchTransactionTest.java b/src/test/java/unit/java/sdk/model/OriginatedAchTransactionTest.java deleted file mode 100644 index 2647e2ad..00000000 --- a/src/test/java/unit/java/sdk/model/OriginatedAchTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.OriginatedAchTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for OriginatedAchTransaction - */ -public class OriginatedAchTransactionTest { - private final OriginatedAchTransaction model = new OriginatedAchTransaction(); - - /** - * Model tests for OriginatedAchTransaction - */ - @Test - public void testOriginatedAchTransaction() { - // TODO: test OriginatedAchTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaginationMetaPaginationTest.java b/src/test/java/unit/java/sdk/model/PaginationMetaPaginationTest.java deleted file mode 100644 index 8b31f41d..00000000 --- a/src/test/java/unit/java/sdk/model/PaginationMetaPaginationTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaginationMetaPagination - */ -public class PaginationMetaPaginationTest { - private final PaginationMetaPagination model = new PaginationMetaPagination(); - - /** - * Model tests for PaginationMetaPagination - */ - @Test - public void testPaginationMetaPagination() { - // TODO: test PaginationMetaPagination - } - - /** - * Test the property 'limit' - */ - @Test - public void limitTest() { - // TODO: test limit - } - - /** - * Test the property 'offset' - */ - @Test - public void offsetTest() { - // TODO: test offset - } - - /** - * Test the property 'total' - */ - @Test - public void totalTest() { - // TODO: test total - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaginationMetaTest.java b/src/test/java/unit/java/sdk/model/PaginationMetaTest.java deleted file mode 100644 index 2d6b6add..00000000 --- a/src/test/java/unit/java/sdk/model/PaginationMetaTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PaginationMetaPagination; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaginationMeta - */ -public class PaginationMetaTest { - private final PaginationMeta model = new PaginationMeta(); - - /** - * Model tests for PaginationMeta - */ - @Test - public void testPaginationMeta() { - // TODO: test PaginationMeta - } - - /** - * Test the property 'pagination' - */ - @Test - public void paginationTest() { - // TODO: test pagination - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchAccountDataTest.java b/src/test/java/unit/java/sdk/model/PatchAccountDataTest.java deleted file mode 100644 index 1d74f15e..00000000 --- a/src/test/java/unit/java/sdk/model/PatchAccountDataTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateCreditAccount; -import unit.java.sdk.model.UpdateCreditAccountAttributes; -import unit.java.sdk.model.UpdateDepositAccount; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchAccountData - */ -public class PatchAccountDataTest { - private final PatchAccountData model = new PatchAccountData(); - - /** - * Model tests for PatchAccountData - */ - @Test - public void testPatchAccountData() { - // TODO: test PatchAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchAccountTest.java b/src/test/java/unit/java/sdk/model/PatchAccountTest.java deleted file mode 100644 index 9a247156..00000000 --- a/src/test/java/unit/java/sdk/model/PatchAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchAccount - */ -public class PatchAccountTest { - private final PatchAccount model = new PatchAccount(); - - /** - * Model tests for PatchAccount - */ - @Test - public void testPatchAccount() { - // TODO: test PatchAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchAchPaymentTest.java b/src/test/java/unit/java/sdk/model/PatchAchPaymentTest.java deleted file mode 100644 index 9c09a930..00000000 --- a/src/test/java/unit/java/sdk/model/PatchAchPaymentTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchAchPayment - */ -public class PatchAchPaymentTest { - private final PatchAchPayment model = new PatchAchPayment(); - - /** - * Model tests for PatchAchPayment - */ - @Test - public void testPatchAchPayment() { - // TODO: test PatchAchPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchAchReceivedPaymentTest.java b/src/test/java/unit/java/sdk/model/PatchAchReceivedPaymentTest.java deleted file mode 100644 index aa92485e..00000000 --- a/src/test/java/unit/java/sdk/model/PatchAchReceivedPaymentTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchAchReceivedPayment - */ -public class PatchAchReceivedPaymentTest { - private final PatchAchReceivedPayment model = new PatchAchReceivedPayment(); - - /** - * Model tests for PatchAchReceivedPayment - */ - @Test - public void testPatchAchReceivedPayment() { - // TODO: test PatchAchReceivedPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBookPaymentTest.java b/src/test/java/unit/java/sdk/model/PatchBookPaymentTest.java deleted file mode 100644 index fea0de1c..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBookPaymentTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBookPayment - */ -public class PatchBookPaymentTest { - private final PatchBookPayment model = new PatchBookPayment(); - - /** - * Model tests for PatchBookPayment - */ - @Test - public void testPatchBookPayment() { - // TODO: test PatchBookPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBookTransactionAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchBookTransactionAttributesTest.java deleted file mode 100644 index 83ea8986..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBookTransactionAttributesTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBookTransactionAttributes - */ -public class PatchBookTransactionAttributesTest { - private final PatchBookTransactionAttributes model = new PatchBookTransactionAttributes(); - - /** - * Model tests for PatchBookTransactionAttributes - */ - @Test - public void testPatchBookTransactionAttributes() { - // TODO: test PatchBookTransactionAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBookTransactionRelationshipsTest.java b/src/test/java/unit/java/sdk/model/PatchBookTransactionRelationshipsTest.java deleted file mode 100644 index 49ba578e..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBookTransactionRelationshipsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationship1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBookTransactionRelationships - */ -public class PatchBookTransactionRelationshipsTest { - private final PatchBookTransactionRelationships model = new PatchBookTransactionRelationships(); - - /** - * Model tests for PatchBookTransactionRelationships - */ - @Test - public void testPatchBookTransactionRelationships() { - // TODO: test PatchBookTransactionRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBookTransactionTest.java b/src/test/java/unit/java/sdk/model/PatchBookTransactionTest.java deleted file mode 100644 index 9ea7635a..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBookTransactionTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBookTransactionAttributes; -import unit.java.sdk.model.PatchBookTransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBookTransaction - */ -public class PatchBookTransactionTest { - private final PatchBookTransaction model = new PatchBookTransaction(); - - /** - * Model tests for PatchBookTransaction - */ - @Test - public void testPatchBookTransaction() { - // TODO: test PatchBookTransaction - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessApplicationAttributesTest.java deleted file mode 100644 index a37a364e..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationAttributesTest.java +++ /dev/null @@ -1,118 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.BusinessAnnualRevenue; -import unit.java.sdk.model.BusinessNumberOfEmployees; -import unit.java.sdk.model.BusinessVertical; -import unit.java.sdk.model.CashFlow; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessApplicationAttributes - */ -public class PatchBusinessApplicationAttributesTest { - private final PatchBusinessApplicationAttributes model = new PatchBusinessApplicationAttributes(); - - /** - * Model tests for PatchBusinessApplicationAttributes - */ - @Test - public void testPatchBusinessApplicationAttributes() { - // TODO: test PatchBusinessApplicationAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'annualRevenue' - */ - @Test - public void annualRevenueTest() { - // TODO: test annualRevenue - } - - /** - * Test the property 'numberOfEmployees' - */ - @Test - public void numberOfEmployeesTest() { - // TODO: test numberOfEmployees - } - - /** - * Test the property 'cashFlow' - */ - @Test - public void cashFlowTest() { - // TODO: test cashFlow - } - - /** - * Test the property 'yearOfIncorporation' - */ - @Test - public void yearOfIncorporationTest() { - // TODO: test yearOfIncorporation - } - - /** - * Test the property 'countriesOfOperation' - */ - @Test - public void countriesOfOperationTest() { - // TODO: test countriesOfOperation - } - - /** - * Test the property 'stockSymbol' - */ - @Test - public void stockSymbolTest() { - // TODO: test stockSymbol - } - - /** - * Test the property 'website' - */ - @Test - public void websiteTest() { - // TODO: test website - } - - /** - * Test the property 'businessVertical' - */ - @Test - public void businessVerticalTest() { - // TODO: test businessVertical - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationBeneficialOwnerAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessApplicationBeneficialOwnerAttributesTest.java deleted file mode 100644 index 77ffebfb..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationBeneficialOwnerAttributesTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.SourceOfIncome; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessApplicationBeneficialOwnerAttributes - */ -public class PatchBusinessApplicationBeneficialOwnerAttributesTest { - private final PatchBusinessApplicationBeneficialOwnerAttributes model = new PatchBusinessApplicationBeneficialOwnerAttributes(); - - /** - * Model tests for PatchBusinessApplicationBeneficialOwnerAttributes - */ - @Test - public void testPatchBusinessApplicationBeneficialOwnerAttributes() { - // TODO: test PatchBusinessApplicationBeneficialOwnerAttributes - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationBeneficialOwnerTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessApplicationBeneficialOwnerTest.java deleted file mode 100644 index 8a4bdd11..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationBeneficialOwnerTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessApplicationBeneficialOwnerAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessApplicationBeneficialOwner - */ -public class PatchBusinessApplicationBeneficialOwnerTest { - private final PatchBusinessApplicationBeneficialOwner model = new PatchBusinessApplicationBeneficialOwner(); - - /** - * Model tests for PatchBusinessApplicationBeneficialOwner - */ - @Test - public void testPatchBusinessApplicationBeneficialOwner() { - // TODO: test PatchBusinessApplicationBeneficialOwner - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerAttributesOfficerTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerAttributesOfficerTest.java deleted file mode 100644 index 10c8be6b..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerAttributesOfficerTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.SourceOfIncome; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessApplicationOfficerAttributesOfficer - */ -public class PatchBusinessApplicationOfficerAttributesOfficerTest { - private final PatchBusinessApplicationOfficerAttributesOfficer model = new PatchBusinessApplicationOfficerAttributesOfficer(); - - /** - * Model tests for PatchBusinessApplicationOfficerAttributesOfficer - */ - @Test - public void testPatchBusinessApplicationOfficerAttributesOfficer() { - // TODO: test PatchBusinessApplicationOfficerAttributesOfficer - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerAttributesTest.java deleted file mode 100644 index ceeae155..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerAttributesTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessApplicationOfficerAttributesOfficer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessApplicationOfficerAttributes - */ -public class PatchBusinessApplicationOfficerAttributesTest { - private final PatchBusinessApplicationOfficerAttributes model = new PatchBusinessApplicationOfficerAttributes(); - - /** - * Model tests for PatchBusinessApplicationOfficerAttributes - */ - @Test - public void testPatchBusinessApplicationOfficerAttributes() { - // TODO: test PatchBusinessApplicationOfficerAttributes - } - - /** - * Test the property 'officer' - */ - @Test - public void officerTest() { - // TODO: test officer - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerTest.java deleted file mode 100644 index afe32892..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationOfficerTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessApplicationOfficerAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessApplicationOfficer - */ -public class PatchBusinessApplicationOfficerTest { - private final PatchBusinessApplicationOfficer model = new PatchBusinessApplicationOfficer(); - - /** - * Model tests for PatchBusinessApplicationOfficer - */ - @Test - public void testPatchBusinessApplicationOfficer() { - // TODO: test PatchBusinessApplicationOfficer - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessApplicationTest.java deleted file mode 100644 index 274b89b4..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessApplication - */ -public class PatchBusinessApplicationTest { - private final PatchBusinessApplication model = new PatchBusinessApplication(); - - /** - * Model tests for PatchBusinessApplication - */ - @Test - public void testPatchBusinessApplication() { - // TODO: test PatchBusinessApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessCreditCardTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessCreditCardTest.java deleted file mode 100644 index 95627463..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessCreditCardTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessCreditCard - */ -public class PatchBusinessCreditCardTest { - private final PatchBusinessCreditCard model = new PatchBusinessCreditCard(); - - /** - * Model tests for PatchBusinessCreditCard - */ - @Test - public void testPatchBusinessCreditCard() { - // TODO: test PatchBusinessCreditCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessDebitCardAttributesTest.java deleted file mode 100644 index 36aa092a..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessDebitCardAttributesTest.java +++ /dev/null @@ -1,111 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.CardLevelLimits; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessDebitCardAttributes - */ -public class PatchBusinessDebitCardAttributesTest { - private final PatchBusinessDebitCardAttributes model = new PatchBusinessDebitCardAttributes(); - - /** - * Model tests for PatchBusinessDebitCardAttributes - */ - @Test - public void testPatchBusinessDebitCardAttributes() { - // TODO: test PatchBusinessDebitCardAttributes - } - - /** - * Test the property 'shippingAddress' - */ - @Test - public void shippingAddressTest() { - // TODO: test shippingAddress - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'design' - */ - @Test - public void designTest() { - // TODO: test design - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'defaultFundingAccountId' - */ - @Test - public void defaultFundingAccountIdTest() { - // TODO: test defaultFundingAccountId - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessDebitCardTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessDebitCardTest.java deleted file mode 100644 index c1989ddf..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessDebitCardTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessDebitCard - */ -public class PatchBusinessDebitCardTest { - private final PatchBusinessDebitCard model = new PatchBusinessDebitCard(); - - /** - * Model tests for PatchBusinessDebitCard - */ - @Test - public void testPatchBusinessDebitCard() { - // TODO: test PatchBusinessDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessVirtualCreditCardTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessVirtualCreditCardTest.java deleted file mode 100644 index c2819109..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessVirtualCreditCardTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessVirtualDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessVirtualCreditCard - */ -public class PatchBusinessVirtualCreditCardTest { - private final PatchBusinessVirtualCreditCard model = new PatchBusinessVirtualCreditCard(); - - /** - * Model tests for PatchBusinessVirtualCreditCard - */ - @Test - public void testPatchBusinessVirtualCreditCard() { - // TODO: test PatchBusinessVirtualCreditCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessVirtualDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessVirtualDebitCardAttributesTest.java deleted file mode 100644 index f1222aab..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessVirtualDebitCardAttributesTest.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.CardLevelLimits; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessVirtualDebitCardAttributes - */ -public class PatchBusinessVirtualDebitCardAttributesTest { - private final PatchBusinessVirtualDebitCardAttributes model = new PatchBusinessVirtualDebitCardAttributes(); - - /** - * Model tests for PatchBusinessVirtualDebitCardAttributes - */ - @Test - public void testPatchBusinessVirtualDebitCardAttributes() { - // TODO: test PatchBusinessVirtualDebitCardAttributes - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'defaultFundingAccountId' - */ - @Test - public void defaultFundingAccountIdTest() { - // TODO: test defaultFundingAccountId - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchBusinessVirtualDebitCardTest.java b/src/test/java/unit/java/sdk/model/PatchBusinessVirtualDebitCardTest.java deleted file mode 100644 index 7236b34a..00000000 --- a/src/test/java/unit/java/sdk/model/PatchBusinessVirtualDebitCardTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessVirtualDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchBusinessVirtualDebitCard - */ -public class PatchBusinessVirtualDebitCardTest { - private final PatchBusinessVirtualDebitCard model = new PatchBusinessVirtualDebitCard(); - - /** - * Model tests for PatchBusinessVirtualDebitCard - */ - @Test - public void testPatchBusinessVirtualDebitCard() { - // TODO: test PatchBusinessVirtualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchChargebackTransactionTest.java b/src/test/java/unit/java/sdk/model/PatchChargebackTransactionTest.java deleted file mode 100644 index 3a5f209d..00000000 --- a/src/test/java/unit/java/sdk/model/PatchChargebackTransactionTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBookTransactionAttributes; -import unit.java.sdk.model.PatchBookTransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchChargebackTransaction - */ -public class PatchChargebackTransactionTest { - private final PatchChargebackTransaction model = new PatchChargebackTransaction(); - - /** - * Model tests for PatchChargebackTransaction - */ - @Test - public void testPatchChargebackTransaction() { - // TODO: test PatchChargebackTransaction - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchCheckDepositAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchCheckDepositAttributesTest.java deleted file mode 100644 index cd8330d1..00000000 --- a/src/test/java/unit/java/sdk/model/PatchCheckDepositAttributesTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchCheckDepositAttributes - */ -public class PatchCheckDepositAttributesTest { - private final PatchCheckDepositAttributes model = new PatchCheckDepositAttributes(); - - /** - * Model tests for PatchCheckDepositAttributes - */ - @Test - public void testPatchCheckDepositAttributes() { - // TODO: test PatchCheckDepositAttributes - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchCheckDepositTest.java b/src/test/java/unit/java/sdk/model/PatchCheckDepositTest.java deleted file mode 100644 index 462f95ec..00000000 --- a/src/test/java/unit/java/sdk/model/PatchCheckDepositTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchCheckDepositAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchCheckDeposit - */ -public class PatchCheckDepositTest { - private final PatchCheckDeposit model = new PatchCheckDeposit(); - - /** - * Model tests for PatchCheckDeposit - */ - @Test - public void testPatchCheckDeposit() { - // TODO: test PatchCheckDeposit - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchCounterpartyAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchCounterpartyAttributesTest.java deleted file mode 100644 index a400268d..00000000 --- a/src/test/java/unit/java/sdk/model/PatchCounterpartyAttributesTest.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchCounterpartyAttributes - */ -public class PatchCounterpartyAttributesTest { - private final PatchCounterpartyAttributes model = new PatchCounterpartyAttributes(); - - /** - * Model tests for PatchCounterpartyAttributes - */ - @Test - public void testPatchCounterpartyAttributes() { - // TODO: test PatchCounterpartyAttributes - } - - /** - * Test the property 'plaidProcessorToken' - */ - @Test - public void plaidProcessorTokenTest() { - // TODO: test plaidProcessorToken - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'permissions' - */ - @Test - public void permissionsTest() { - // TODO: test permissions - } - - /** - * Test the property 'verifyName' - */ - @Test - public void verifyNameTest() { - // TODO: test verifyName - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchCounterpartyTest.java b/src/test/java/unit/java/sdk/model/PatchCounterpartyTest.java deleted file mode 100644 index 2c289eba..00000000 --- a/src/test/java/unit/java/sdk/model/PatchCounterpartyTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchCounterpartyAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchCounterparty - */ -public class PatchCounterpartyTest { - private final PatchCounterparty model = new PatchCounterparty(); - - /** - * Model tests for PatchCounterparty - */ - @Test - public void testPatchCounterparty() { - // TODO: test PatchCounterparty - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchIndividualApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchIndividualApplicationAttributesTest.java deleted file mode 100644 index b95a7519..00000000 --- a/src/test/java/unit/java/sdk/model/PatchIndividualApplicationAttributesTest.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AnnualIncome; -import unit.java.sdk.model.Occupation; -import unit.java.sdk.model.SourceOfIncome; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchIndividualApplicationAttributes - */ -public class PatchIndividualApplicationAttributesTest { - private final PatchIndividualApplicationAttributes model = new PatchIndividualApplicationAttributes(); - - /** - * Model tests for PatchIndividualApplicationAttributes - */ - @Test - public void testPatchIndividualApplicationAttributes() { - // TODO: test PatchIndividualApplicationAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'occupation' - */ - @Test - public void occupationTest() { - // TODO: test occupation - } - - /** - * Test the property 'annualIncome' - */ - @Test - public void annualIncomeTest() { - // TODO: test annualIncome - } - - /** - * Test the property 'sourceOfIncome' - */ - @Test - public void sourceOfIncomeTest() { - // TODO: test sourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchIndividualApplicationTest.java b/src/test/java/unit/java/sdk/model/PatchIndividualApplicationTest.java deleted file mode 100644 index e560c31c..00000000 --- a/src/test/java/unit/java/sdk/model/PatchIndividualApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchIndividualApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchIndividualApplication - */ -public class PatchIndividualApplicationTest { - private final PatchIndividualApplication model = new PatchIndividualApplication(); - - /** - * Model tests for PatchIndividualApplication - */ - @Test - public void testPatchIndividualApplication() { - // TODO: test PatchIndividualApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchIndividualDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchIndividualDebitCardAttributesTest.java deleted file mode 100644 index 38aac28d..00000000 --- a/src/test/java/unit/java/sdk/model/PatchIndividualDebitCardAttributesTest.java +++ /dev/null @@ -1,86 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.CardLevelLimits; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchIndividualDebitCardAttributes - */ -public class PatchIndividualDebitCardAttributesTest { - private final PatchIndividualDebitCardAttributes model = new PatchIndividualDebitCardAttributes(); - - /** - * Model tests for PatchIndividualDebitCardAttributes - */ - @Test - public void testPatchIndividualDebitCardAttributes() { - // TODO: test PatchIndividualDebitCardAttributes - } - - /** - * Test the property 'shippingAddress' - */ - @Test - public void shippingAddressTest() { - // TODO: test shippingAddress - } - - /** - * Test the property 'design' - */ - @Test - public void designTest() { - // TODO: test design - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'defaultFundingAccountId' - */ - @Test - public void defaultFundingAccountIdTest() { - // TODO: test defaultFundingAccountId - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchIndividualDebitCardTest.java b/src/test/java/unit/java/sdk/model/PatchIndividualDebitCardTest.java deleted file mode 100644 index 12def9b9..00000000 --- a/src/test/java/unit/java/sdk/model/PatchIndividualDebitCardTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchIndividualDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchIndividualDebitCard - */ -public class PatchIndividualDebitCardTest { - private final PatchIndividualDebitCard model = new PatchIndividualDebitCard(); - - /** - * Model tests for PatchIndividualDebitCard - */ - @Test - public void testPatchIndividualDebitCard() { - // TODO: test PatchIndividualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchIndividualVirtualDebitCardAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchIndividualVirtualDebitCardAttributesTest.java deleted file mode 100644 index b4868964..00000000 --- a/src/test/java/unit/java/sdk/model/PatchIndividualVirtualDebitCardAttributesTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CardLevelLimits; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchIndividualVirtualDebitCardAttributes - */ -public class PatchIndividualVirtualDebitCardAttributesTest { - private final PatchIndividualVirtualDebitCardAttributes model = new PatchIndividualVirtualDebitCardAttributes(); - - /** - * Model tests for PatchIndividualVirtualDebitCardAttributes - */ - @Test - public void testPatchIndividualVirtualDebitCardAttributes() { - // TODO: test PatchIndividualVirtualDebitCardAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'limits' - */ - @Test - public void limitsTest() { - // TODO: test limits - } - - /** - * Test the property 'defaultFundingAccountId' - */ - @Test - public void defaultFundingAccountIdTest() { - // TODO: test defaultFundingAccountId - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchIndividualVirtualDebitCardTest.java b/src/test/java/unit/java/sdk/model/PatchIndividualVirtualDebitCardTest.java deleted file mode 100644 index 79efa450..00000000 --- a/src/test/java/unit/java/sdk/model/PatchIndividualVirtualDebitCardTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchIndividualVirtualDebitCardAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchIndividualVirtualDebitCard - */ -public class PatchIndividualVirtualDebitCardTest { - private final PatchIndividualVirtualDebitCard model = new PatchIndividualVirtualDebitCard(); - - /** - * Model tests for PatchIndividualVirtualDebitCard - */ - @Test - public void testPatchIndividualVirtualDebitCard() { - // TODO: test PatchIndividualVirtualDebitCard - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchSoleProprietorApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchSoleProprietorApplicationAttributesTest.java deleted file mode 100644 index e49dd7e3..00000000 --- a/src/test/java/unit/java/sdk/model/PatchSoleProprietorApplicationAttributesTest.java +++ /dev/null @@ -1,83 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.BusinessVertical; -import unit.java.sdk.model.SoleProprietorshipAnnualRevenue; -import unit.java.sdk.model.SoleProprietorshipNumberOfEmployees; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchSoleProprietorApplicationAttributes - */ -public class PatchSoleProprietorApplicationAttributesTest { - private final PatchSoleProprietorApplicationAttributes model = new PatchSoleProprietorApplicationAttributes(); - - /** - * Model tests for PatchSoleProprietorApplicationAttributes - */ - @Test - public void testPatchSoleProprietorApplicationAttributes() { - // TODO: test PatchSoleProprietorApplicationAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'annualRevenue' - */ - @Test - public void annualRevenueTest() { - // TODO: test annualRevenue - } - - /** - * Test the property 'numberOfEmployees' - */ - @Test - public void numberOfEmployeesTest() { - // TODO: test numberOfEmployees - } - - /** - * Test the property 'businessVertical' - */ - @Test - public void businessVerticalTest() { - // TODO: test businessVertical - } - - /** - * Test the property 'website' - */ - @Test - public void websiteTest() { - // TODO: test website - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchSoleProprietorApplicationTest.java b/src/test/java/unit/java/sdk/model/PatchSoleProprietorApplicationTest.java deleted file mode 100644 index 4a931b99..00000000 --- a/src/test/java/unit/java/sdk/model/PatchSoleProprietorApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchSoleProprietorApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchSoleProprietorApplication - */ -public class PatchSoleProprietorApplicationTest { - private final PatchSoleProprietorApplication model = new PatchSoleProprietorApplication(); - - /** - * Model tests for PatchSoleProprietorApplication - */ - @Test - public void testPatchSoleProprietorApplication() { - // TODO: test PatchSoleProprietorApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchTransactionTagsAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchTransactionTagsAttributesTest.java deleted file mode 100644 index b931e71a..00000000 --- a/src/test/java/unit/java/sdk/model/PatchTransactionTagsAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchTransactionTagsAttributes - */ -public class PatchTransactionTagsAttributesTest { - private final PatchTransactionTagsAttributes model = new PatchTransactionTagsAttributes(); - - /** - * Model tests for PatchTransactionTagsAttributes - */ - @Test - public void testPatchTransactionTagsAttributes() { - // TODO: test PatchTransactionTagsAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchTransactionTagsTest.java b/src/test/java/unit/java/sdk/model/PatchTransactionTagsTest.java deleted file mode 100644 index 0e85a3bb..00000000 --- a/src/test/java/unit/java/sdk/model/PatchTransactionTagsTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchTransactionTagsAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchTransactionTags - */ -public class PatchTransactionTagsTest { - private final PatchTransactionTags model = new PatchTransactionTags(); - - /** - * Model tests for PatchTransactionTags - */ - @Test - public void testPatchTransactionTags() { - // TODO: test PatchTransactionTags - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchTrustApplicationAttributesTest.java b/src/test/java/unit/java/sdk/model/PatchTrustApplicationAttributesTest.java deleted file mode 100644 index 8f9f085a..00000000 --- a/src/test/java/unit/java/sdk/model/PatchTrustApplicationAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchTrustApplicationAttributes - */ -public class PatchTrustApplicationAttributesTest { - private final PatchTrustApplicationAttributes model = new PatchTrustApplicationAttributes(); - - /** - * Model tests for PatchTrustApplicationAttributes - */ - @Test - public void testPatchTrustApplicationAttributes() { - // TODO: test PatchTrustApplicationAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/PatchTrustApplicationTest.java b/src/test/java/unit/java/sdk/model/PatchTrustApplicationTest.java deleted file mode 100644 index 1bb21913..00000000 --- a/src/test/java/unit/java/sdk/model/PatchTrustApplicationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PatchTrustApplication - */ -public class PatchTrustApplicationTest { - private final PatchTrustApplication model = new PatchTrustApplication(); - - /** - * Model tests for PatchTrustApplication - */ - @Test - public void testPatchTrustApplication() { - // TODO: test PatchTrustApplication - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaymentAdvanceTransactionTest.java b/src/test/java/unit/java/sdk/model/PaymentAdvanceTransactionTest.java deleted file mode 100644 index 2f173bda..00000000 --- a/src/test/java/unit/java/sdk/model/PaymentAdvanceTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaymentAdvanceTransaction - */ -public class PaymentAdvanceTransactionTest { - private final PaymentAdvanceTransaction model = new PaymentAdvanceTransaction(); - - /** - * Model tests for PaymentAdvanceTransaction - */ - @Test - public void testPaymentAdvanceTransaction() { - // TODO: test PaymentAdvanceTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaymentRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/PaymentRelationshipDataTest.java deleted file mode 100644 index d2dbe959..00000000 --- a/src/test/java/unit/java/sdk/model/PaymentRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaymentRelationshipData - */ -public class PaymentRelationshipDataTest { - private final PaymentRelationshipData model = new PaymentRelationshipData(); - - /** - * Model tests for PaymentRelationshipData - */ - @Test - public void testPaymentRelationshipData() { - // TODO: test PaymentRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaymentRelationshipTest.java b/src/test/java/unit/java/sdk/model/PaymentRelationshipTest.java deleted file mode 100644 index 342f2f64..00000000 --- a/src/test/java/unit/java/sdk/model/PaymentRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PaymentRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaymentRelationship - */ -public class PaymentRelationshipTest { - private final PaymentRelationship model = new PaymentRelationship(); - - /** - * Model tests for PaymentRelationship - */ - @Test - public void testPaymentRelationship() { - // TODO: test PaymentRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaymentRelationshipsCustomersDataInnerTest.java b/src/test/java/unit/java/sdk/model/PaymentRelationshipsCustomersDataInnerTest.java deleted file mode 100644 index 559bf16f..00000000 --- a/src/test/java/unit/java/sdk/model/PaymentRelationshipsCustomersDataInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaymentRelationshipsCustomersDataInner - */ -public class PaymentRelationshipsCustomersDataInnerTest { - private final PaymentRelationshipsCustomersDataInner model = new PaymentRelationshipsCustomersDataInner(); - - /** - * Model tests for PaymentRelationshipsCustomersDataInner - */ - @Test - public void testPaymentRelationshipsCustomersDataInner() { - // TODO: test PaymentRelationshipsCustomersDataInner - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaymentRelationshipsCustomersTest.java b/src/test/java/unit/java/sdk/model/PaymentRelationshipsCustomersTest.java deleted file mode 100644 index 7599ef61..00000000 --- a/src/test/java/unit/java/sdk/model/PaymentRelationshipsCustomersTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.PaymentRelationshipsCustomersDataInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaymentRelationshipsCustomers - */ -public class PaymentRelationshipsCustomersTest { - private final PaymentRelationshipsCustomers model = new PaymentRelationshipsCustomers(); - - /** - * Model tests for PaymentRelationshipsCustomers - */ - @Test - public void testPaymentRelationshipsCustomers() { - // TODO: test PaymentRelationshipsCustomers - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/PaymentRelationshipsTest.java deleted file mode 100644 index 8bb3e791..00000000 --- a/src/test/java/unit/java/sdk/model/PaymentRelationshipsTest.java +++ /dev/null @@ -1,100 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import unit.java.sdk.model.PaymentRelationshipsCustomers; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PaymentRelationships - */ -public class PaymentRelationshipsTest { - private final PaymentRelationships model = new PaymentRelationships(); - - /** - * Model tests for PaymentRelationships - */ - @Test - public void testPaymentRelationships() { - // TODO: test PaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'customers' - */ - @Test - public void customersTest() { - // TODO: test customers - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'counterpartyAccount' - */ - @Test - public void counterpartyAccountTest() { - // TODO: test counterpartyAccount - } - - /** - * Test the property 'transaction' - */ - @Test - public void transactionTest() { - // TODO: test transaction - } - - /** - * Test the property 'recurringPayment' - */ - @Test - public void recurringPaymentTest() { - // TODO: test recurringPayment - } - -} diff --git a/src/test/java/unit/java/sdk/model/PaymentTest.java b/src/test/java/unit/java/sdk/model/PaymentTest.java deleted file mode 100644 index 3934ba68..00000000 --- a/src/test/java/unit/java/sdk/model/PaymentTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Payment - */ -public class PaymentTest { - private final Payment model = new Payment(); - - /** - * Model tests for Payment - */ - @Test - public void testPayment() { - // TODO: test Payment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/PhoneTest.java b/src/test/java/unit/java/sdk/model/PhoneTest.java deleted file mode 100644 index ab333460..00000000 --- a/src/test/java/unit/java/sdk/model/PhoneTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Phone - */ -public class PhoneTest { - private final Phone model = new Phone(); - - /** - * Model tests for Phone - */ - @Test - public void testPhone() { - // TODO: test Phone - } - - /** - * Test the property 'countryCode' - */ - @Test - public void countryCodeTest() { - // TODO: test countryCode - } - - /** - * Test the property 'number' - */ - @Test - public void numberTest() { - // TODO: test number - } - -} diff --git a/src/test/java/unit/java/sdk/model/PhysicalCardStatusTest.java b/src/test/java/unit/java/sdk/model/PhysicalCardStatusTest.java deleted file mode 100644 index b1d89e62..00000000 --- a/src/test/java/unit/java/sdk/model/PhysicalCardStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PhysicalCardStatus - */ -public class PhysicalCardStatusTest { - /** - * Model tests for PhysicalCardStatus - */ - @Test - public void testPhysicalCardStatus() { - // TODO: test PhysicalCardStatus - } - -} diff --git a/src/test/java/unit/java/sdk/model/PinStatusAttributesTest.java b/src/test/java/unit/java/sdk/model/PinStatusAttributesTest.java deleted file mode 100644 index 9cecc5e2..00000000 --- a/src/test/java/unit/java/sdk/model/PinStatusAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PinStatusAttributes - */ -public class PinStatusAttributesTest { - private final PinStatusAttributes model = new PinStatusAttributes(); - - /** - * Model tests for PinStatusAttributes - */ - @Test - public void testPinStatusAttributes() { - // TODO: test PinStatusAttributes - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/unit/java/sdk/model/PinStatusTest.java b/src/test/java/unit/java/sdk/model/PinStatusTest.java deleted file mode 100644 index 78537a74..00000000 --- a/src/test/java/unit/java/sdk/model/PinStatusTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PinStatusAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PinStatus - */ -public class PinStatusTest { - private final PinStatus model = new PinStatus(); - - /** - * Model tests for PinStatus - */ - @Test - public void testPinStatus() { - // TODO: test PinStatus - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/PowerOfAttorneyAgentTest.java b/src/test/java/unit/java/sdk/model/PowerOfAttorneyAgentTest.java deleted file mode 100644 index b7400f5f..00000000 --- a/src/test/java/unit/java/sdk/model/PowerOfAttorneyAgentTest.java +++ /dev/null @@ -1,173 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PowerOfAttorneyAgent - */ -public class PowerOfAttorneyAgentTest { - private final PowerOfAttorneyAgent model = new PowerOfAttorneyAgent(); - - /** - * Model tests for PowerOfAttorneyAgent - */ - @Test - public void testPowerOfAttorneyAgent() { - // TODO: test PowerOfAttorneyAgent - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'evaluationFlags' - */ - @Test - public void evaluationFlagsTest() { - // TODO: test evaluationFlags - } - - /** - * Test the property 'maskedSSN' - */ - @Test - public void maskedSSNTest() { - // TODO: test maskedSSN - } - - /** - * Test the property 'maskedPassport' - */ - @Test - public void maskedPassportTest() { - // TODO: test maskedPassport - } - - /** - * Test the property 'maskedMatriculaConsular' - */ - @Test - public void maskedMatriculaConsularTest() { - // TODO: test maskedMatriculaConsular - } - - /** - * Test the property 'idTheftScore' - */ - @Test - public void idTheftScoreTest() { - // TODO: test idTheftScore - } - -} diff --git a/src/test/java/unit/java/sdk/model/PurchaseAuthorizationRequestAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/PurchaseAuthorizationRequestAllOfAttributesTest.java deleted file mode 100644 index 712216a7..00000000 --- a/src/test/java/unit/java/sdk/model/PurchaseAuthorizationRequestAllOfAttributesTest.java +++ /dev/null @@ -1,180 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.CardVerificationData; -import unit.java.sdk.model.HealthcareAmounts; -import unit.java.sdk.model.Merchant; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PurchaseAuthorizationRequestAllOfAttributes - */ -public class PurchaseAuthorizationRequestAllOfAttributesTest { - private final PurchaseAuthorizationRequestAllOfAttributes model = new PurchaseAuthorizationRequestAllOfAttributes(); - - /** - * Model tests for PurchaseAuthorizationRequestAllOfAttributes - */ - @Test - public void testPurchaseAuthorizationRequestAllOfAttributes() { - // TODO: test PurchaseAuthorizationRequestAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'partialApprovalAllowed' - */ - @Test - public void partialApprovalAllowedTest() { - // TODO: test partialApprovalAllowed - } - - /** - * Test the property 'approvedAmount' - */ - @Test - public void approvedAmountTest() { - // TODO: test approvedAmount - } - - /** - * Test the property 'declineReason' - */ - @Test - public void declineReasonTest() { - // TODO: test declineReason - } - - /** - * Test the property 'merchant' - */ - @Test - public void merchantTest() { - // TODO: test merchant - } - - /** - * Test the property 'recurring' - */ - @Test - public void recurringTest() { - // TODO: test recurring - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'healthcareAmounts' - */ - @Test - public void healthcareAmountsTest() { - // TODO: test healthcareAmounts - } - - /** - * Test the property 'paymentMethod' - */ - @Test - public void paymentMethodTest() { - // TODO: test paymentMethod - } - - /** - * Test the property 'digitalWallet' - */ - @Test - public void digitalWalletTest() { - // TODO: test digitalWallet - } - - /** - * Test the property 'cardVerificationData' - */ - @Test - public void cardVerificationDataTest() { - // TODO: test cardVerificationData - } - - /** - * Test the property 'ecommerce' - */ - @Test - public void ecommerceTest() { - // TODO: test ecommerce - } - - /** - * Test the property 'cardPresent' - */ - @Test - public void cardPresentTest() { - // TODO: test cardPresent - } - - /** - * Test the property 'cardNetwork' - */ - @Test - public void cardNetworkTest() { - // TODO: test cardNetwork - } - - /** - * Test the property 'cashWithdrawalAmount' - */ - @Test - public void cashWithdrawalAmountTest() { - // TODO: test cashWithdrawalAmount - } - -} diff --git a/src/test/java/unit/java/sdk/model/PurchaseAuthorizationRequestTest.java b/src/test/java/unit/java/sdk/model/PurchaseAuthorizationRequestTest.java deleted file mode 100644 index 7fb8bb2e..00000000 --- a/src/test/java/unit/java/sdk/model/PurchaseAuthorizationRequestTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequest; -import unit.java.sdk.model.AuthorizationRequestRelationships; -import unit.java.sdk.model.PurchaseAuthorizationRequestAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PurchaseAuthorizationRequest - */ -public class PurchaseAuthorizationRequestTest { - private final PurchaseAuthorizationRequest model = new PurchaseAuthorizationRequest(); - - /** - * Model tests for PurchaseAuthorizationRequest - */ - @Test - public void testPurchaseAuthorizationRequest() { - // TODO: test PurchaseAuthorizationRequest - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/PurchaseTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/PurchaseTransactionAllOfAttributesTest.java deleted file mode 100644 index 5c4730a9..00000000 --- a/src/test/java/unit/java/sdk/model/PurchaseTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,200 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.CardVerificationData; -import unit.java.sdk.model.Coordinates; -import unit.java.sdk.model.Merchant; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PurchaseTransactionAllOfAttributes - */ -public class PurchaseTransactionAllOfAttributesTest { - private final PurchaseTransactionAllOfAttributes model = new PurchaseTransactionAllOfAttributes(); - - /** - * Model tests for PurchaseTransactionAllOfAttributes - */ - @Test - public void testPurchaseTransactionAllOfAttributes() { - // TODO: test PurchaseTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'cardLast4Digits' - */ - @Test - public void cardLast4DigitsTest() { - // TODO: test cardLast4Digits - } - - /** - * Test the property 'merchant' - */ - @Test - public void merchantTest() { - // TODO: test merchant - } - - /** - * Test the property 'coordinates' - */ - @Test - public void coordinatesTest() { - // TODO: test coordinates - } - - /** - * Test the property 'recurring' - */ - @Test - public void recurringTest() { - // TODO: test recurring - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'networkTransactionId' - */ - @Test - public void networkTransactionIdTest() { - // TODO: test networkTransactionId - } - - /** - * Test the property 'interchange' - */ - @Test - public void interchangeTest() { - // TODO: test interchange - } - - /** - * Test the property 'ecommerce' - */ - @Test - public void ecommerceTest() { - // TODO: test ecommerce - } - - /** - * Test the property 'cardPresent' - */ - @Test - public void cardPresentTest() { - // TODO: test cardPresent - } - - /** - * Test the property 'internationalServiceFee' - */ - @Test - public void internationalServiceFeeTest() { - // TODO: test internationalServiceFee - } - - /** - * Test the property 'paymentMethod' - */ - @Test - public void paymentMethodTest() { - // TODO: test paymentMethod - } - - /** - * Test the property 'digitalWallet' - */ - @Test - public void digitalWalletTest() { - // TODO: test digitalWallet - } - - /** - * Test the property 'cardVerificationData' - */ - @Test - public void cardVerificationDataTest() { - // TODO: test cardVerificationData - } - - /** - * Test the property 'cardNetwork' - */ - @Test - public void cardNetworkTest() { - // TODO: test cardNetwork - } - -} diff --git a/src/test/java/unit/java/sdk/model/PurchaseTransactionTest.java b/src/test/java/unit/java/sdk/model/PurchaseTransactionTest.java deleted file mode 100644 index d4bb5f8b..00000000 --- a/src/test/java/unit/java/sdk/model/PurchaseTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PurchaseTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for PurchaseTransaction - */ -public class PurchaseTransactionTest { - private final PurchaseTransaction model = new PurchaseTransaction(); - - /** - * Model tests for PurchaseTransaction - */ - @Test - public void testPurchaseTransaction() { - // TODO: test PurchaseTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedAchTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ReceivedAchTransactionAllOfAttributesTest.java deleted file mode 100644 index 0e0c5aec..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedAchTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,145 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedAchTransactionAllOfAttributes - */ -public class ReceivedAchTransactionAllOfAttributesTest { - private final ReceivedAchTransactionAllOfAttributes model = new ReceivedAchTransactionAllOfAttributes(); - - /** - * Model tests for ReceivedAchTransactionAllOfAttributes - */ - @Test - public void testReceivedAchTransactionAllOfAttributes() { - // TODO: test ReceivedAchTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'companyName' - */ - @Test - public void companyNameTest() { - // TODO: test companyName - } - - /** - * Test the property 'counterpartyName' - */ - @Test - public void counterpartyNameTest() { - // TODO: test counterpartyName - } - - /** - * Test the property 'counterpartyRoutingNumber' - */ - @Test - public void counterpartyRoutingNumberTest() { - // TODO: test counterpartyRoutingNumber - } - - /** - * Test the property 'traceNumber' - */ - @Test - public void traceNumberTest() { - // TODO: test traceNumber - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedAchTransactionTest.java b/src/test/java/unit/java/sdk/model/ReceivedAchTransactionTest.java deleted file mode 100644 index ff2dbc42..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedAchTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedAchTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedAchTransaction - */ -public class ReceivedAchTransactionTest { - private final ReceivedAchTransaction model = new ReceivedAchTransaction(); - - /** - * Model tests for ReceivedAchTransaction - */ - @Test - public void testReceivedAchTransaction() { - // TODO: test ReceivedAchTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentAttributesTest.java deleted file mode 100644 index 5e551e00..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentAttributesTest.java +++ /dev/null @@ -1,177 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentAttributes - */ -public class ReceivedPaymentAttributesTest { - private final ReceivedPaymentAttributes model = new ReceivedPaymentAttributes(); - - /** - * Model tests for ReceivedPaymentAttributes - */ - @Test - public void testReceivedPaymentAttributes() { - // TODO: test ReceivedPaymentAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'completionDate' - */ - @Test - public void completionDateTest() { - // TODO: test completionDate - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'wasAdvanced' - */ - @Test - public void wasAdvancedTest() { - // TODO: test wasAdvanced - } - - /** - * Test the property 'isAdvanceable' - */ - @Test - public void isAdvanceableTest() { - // TODO: test isAdvanceable - } - - /** - * Test the property 'isAdvaceable' - */ - @Test - public void isAdvaceableTest() { - // TODO: test isAdvaceable - } - - /** - * Test the property 'companyName' - */ - @Test - public void companyNameTest() { - // TODO: test companyName - } - - /** - * Test the property 'counterpartyRoutingNumber' - */ - @Test - public void counterpartyRoutingNumberTest() { - // TODO: test counterpartyRoutingNumber - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'traceNumber' - */ - @Test - public void traceNumberTest() { - // TODO: test traceNumber - } - - /** - * Test the property 'secCode' - */ - @Test - public void secCodeTest() { - // TODO: test secCode - } - - /** - * Test the property 'returnReason' - */ - @Test - public void returnReasonTest() { - // TODO: test returnReason - } - - /** - * Test the property 'receivingEntityName' - */ - @Test - public void receivingEntityNameTest() { - // TODO: test receivingEntityName - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipDataTest.java deleted file mode 100644 index 077c3127..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentRelationshipData - */ -public class ReceivedPaymentRelationshipDataTest { - private final ReceivedPaymentRelationshipData model = new ReceivedPaymentRelationshipData(); - - /** - * Model tests for ReceivedPaymentRelationshipData - */ - @Test - public void testReceivedPaymentRelationshipData() { - // TODO: test ReceivedPaymentRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipTest.java deleted file mode 100644 index 5d13c6b2..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentRelationship - */ -public class ReceivedPaymentRelationshipTest { - private final ReceivedPaymentRelationship model = new ReceivedPaymentRelationship(); - - /** - * Model tests for ReceivedPaymentRelationship - */ - @Test - public void testReceivedPaymentRelationship() { - // TODO: test ReceivedPaymentRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsCustomerDataTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsCustomerDataTest.java deleted file mode 100644 index f0847deb..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsCustomerDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentRelationshipsCustomerData - */ -public class ReceivedPaymentRelationshipsCustomerDataTest { - private final ReceivedPaymentRelationshipsCustomerData model = new ReceivedPaymentRelationshipsCustomerData(); - - /** - * Model tests for ReceivedPaymentRelationshipsCustomerData - */ - @Test - public void testReceivedPaymentRelationshipsCustomerData() { - // TODO: test ReceivedPaymentRelationshipsCustomerData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsCustomerTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsCustomerTest.java deleted file mode 100644 index 290afa6d..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsCustomerTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomerData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentRelationshipsCustomer - */ -public class ReceivedPaymentRelationshipsCustomerTest { - private final ReceivedPaymentRelationshipsCustomer model = new ReceivedPaymentRelationshipsCustomer(); - - /** - * Model tests for ReceivedPaymentRelationshipsCustomer - */ - @Test - public void testReceivedPaymentRelationshipsCustomer() { - // TODO: test ReceivedPaymentRelationshipsCustomer - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsReceivePaymentTransactionDataTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsReceivePaymentTransactionDataTest.java deleted file mode 100644 index ce6239fd..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsReceivePaymentTransactionDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentRelationshipsReceivePaymentTransactionData - */ -public class ReceivedPaymentRelationshipsReceivePaymentTransactionDataTest { - private final ReceivedPaymentRelationshipsReceivePaymentTransactionData model = new ReceivedPaymentRelationshipsReceivePaymentTransactionData(); - - /** - * Model tests for ReceivedPaymentRelationshipsReceivePaymentTransactionData - */ - @Test - public void testReceivedPaymentRelationshipsReceivePaymentTransactionData() { - // TODO: test ReceivedPaymentRelationshipsReceivePaymentTransactionData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsReceivePaymentTransactionTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsReceivePaymentTransactionTest.java deleted file mode 100644 index dd6538aa..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsReceivePaymentTransactionTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransactionData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentRelationshipsReceivePaymentTransaction - */ -public class ReceivedPaymentRelationshipsReceivePaymentTransactionTest { - private final ReceivedPaymentRelationshipsReceivePaymentTransaction model = new ReceivedPaymentRelationshipsReceivePaymentTransaction(); - - /** - * Model tests for ReceivedPaymentRelationshipsReceivePaymentTransaction - */ - @Test - public void testReceivedPaymentRelationshipsReceivePaymentTransaction() { - // TODO: test ReceivedPaymentRelationshipsReceivePaymentTransaction - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsTest.java deleted file mode 100644 index 47dc1f72..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentRelationshipsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransaction; -import unit.java.sdk.model.RelationshipsAccount; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPaymentRelationships - */ -public class ReceivedPaymentRelationshipsTest { - private final ReceivedPaymentRelationships model = new ReceivedPaymentRelationships(); - - /** - * Model tests for ReceivedPaymentRelationships - */ - @Test - public void testReceivedPaymentRelationships() { - // TODO: test ReceivedPaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'receivePaymentTransaction' - */ - @Test - public void receivePaymentTransactionTest() { - // TODO: test receivePaymentTransaction - } - - /** - * Test the property 'paymentAdvanceTransaction' - */ - @Test - public void paymentAdvanceTransactionTest() { - // TODO: test paymentAdvanceTransaction - } - - /** - * Test the property 'repayPaymentAdvanceTransaction' - */ - @Test - public void repayPaymentAdvanceTransactionTest() { - // TODO: test repayPaymentAdvanceTransaction - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivedPaymentTest.java b/src/test/java/unit/java/sdk/model/ReceivedPaymentTest.java deleted file mode 100644 index c52f8fa6..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivedPaymentTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentAttributes; -import unit.java.sdk.model.ReceivedPaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivedPayment - */ -public class ReceivedPaymentTest { - private final ReceivedPayment model = new ReceivedPayment(); - - /** - * Model tests for ReceivedPayment - */ - @Test - public void testReceivedPayment() { - // TODO: test ReceivedPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReceivingAccountRelationshipTest.java b/src/test/java/unit/java/sdk/model/ReceivingAccountRelationshipTest.java deleted file mode 100644 index 53c7d42e..00000000 --- a/src/test/java/unit/java/sdk/model/ReceivingAccountRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReceivingAccountRelationship - */ -public class ReceivingAccountRelationshipTest { - private final ReceivingAccountRelationship model = new ReceivingAccountRelationship(); - - /** - * Model tests for ReceivingAccountRelationship - */ - @Test - public void testReceivingAccountRelationship() { - // TODO: test ReceivingAccountRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsAccountDataTest.java b/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsAccountDataTest.java deleted file mode 100644 index 15e3378e..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsAccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringAchPaymentRelationshipsAccountData - */ -public class RecurringAchPaymentRelationshipsAccountDataTest { - private final RecurringAchPaymentRelationshipsAccountData model = new RecurringAchPaymentRelationshipsAccountData(); - - /** - * Model tests for RecurringAchPaymentRelationshipsAccountData - */ - @Test - public void testRecurringAchPaymentRelationshipsAccountData() { - // TODO: test RecurringAchPaymentRelationshipsAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsAccountTest.java b/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsAccountTest.java deleted file mode 100644 index acadc358..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringAchPaymentRelationshipsAccount - */ -public class RecurringAchPaymentRelationshipsAccountTest { - private final RecurringAchPaymentRelationshipsAccount model = new RecurringAchPaymentRelationshipsAccount(); - - /** - * Model tests for RecurringAchPaymentRelationshipsAccount - */ - @Test - public void testRecurringAchPaymentRelationshipsAccount() { - // TODO: test RecurringAchPaymentRelationshipsAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsCounterpartyDataTest.java b/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsCounterpartyDataTest.java deleted file mode 100644 index 12a62f0c..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsCounterpartyDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringAchPaymentRelationshipsCounterpartyData - */ -public class RecurringAchPaymentRelationshipsCounterpartyDataTest { - private final RecurringAchPaymentRelationshipsCounterpartyData model = new RecurringAchPaymentRelationshipsCounterpartyData(); - - /** - * Model tests for RecurringAchPaymentRelationshipsCounterpartyData - */ - @Test - public void testRecurringAchPaymentRelationshipsCounterpartyData() { - // TODO: test RecurringAchPaymentRelationshipsCounterpartyData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsCounterpartyTest.java b/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsCounterpartyTest.java deleted file mode 100644 index 577c60ac..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsCounterpartyTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsCounterpartyData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringAchPaymentRelationshipsCounterparty - */ -public class RecurringAchPaymentRelationshipsCounterpartyTest { - private final RecurringAchPaymentRelationshipsCounterparty model = new RecurringAchPaymentRelationshipsCounterparty(); - - /** - * Model tests for RecurringAchPaymentRelationshipsCounterparty - */ - @Test - public void testRecurringAchPaymentRelationshipsCounterparty() { - // TODO: test RecurringAchPaymentRelationshipsCounterparty - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsOrgDataTest.java b/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsOrgDataTest.java deleted file mode 100644 index fa5f4221..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsOrgDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringAchPaymentRelationshipsOrgData - */ -public class RecurringAchPaymentRelationshipsOrgDataTest { - private final RecurringAchPaymentRelationshipsOrgData model = new RecurringAchPaymentRelationshipsOrgData(); - - /** - * Model tests for RecurringAchPaymentRelationshipsOrgData - */ - @Test - public void testRecurringAchPaymentRelationshipsOrgData() { - // TODO: test RecurringAchPaymentRelationshipsOrgData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsOrgTest.java b/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsOrgTest.java deleted file mode 100644 index eaff40bd..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsOrgTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsOrgData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringAchPaymentRelationshipsOrg - */ -public class RecurringAchPaymentRelationshipsOrgTest { - private final RecurringAchPaymentRelationshipsOrg model = new RecurringAchPaymentRelationshipsOrg(); - - /** - * Model tests for RecurringAchPaymentRelationshipsOrg - */ - @Test - public void testRecurringAchPaymentRelationshipsOrg() { - // TODO: test RecurringAchPaymentRelationshipsOrg - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsTest.java deleted file mode 100644 index 07859e56..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringAchPaymentRelationshipsTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsAccount; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsCounterparty; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsOrg; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringAchPaymentRelationships - */ -public class RecurringAchPaymentRelationshipsTest { - private final RecurringAchPaymentRelationships model = new RecurringAchPaymentRelationships(); - - /** - * Model tests for RecurringAchPaymentRelationships - */ - @Test - public void testRecurringAchPaymentRelationships() { - // TODO: test RecurringAchPaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'org' - */ - @Test - public void orgTest() { - // TODO: test org - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsCounterpartyAccountDataTest.java b/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsCounterpartyAccountDataTest.java deleted file mode 100644 index 165671cb..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsCounterpartyAccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringBookPaymentRelationshipsCounterpartyAccountData - */ -public class RecurringBookPaymentRelationshipsCounterpartyAccountDataTest { - private final RecurringBookPaymentRelationshipsCounterpartyAccountData model = new RecurringBookPaymentRelationshipsCounterpartyAccountData(); - - /** - * Model tests for RecurringBookPaymentRelationshipsCounterpartyAccountData - */ - @Test - public void testRecurringBookPaymentRelationshipsCounterpartyAccountData() { - // TODO: test RecurringBookPaymentRelationshipsCounterpartyAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsCounterpartyAccountTest.java b/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsCounterpartyAccountTest.java deleted file mode 100644 index 184f903f..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsCounterpartyAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringBookPaymentRelationshipsCounterpartyAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringBookPaymentRelationshipsCounterpartyAccount - */ -public class RecurringBookPaymentRelationshipsCounterpartyAccountTest { - private final RecurringBookPaymentRelationshipsCounterpartyAccount model = new RecurringBookPaymentRelationshipsCounterpartyAccount(); - - /** - * Model tests for RecurringBookPaymentRelationshipsCounterpartyAccount - */ - @Test - public void testRecurringBookPaymentRelationshipsCounterpartyAccount() { - // TODO: test RecurringBookPaymentRelationshipsCounterpartyAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsTest.java deleted file mode 100644 index d8f22467..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringBookPaymentRelationshipsTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsAccount; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsOrg; -import unit.java.sdk.model.RecurringBookPaymentRelationshipsCounterpartyAccount; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringBookPaymentRelationships - */ -public class RecurringBookPaymentRelationshipsTest { - private final RecurringBookPaymentRelationships model = new RecurringBookPaymentRelationships(); - - /** - * Model tests for RecurringBookPaymentRelationships - */ - @Test - public void testRecurringBookPaymentRelationships() { - // TODO: test RecurringBookPaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'counterpartyAccount' - */ - @Test - public void counterpartyAccountTest() { - // TODO: test counterpartyAccount - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'org' - */ - @Test - public void orgTest() { - // TODO: test org - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringCreditAchPaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/RecurringCreditAchPaymentAllOfAttributesTest.java deleted file mode 100644 index d4250568..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringCreditAchPaymentAllOfAttributesTest.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Schedule; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringCreditAchPaymentAllOfAttributes - */ -public class RecurringCreditAchPaymentAllOfAttributesTest { - private final RecurringCreditAchPaymentAllOfAttributes model = new RecurringCreditAchPaymentAllOfAttributes(); - - /** - * Model tests for RecurringCreditAchPaymentAllOfAttributes - */ - @Test - public void testRecurringCreditAchPaymentAllOfAttributes() { - // TODO: test RecurringCreditAchPaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'schedule' - */ - @Test - public void scheduleTest() { - // TODO: test schedule - } - - /** - * Test the property 'numberOfPayments' - */ - @Test - public void numberOfPaymentsTest() { - // TODO: test numberOfPayments - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringCreditAchPaymentTest.java b/src/test/java/unit/java/sdk/model/RecurringCreditAchPaymentTest.java deleted file mode 100644 index 5d315fe3..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringCreditAchPaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringAchPaymentRelationships; -import unit.java.sdk.model.RecurringCreditAchPaymentAllOfAttributes; -import unit.java.sdk.model.RecurringPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringCreditAchPayment - */ -public class RecurringCreditAchPaymentTest { - private final RecurringCreditAchPayment model = new RecurringCreditAchPayment(); - - /** - * Model tests for RecurringCreditAchPayment - */ - @Test - public void testRecurringCreditAchPayment() { - // TODO: test RecurringCreditAchPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringCreditBookPaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/RecurringCreditBookPaymentAllOfAttributesTest.java deleted file mode 100644 index 024c73a0..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringCreditBookPaymentAllOfAttributesTest.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Schedule; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringCreditBookPaymentAllOfAttributes - */ -public class RecurringCreditBookPaymentAllOfAttributesTest { - private final RecurringCreditBookPaymentAllOfAttributes model = new RecurringCreditBookPaymentAllOfAttributes(); - - /** - * Model tests for RecurringCreditBookPaymentAllOfAttributes - */ - @Test - public void testRecurringCreditBookPaymentAllOfAttributes() { - // TODO: test RecurringCreditBookPaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'schedule' - */ - @Test - public void scheduleTest() { - // TODO: test schedule - } - - /** - * Test the property 'numberOfPayments' - */ - @Test - public void numberOfPaymentsTest() { - // TODO: test numberOfPayments - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringCreditBookPaymentTest.java b/src/test/java/unit/java/sdk/model/RecurringCreditBookPaymentTest.java deleted file mode 100644 index 88a8c944..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringCreditBookPaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringBookPaymentRelationships; -import unit.java.sdk.model.RecurringCreditBookPaymentAllOfAttributes; -import unit.java.sdk.model.RecurringPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringCreditBookPayment - */ -public class RecurringCreditBookPaymentTest { - private final RecurringCreditBookPayment model = new RecurringCreditBookPayment(); - - /** - * Model tests for RecurringCreditBookPayment - */ - @Test - public void testRecurringCreditBookPayment() { - // TODO: test RecurringCreditBookPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringDebitAchPaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/RecurringDebitAchPaymentAllOfAttributesTest.java deleted file mode 100644 index 2ad22909..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringDebitAchPaymentAllOfAttributesTest.java +++ /dev/null @@ -1,130 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Schedule; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringDebitAchPaymentAllOfAttributes - */ -public class RecurringDebitAchPaymentAllOfAttributesTest { - private final RecurringDebitAchPaymentAllOfAttributes model = new RecurringDebitAchPaymentAllOfAttributes(); - - /** - * Model tests for RecurringDebitAchPaymentAllOfAttributes - */ - @Test - public void testRecurringDebitAchPaymentAllOfAttributes() { - // TODO: test RecurringDebitAchPaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'addenda' - */ - @Test - public void addendaTest() { - // TODO: test addenda - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'schedule' - */ - @Test - public void scheduleTest() { - // TODO: test schedule - } - - /** - * Test the property 'numberOfPayments' - */ - @Test - public void numberOfPaymentsTest() { - // TODO: test numberOfPayments - } - - /** - * Test the property 'verifyCounterpartyBalance' - */ - @Test - public void verifyCounterpartyBalanceTest() { - // TODO: test verifyCounterpartyBalance - } - - /** - * Test the property 'sameDay' - */ - @Test - public void sameDayTest() { - // TODO: test sameDay - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringDebitAchPaymentTest.java b/src/test/java/unit/java/sdk/model/RecurringDebitAchPaymentTest.java deleted file mode 100644 index 18776ae6..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringDebitAchPaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringAchPaymentRelationships; -import unit.java.sdk.model.RecurringDebitAchPaymentAllOfAttributes; -import unit.java.sdk.model.RecurringPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringDebitAchPayment - */ -public class RecurringDebitAchPaymentTest { - private final RecurringDebitAchPayment model = new RecurringDebitAchPayment(); - - /** - * Model tests for RecurringDebitAchPayment - */ - @Test - public void testRecurringDebitAchPayment() { - // TODO: test RecurringDebitAchPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringPaymentRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/RecurringPaymentRelationshipDataTest.java deleted file mode 100644 index 036956c6..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringPaymentRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringPaymentRelationshipData - */ -public class RecurringPaymentRelationshipDataTest { - private final RecurringPaymentRelationshipData model = new RecurringPaymentRelationshipData(); - - /** - * Model tests for RecurringPaymentRelationshipData - */ - @Test - public void testRecurringPaymentRelationshipData() { - // TODO: test RecurringPaymentRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringPaymentRelationshipTest.java b/src/test/java/unit/java/sdk/model/RecurringPaymentRelationshipTest.java deleted file mode 100644 index 562729a0..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringPaymentRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringPaymentRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringPaymentRelationship - */ -public class RecurringPaymentRelationshipTest { - private final RecurringPaymentRelationship model = new RecurringPaymentRelationship(); - - /** - * Model tests for RecurringPaymentRelationship - */ - @Test - public void testRecurringPaymentRelationship() { - // TODO: test RecurringPaymentRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RecurringPaymentTest.java b/src/test/java/unit/java/sdk/model/RecurringPaymentTest.java deleted file mode 100644 index a1f67ab4..00000000 --- a/src/test/java/unit/java/sdk/model/RecurringPaymentTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RecurringPayment - */ -public class RecurringPaymentTest { - private final RecurringPayment model = new RecurringPayment(); - - /** - * Model tests for RecurringPayment - */ - @Test - public void testRecurringPayment() { - // TODO: test RecurringPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelatedTransactionRelationshipTest.java b/src/test/java/unit/java/sdk/model/RelatedTransactionRelationshipTest.java deleted file mode 100644 index 08128187..00000000 --- a/src/test/java/unit/java/sdk/model/RelatedTransactionRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransactionData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RelatedTransactionRelationship - */ -public class RelatedTransactionRelationshipTest { - private final RelatedTransactionRelationship model = new RelatedTransactionRelationship(); - - /** - * Model tests for RelatedTransactionRelationship - */ - @Test - public void testRelatedTransactionRelationship() { - // TODO: test RelatedTransactionRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelatedTransactionTest.java b/src/test/java/unit/java/sdk/model/RelatedTransactionTest.java deleted file mode 100644 index ecf61c77..00000000 --- a/src/test/java/unit/java/sdk/model/RelatedTransactionTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransactionData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RelatedTransaction - */ -public class RelatedTransactionTest { - private final RelatedTransaction model = new RelatedTransaction(); - - /** - * Model tests for RelatedTransaction - */ - @Test - public void testRelatedTransaction() { - // TODO: test RelatedTransaction - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelationshipDataTest.java b/src/test/java/unit/java/sdk/model/RelationshipDataTest.java deleted file mode 100644 index d9cf85ea..00000000 --- a/src/test/java/unit/java/sdk/model/RelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RelationshipData - */ -public class RelationshipDataTest { - private final RelationshipData model = new RelationshipData(); - - /** - * Model tests for RelationshipData - */ - @Test - public void testRelationshipData() { - // TODO: test RelationshipData - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelationshipTest.java b/src/test/java/unit/java/sdk/model/RelationshipTest.java deleted file mode 100644 index 75bdd7b8..00000000 --- a/src/test/java/unit/java/sdk/model/RelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Relationship - */ -public class RelationshipTest { - private final Relationship model = new Relationship(); - - /** - * Model tests for Relationship - */ - @Test - public void testRelationship() { - // TODO: test Relationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/Relationships1AccountDataTest.java b/src/test/java/unit/java/sdk/model/Relationships1AccountDataTest.java deleted file mode 100644 index 027d86ca..00000000 --- a/src/test/java/unit/java/sdk/model/Relationships1AccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Relationships1AccountData - */ -public class Relationships1AccountDataTest { - private final Relationships1AccountData model = new Relationships1AccountData(); - - /** - * Model tests for Relationships1AccountData - */ - @Test - public void testRelationships1AccountData() { - // TODO: test Relationships1AccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/Relationships1AccountTest.java b/src/test/java/unit/java/sdk/model/Relationships1AccountTest.java deleted file mode 100644 index e405438c..00000000 --- a/src/test/java/unit/java/sdk/model/Relationships1AccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationships1AccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Relationships1Account - */ -public class Relationships1AccountTest { - private final Relationships1Account model = new Relationships1Account(); - - /** - * Model tests for Relationships1Account - */ - @Test - public void testRelationships1Account() { - // TODO: test Relationships1Account - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/Relationships1Test.java b/src/test/java/unit/java/sdk/model/Relationships1Test.java deleted file mode 100644 index 482ec12b..00000000 --- a/src/test/java/unit/java/sdk/model/Relationships1Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Relationships1Account; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Relationships1 - */ -public class Relationships1Test { - private final Relationships1 model = new Relationships1(); - - /** - * Model tests for Relationships1 - */ - @Test - public void testRelationships1() { - // TODO: test Relationships1 - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelationshipsAccountDataTest.java b/src/test/java/unit/java/sdk/model/RelationshipsAccountDataTest.java deleted file mode 100644 index 5d4fe621..00000000 --- a/src/test/java/unit/java/sdk/model/RelationshipsAccountDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RelationshipsAccountData - */ -public class RelationshipsAccountDataTest { - private final RelationshipsAccountData model = new RelationshipsAccountData(); - - /** - * Model tests for RelationshipsAccountData - */ - @Test - public void testRelationshipsAccountData() { - // TODO: test RelationshipsAccountData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelationshipsAccountTest.java b/src/test/java/unit/java/sdk/model/RelationshipsAccountTest.java deleted file mode 100644 index bec290f9..00000000 --- a/src/test/java/unit/java/sdk/model/RelationshipsAccountTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RelationshipsAccountData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RelationshipsAccount - */ -public class RelationshipsAccountTest { - private final RelationshipsAccount model = new RelationshipsAccount(); - - /** - * Model tests for RelationshipsAccount - */ - @Test - public void testRelationshipsAccount() { - // TODO: test RelationshipsAccount - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelationshipsCustomerDataTest.java b/src/test/java/unit/java/sdk/model/RelationshipsCustomerDataTest.java deleted file mode 100644 index 163e3a6b..00000000 --- a/src/test/java/unit/java/sdk/model/RelationshipsCustomerDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RelationshipsCustomerData - */ -public class RelationshipsCustomerDataTest { - private final RelationshipsCustomerData model = new RelationshipsCustomerData(); - - /** - * Model tests for RelationshipsCustomerData - */ - @Test - public void testRelationshipsCustomerData() { - // TODO: test RelationshipsCustomerData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelationshipsCustomerTest.java b/src/test/java/unit/java/sdk/model/RelationshipsCustomerTest.java deleted file mode 100644 index db80be46..00000000 --- a/src/test/java/unit/java/sdk/model/RelationshipsCustomerTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RelationshipsCustomerData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RelationshipsCustomer - */ -public class RelationshipsCustomerTest { - private final RelationshipsCustomer model = new RelationshipsCustomer(); - - /** - * Model tests for RelationshipsCustomer - */ - @Test - public void testRelationshipsCustomer() { - // TODO: test RelationshipsCustomer - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RelationshipsTest.java b/src/test/java/unit/java/sdk/model/RelationshipsTest.java deleted file mode 100644 index e884b54b..00000000 --- a/src/test/java/unit/java/sdk/model/RelationshipsTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RelationshipsAccount; -import unit.java.sdk.model.RelationshipsCustomer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Relationships - */ -public class RelationshipsTest { - private final Relationships model = new Relationships(); - - /** - * Model tests for Relationships - */ - @Test - public void testRelationships() { - // TODO: test Relationships - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReleaseTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ReleaseTransactionAllOfAttributesTest.java deleted file mode 100644 index b7a704dd..00000000 --- a/src/test/java/unit/java/sdk/model/ReleaseTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,131 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.Counterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReleaseTransactionAllOfAttributes - */ -public class ReleaseTransactionAllOfAttributesTest { - private final ReleaseTransactionAllOfAttributes model = new ReleaseTransactionAllOfAttributes(); - - /** - * Model tests for ReleaseTransactionAllOfAttributes - */ - @Test - public void testReleaseTransactionAllOfAttributes() { - // TODO: test ReleaseTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'senderName' - */ - @Test - public void senderNameTest() { - // TODO: test senderName - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'senderAccountNumber' - */ - @Test - public void senderAccountNumberTest() { - // TODO: test senderAccountNumber - } - - /** - * Test the property 'senderAddress' - */ - @Test - public void senderAddressTest() { - // TODO: test senderAddress - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReleaseTransactionTest.java b/src/test/java/unit/java/sdk/model/ReleaseTransactionTest.java deleted file mode 100644 index 2bd27f14..00000000 --- a/src/test/java/unit/java/sdk/model/ReleaseTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReleaseTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReleaseTransaction - */ -public class ReleaseTransactionTest { - private final ReleaseTransaction model = new ReleaseTransaction(); - - /** - * Model tests for ReleaseTransaction - */ - @Test - public void testReleaseTransaction() { - // TODO: test ReleaseTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/RepaidPaymentAdvanceTransactionTest.java b/src/test/java/unit/java/sdk/model/RepaidPaymentAdvanceTransactionTest.java deleted file mode 100644 index 848e6577..00000000 --- a/src/test/java/unit/java/sdk/model/RepaidPaymentAdvanceTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RepaidPaymentAdvanceTransaction - */ -public class RepaidPaymentAdvanceTransactionTest { - private final RepaidPaymentAdvanceTransaction model = new RepaidPaymentAdvanceTransaction(); - - /** - * Model tests for RepaidPaymentAdvanceTransaction - */ - @Test - public void testRepaidPaymentAdvanceTransaction() { - // TODO: test RepaidPaymentAdvanceTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/RepaymentRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/RepaymentRelationshipDataTest.java deleted file mode 100644 index 08126b28..00000000 --- a/src/test/java/unit/java/sdk/model/RepaymentRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RepaymentRelationshipData - */ -public class RepaymentRelationshipDataTest { - private final RepaymentRelationshipData model = new RepaymentRelationshipData(); - - /** - * Model tests for RepaymentRelationshipData - */ - @Test - public void testRepaymentRelationshipData() { - // TODO: test RepaymentRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RepaymentRelationshipTest.java b/src/test/java/unit/java/sdk/model/RepaymentRelationshipTest.java deleted file mode 100644 index 82adf57c..00000000 --- a/src/test/java/unit/java/sdk/model/RepaymentRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RepaymentRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RepaymentRelationship - */ -public class RepaymentRelationshipTest { - private final RepaymentRelationship model = new RepaymentRelationship(); - - /** - * Model tests for RepaymentRelationship - */ - @Test - public void testRepaymentRelationship() { - // TODO: test RepaymentRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RepaymentTest.java b/src/test/java/unit/java/sdk/model/RepaymentTest.java deleted file mode 100644 index aa2aa712..00000000 --- a/src/test/java/unit/java/sdk/model/RepaymentTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Repayment - */ -public class RepaymentTest { - private final Repayment model = new Repayment(); - - /** - * Model tests for Repayment - */ - @Test - public void testRepayment() { - // TODO: test Repayment - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/RequireIdVerificationTest.java b/src/test/java/unit/java/sdk/model/RequireIdVerificationTest.java deleted file mode 100644 index dd87e583..00000000 --- a/src/test/java/unit/java/sdk/model/RequireIdVerificationTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RequireIdVerification - */ -public class RequireIdVerificationTest { - private final RequireIdVerification model = new RequireIdVerification(); - - /** - * Model tests for RequireIdVerification - */ - @Test - public void testRequireIdVerification() { - // TODO: test RequireIdVerification - } - - /** - * Test the property 'individual' - */ - @Test - public void individualTest() { - // TODO: test individual - } - - /** - * Test the property 'officer' - */ - @Test - public void officerTest() { - // TODO: test officer - } - - /** - * Test the property 'beneficialOwners' - */ - @Test - public void beneficialOwnersTest() { - // TODO: test beneficialOwners - } - -} diff --git a/src/test/java/unit/java/sdk/model/ResponseContactTest.java b/src/test/java/unit/java/sdk/model/ResponseContactTest.java deleted file mode 100644 index d52241d4..00000000 --- a/src/test/java/unit/java/sdk/model/ResponseContactTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ResponseContact - */ -public class ResponseContactTest { - private final ResponseContact model = new ResponseContact(); - - /** - * Model tests for ResponseContact - */ - @Test - public void testResponseContact() { - // TODO: test ResponseContact - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestDataAttributesTest.java b/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestDataAttributesTest.java deleted file mode 100644 index c312e30c..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestDataAttributesTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReturnReason; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnCheckPaymentRequestDataAttributes - */ -public class ReturnCheckPaymentRequestDataAttributesTest { - private final ReturnCheckPaymentRequestDataAttributes model = new ReturnCheckPaymentRequestDataAttributes(); - - /** - * Model tests for ReturnCheckPaymentRequestDataAttributes - */ - @Test - public void testReturnCheckPaymentRequestDataAttributes() { - // TODO: test ReturnCheckPaymentRequestDataAttributes - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestDataTest.java b/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestDataTest.java deleted file mode 100644 index 741a3bca..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReturnCheckPaymentRequestDataAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnCheckPaymentRequestData - */ -public class ReturnCheckPaymentRequestDataTest { - private final ReturnCheckPaymentRequestData model = new ReturnCheckPaymentRequestData(); - - /** - * Model tests for ReturnCheckPaymentRequestData - */ - @Test - public void testReturnCheckPaymentRequestData() { - // TODO: test ReturnCheckPaymentRequestData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestTest.java b/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestTest.java deleted file mode 100644 index 5d4aa918..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnCheckPaymentRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReturnCheckPaymentRequestData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnCheckPaymentRequest - */ -public class ReturnCheckPaymentRequestTest { - private final ReturnCheckPaymentRequest model = new ReturnCheckPaymentRequest(); - - /** - * Model tests for ReturnCheckPaymentRequest - */ - @Test - public void testReturnCheckPaymentRequest() { - // TODO: test ReturnCheckPaymentRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnReasonTest.java b/src/test/java/unit/java/sdk/model/ReturnReasonTest.java deleted file mode 100644 index 67001c12..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnReasonTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnReason - */ -public class ReturnReasonTest { - /** - * Model tests for ReturnReason - */ - @Test - public void testReturnReason() { - // TODO: test ReturnReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedAchTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ReturnedAchTransactionAllOfAttributesTest.java deleted file mode 100644 index 0ec20ce2..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedAchTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,129 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedAchTransactionAllOfAttributes - */ -public class ReturnedAchTransactionAllOfAttributesTest { - private final ReturnedAchTransactionAllOfAttributes model = new ReturnedAchTransactionAllOfAttributes(); - - /** - * Model tests for ReturnedAchTransactionAllOfAttributes - */ - @Test - public void testReturnedAchTransactionAllOfAttributes() { - // TODO: test ReturnedAchTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'companyName' - */ - @Test - public void companyNameTest() { - // TODO: test companyName - } - - /** - * Test the property 'counterpartyName' - */ - @Test - public void counterpartyNameTest() { - // TODO: test counterpartyName - } - - /** - * Test the property 'counterpartyRoutingNumber' - */ - @Test - public void counterpartyRoutingNumberTest() { - // TODO: test counterpartyRoutingNumber - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'achReason' - */ - @Test - public void achReasonTest() { - // TODO: test achReason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedAchTransactionTest.java b/src/test/java/unit/java/sdk/model/ReturnedAchTransactionTest.java deleted file mode 100644 index 5fb3191b..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedAchTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReturnedAchTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedAchTransaction - */ -public class ReturnedAchTransactionTest { - private final ReturnedAchTransaction model = new ReturnedAchTransaction(); - - /** - * Model tests for ReturnedAchTransaction - */ - @Test - public void testReturnedAchTransaction() { - // TODO: test ReturnedAchTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedCheckDepositTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ReturnedCheckDepositTransactionAllOfAttributesTest.java deleted file mode 100644 index f5ab3965..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedCheckDepositTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedCheckDepositTransactionAllOfAttributes - */ -public class ReturnedCheckDepositTransactionAllOfAttributesTest { - private final ReturnedCheckDepositTransactionAllOfAttributes model = new ReturnedCheckDepositTransactionAllOfAttributes(); - - /** - * Model tests for ReturnedCheckDepositTransactionAllOfAttributes - */ - @Test - public void testReturnedCheckDepositTransactionAllOfAttributes() { - // TODO: test ReturnedCheckDepositTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedCheckDepositTransactionTest.java b/src/test/java/unit/java/sdk/model/ReturnedCheckDepositTransactionTest.java deleted file mode 100644 index db6d71a4..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedCheckDepositTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReturnedCheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedCheckDepositTransaction - */ -public class ReturnedCheckDepositTransactionTest { - private final ReturnedCheckDepositTransaction model = new ReturnedCheckDepositTransaction(); - - /** - * Model tests for ReturnedCheckDepositTransaction - */ - @Test - public void testReturnedCheckDepositTransaction() { - // TODO: test ReturnedCheckDepositTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedCheckPaymentTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ReturnedCheckPaymentTransactionAllOfAttributesTest.java deleted file mode 100644 index 930f4f4b..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedCheckPaymentTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedCheckPaymentTransactionAllOfAttributes - */ -public class ReturnedCheckPaymentTransactionAllOfAttributesTest { - private final ReturnedCheckPaymentTransactionAllOfAttributes model = new ReturnedCheckPaymentTransactionAllOfAttributes(); - - /** - * Model tests for ReturnedCheckPaymentTransactionAllOfAttributes - */ - @Test - public void testReturnedCheckPaymentTransactionAllOfAttributes() { - // TODO: test ReturnedCheckPaymentTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedCheckPaymentTransactionTest.java b/src/test/java/unit/java/sdk/model/ReturnedCheckPaymentTransactionTest.java deleted file mode 100644 index 5b25d19f..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedCheckPaymentTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReturnedCheckPaymentTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedCheckPaymentTransaction - */ -public class ReturnedCheckPaymentTransactionTest { - private final ReturnedCheckPaymentTransaction model = new ReturnedCheckPaymentTransaction(); - - /** - * Model tests for ReturnedCheckPaymentTransaction - */ - @Test - public void testReturnedCheckPaymentTransaction() { - // TODO: test ReturnedCheckPaymentTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedReceivedAchTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ReturnedReceivedAchTransactionAllOfAttributesTest.java deleted file mode 100644 index 83baeefe..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedReceivedAchTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedReceivedAchTransactionAllOfAttributes - */ -public class ReturnedReceivedAchTransactionAllOfAttributesTest { - private final ReturnedReceivedAchTransactionAllOfAttributes model = new ReturnedReceivedAchTransactionAllOfAttributes(); - - /** - * Model tests for ReturnedReceivedAchTransactionAllOfAttributes - */ - @Test - public void testReturnedReceivedAchTransactionAllOfAttributes() { - // TODO: test ReturnedReceivedAchTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'companyName' - */ - @Test - public void companyNameTest() { - // TODO: test companyName - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedReceivedAchTransactionTest.java b/src/test/java/unit/java/sdk/model/ReturnedReceivedAchTransactionTest.java deleted file mode 100644 index 3d7bff40..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedReceivedAchTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReturnedReceivedAchTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedReceivedAchTransaction - */ -public class ReturnedReceivedAchTransactionTest { - private final ReturnedReceivedAchTransaction model = new ReturnedReceivedAchTransaction(); - - /** - * Model tests for ReturnedReceivedAchTransaction - */ - @Test - public void testReturnedReceivedAchTransaction() { - // TODO: test ReturnedReceivedAchTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReturnedRelationshipTest.java b/src/test/java/unit/java/sdk/model/ReturnedRelationshipTest.java deleted file mode 100644 index 5231663a..00000000 --- a/src/test/java/unit/java/sdk/model/ReturnedRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransactionData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReturnedRelationship - */ -public class ReturnedRelationshipTest { - private final ReturnedRelationship model = new ReturnedRelationship(); - - /** - * Model tests for ReturnedRelationship - */ - @Test - public void testReturnedRelationship() { - // TODO: test ReturnedRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReversalTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/ReversalTransactionAllOfAttributesTest.java deleted file mode 100644 index 72e5fc17..00000000 --- a/src/test/java/unit/java/sdk/model/ReversalTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,117 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReversalTransactionAllOfAttributes - */ -public class ReversalTransactionAllOfAttributesTest { - private final ReversalTransactionAllOfAttributes model = new ReversalTransactionAllOfAttributes(); - - /** - * Model tests for ReversalTransactionAllOfAttributes - */ - @Test - public void testReversalTransactionAllOfAttributes() { - // TODO: test ReversalTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'cardLast4Digits' - */ - @Test - public void cardLast4DigitsTest() { - // TODO: test cardLast4Digits - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'networkTransactionId' - */ - @Test - public void networkTransactionIdTest() { - // TODO: test networkTransactionId - } - - /** - * Test the property 'internationalServiceFee' - */ - @Test - public void internationalServiceFeeTest() { - // TODO: test internationalServiceFee - } - -} diff --git a/src/test/java/unit/java/sdk/model/ReversalTransactionTest.java b/src/test/java/unit/java/sdk/model/ReversalTransactionTest.java deleted file mode 100644 index b60309e5..00000000 --- a/src/test/java/unit/java/sdk/model/ReversalTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReversalTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for ReversalTransaction - */ -public class ReversalTransactionTest { - private final ReversalTransaction model = new ReversalTransaction(); - - /** - * Model tests for ReversalTransaction - */ - @Test - public void testReversalTransaction() { - // TODO: test ReversalTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/RevocabilityTest.java b/src/test/java/unit/java/sdk/model/RevocabilityTest.java deleted file mode 100644 index af0d7f77..00000000 --- a/src/test/java/unit/java/sdk/model/RevocabilityTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Revocability - */ -public class RevocabilityTest { - /** - * Model tests for Revocability - */ - @Test - public void testRevocability() { - // TODO: test Revocability - } - -} diff --git a/src/test/java/unit/java/sdk/model/RewardAttributesTest.java b/src/test/java/unit/java/sdk/model/RewardAttributesTest.java deleted file mode 100644 index 3e67766b..00000000 --- a/src/test/java/unit/java/sdk/model/RewardAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RewardAttributes - */ -public class RewardAttributesTest { - private final RewardAttributes model = new RewardAttributes(); - - /** - * Model tests for RewardAttributes - */ - @Test - public void testRewardAttributes() { - // TODO: test RewardAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'rejectReason' - */ - @Test - public void rejectReasonTest() { - // TODO: test rejectReason - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/RewardRelationshipDataTest.java b/src/test/java/unit/java/sdk/model/RewardRelationshipDataTest.java deleted file mode 100644 index 232fa5d3..00000000 --- a/src/test/java/unit/java/sdk/model/RewardRelationshipDataTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RewardRelationshipData - */ -public class RewardRelationshipDataTest { - private final RewardRelationshipData model = new RewardRelationshipData(); - - /** - * Model tests for RewardRelationshipData - */ - @Test - public void testRewardRelationshipData() { - // TODO: test RewardRelationshipData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/unit/java/sdk/model/RewardRelationshipTest.java b/src/test/java/unit/java/sdk/model/RewardRelationshipTest.java deleted file mode 100644 index 0c9c7c83..00000000 --- a/src/test/java/unit/java/sdk/model/RewardRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RewardRelationshipData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RewardRelationship - */ -public class RewardRelationshipTest { - private final RewardRelationship model = new RewardRelationship(); - - /** - * Model tests for RewardRelationship - */ - @Test - public void testRewardRelationship() { - // TODO: test RewardRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/RewardRelationshipsTest.java b/src/test/java/unit/java/sdk/model/RewardRelationshipsTest.java deleted file mode 100644 index b9f21ea0..00000000 --- a/src/test/java/unit/java/sdk/model/RewardRelationshipsTest.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CardRelationship; -import unit.java.sdk.model.Relationship; -import unit.java.sdk.model.TransactionRelationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RewardRelationships - */ -public class RewardRelationshipsTest { - private final RewardRelationships model = new RewardRelationships(); - - /** - * Model tests for RewardRelationships - */ - @Test - public void testRewardRelationships() { - // TODO: test RewardRelationships - } - - /** - * Test the property 'receivingAccount' - */ - @Test - public void receivingAccountTest() { - // TODO: test receivingAccount - } - - /** - * Test the property 'fundingAccount' - */ - @Test - public void fundingAccountTest() { - // TODO: test fundingAccount - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'rewardedTransaction' - */ - @Test - public void rewardedTransactionTest() { - // TODO: test rewardedTransaction - } - - /** - * Test the property 'transaction' - */ - @Test - public void transactionTest() { - // TODO: test transaction - } - - /** - * Test the property 'card' - */ - @Test - public void cardTest() { - // TODO: test card - } - -} diff --git a/src/test/java/unit/java/sdk/model/RewardTest.java b/src/test/java/unit/java/sdk/model/RewardTest.java deleted file mode 100644 index 11c898cf..00000000 --- a/src/test/java/unit/java/sdk/model/RewardTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RewardAttributes; -import unit.java.sdk.model.RewardRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Reward - */ -public class RewardTest { - private final Reward model = new Reward(); - - /** - * Model tests for Reward - */ - @Test - public void testReward() { - // TODO: test Reward - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/RewardTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/RewardTransactionAllOfAttributesTest.java deleted file mode 100644 index 6b865bdd..00000000 --- a/src/test/java/unit/java/sdk/model/RewardTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RewardTransactionAllOfAttributes - */ -public class RewardTransactionAllOfAttributesTest { - private final RewardTransactionAllOfAttributes model = new RewardTransactionAllOfAttributes(); - - /** - * Model tests for RewardTransactionAllOfAttributes - */ - @Test - public void testRewardTransactionAllOfAttributes() { - // TODO: test RewardTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'receiverCounterparty' - */ - @Test - public void receiverCounterpartyTest() { - // TODO: test receiverCounterparty - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/RewardTransactionTest.java b/src/test/java/unit/java/sdk/model/RewardTransactionTest.java deleted file mode 100644 index 74400962..00000000 --- a/src/test/java/unit/java/sdk/model/RewardTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RewardTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for RewardTransaction - */ -public class RewardTransactionTest { - private final RewardTransaction model = new RewardTransaction(); - - /** - * Model tests for RewardTransaction - */ - @Test - public void testRewardTransaction() { - // TODO: test RewardTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/Schedule1Test.java b/src/test/java/unit/java/sdk/model/Schedule1Test.java deleted file mode 100644 index fac00bae..00000000 --- a/src/test/java/unit/java/sdk/model/Schedule1Test.java +++ /dev/null @@ -1,90 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.MonthlySchedule; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Schedule1 - */ -public class Schedule1Test { - private final Schedule1 model = new Schedule1(); - - /** - * Model tests for Schedule1 - */ - @Test - public void testSchedule1() { - // TODO: test Schedule1 - } - - /** - * Test the property 'startTime' - */ - @Test - public void startTimeTest() { - // TODO: test startTime - } - - /** - * Test the property 'endTime' - */ - @Test - public void endTimeTest() { - // TODO: test endTime - } - - /** - * Test the property 'dayOfMonth' - */ - @Test - public void dayOfMonthTest() { - // TODO: test dayOfMonth - } - - /** - * Test the property 'dayOfWeek' - */ - @Test - public void dayOfWeekTest() { - // TODO: test dayOfWeek - } - - /** - * Test the property 'interval' - */ - @Test - public void intervalTest() { - // TODO: test interval - } - - /** - * Test the property 'totalNumberOfPayments' - */ - @Test - public void totalNumberOfPaymentsTest() { - // TODO: test totalNumberOfPayments - } - -} diff --git a/src/test/java/unit/java/sdk/model/ScheduleTest.java b/src/test/java/unit/java/sdk/model/ScheduleTest.java deleted file mode 100644 index 8b9b0c88..00000000 --- a/src/test/java/unit/java/sdk/model/ScheduleTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Schedule - */ -public class ScheduleTest { - private final Schedule model = new Schedule(); - - /** - * Model tests for Schedule - */ - @Test - public void testSchedule() { - // TODO: test Schedule - } - - /** - * Test the property 'startTime' - */ - @Test - public void startTimeTest() { - // TODO: test startTime - } - - /** - * Test the property 'endTime' - */ - @Test - public void endTimeTest() { - // TODO: test endTime - } - - /** - * Test the property 'interval' - */ - @Test - public void intervalTest() { - // TODO: test interval - } - - /** - * Test the property 'dayOfMonth' - */ - @Test - public void dayOfMonthTest() { - // TODO: test dayOfMonth - } - - /** - * Test the property 'nextScheduledAction' - */ - @Test - public void nextScheduledActionTest() { - // TODO: test nextScheduledAction - } - - /** - * Test the property 'totalNumberOfPayments' - */ - @Test - public void totalNumberOfPaymentsTest() { - // TODO: test totalNumberOfPayments - } - -} diff --git a/src/test/java/unit/java/sdk/model/SettlementTransactionTest.java b/src/test/java/unit/java/sdk/model/SettlementTransactionTest.java deleted file mode 100644 index e24248e6..00000000 --- a/src/test/java/unit/java/sdk/model/SettlementTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for SettlementTransaction - */ -public class SettlementTransactionTest { - private final SettlementTransaction model = new SettlementTransaction(); - - /** - * Model tests for SettlementTransaction - */ - @Test - public void testSettlementTransaction() { - // TODO: test SettlementTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/SoleProprietorshipAnnualRevenueTest.java b/src/test/java/unit/java/sdk/model/SoleProprietorshipAnnualRevenueTest.java deleted file mode 100644 index 2921ad89..00000000 --- a/src/test/java/unit/java/sdk/model/SoleProprietorshipAnnualRevenueTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for SoleProprietorshipAnnualRevenue - */ -public class SoleProprietorshipAnnualRevenueTest { - /** - * Model tests for SoleProprietorshipAnnualRevenue - */ - @Test - public void testSoleProprietorshipAnnualRevenue() { - // TODO: test SoleProprietorshipAnnualRevenue - } - -} diff --git a/src/test/java/unit/java/sdk/model/SoleProprietorshipNumberOfEmployeesTest.java b/src/test/java/unit/java/sdk/model/SoleProprietorshipNumberOfEmployeesTest.java deleted file mode 100644 index 6740fe8f..00000000 --- a/src/test/java/unit/java/sdk/model/SoleProprietorshipNumberOfEmployeesTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for SoleProprietorshipNumberOfEmployees - */ -public class SoleProprietorshipNumberOfEmployeesTest { - /** - * Model tests for SoleProprietorshipNumberOfEmployees - */ - @Test - public void testSoleProprietorshipNumberOfEmployees() { - // TODO: test SoleProprietorshipNumberOfEmployees - } - -} diff --git a/src/test/java/unit/java/sdk/model/SourceOfFundsTest.java b/src/test/java/unit/java/sdk/model/SourceOfFundsTest.java deleted file mode 100644 index 4d1c5c95..00000000 --- a/src/test/java/unit/java/sdk/model/SourceOfFundsTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for SourceOfFunds - */ -public class SourceOfFundsTest { - /** - * Model tests for SourceOfFunds - */ - @Test - public void testSourceOfFunds() { - // TODO: test SourceOfFunds - } - -} diff --git a/src/test/java/unit/java/sdk/model/SourceOfIncomeTest.java b/src/test/java/unit/java/sdk/model/SourceOfIncomeTest.java deleted file mode 100644 index 361df6f9..00000000 --- a/src/test/java/unit/java/sdk/model/SourceOfIncomeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for SourceOfIncome - */ -public class SourceOfIncomeTest { - /** - * Model tests for SourceOfIncome - */ - @Test - public void testSourceOfIncome() { - // TODO: test SourceOfIncome - } - -} diff --git a/src/test/java/unit/java/sdk/model/SponsoredInterestTransactionTest.java b/src/test/java/unit/java/sdk/model/SponsoredInterestTransactionTest.java deleted file mode 100644 index eb963102..00000000 --- a/src/test/java/unit/java/sdk/model/SponsoredInterestTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositTransactionAllOfAttributes; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for SponsoredInterestTransaction - */ -public class SponsoredInterestTransactionTest { - private final SponsoredInterestTransaction model = new SponsoredInterestTransaction(); - - /** - * Model tests for SponsoredInterestTransaction - */ - @Test - public void testSponsoredInterestTransaction() { - // TODO: test SponsoredInterestTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/StatementAttributesTest.java b/src/test/java/unit/java/sdk/model/StatementAttributesTest.java deleted file mode 100644 index 651c6e1e..00000000 --- a/src/test/java/unit/java/sdk/model/StatementAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StatementAttributes - */ -public class StatementAttributesTest { - private final StatementAttributes model = new StatementAttributes(); - - /** - * Model tests for StatementAttributes - */ - @Test - public void testStatementAttributes() { - // TODO: test StatementAttributes - } - - /** - * Test the property 'period' - */ - @Test - public void periodTest() { - // TODO: test period - } - -} diff --git a/src/test/java/unit/java/sdk/model/StatementRelationshipsTest.java b/src/test/java/unit/java/sdk/model/StatementRelationshipsTest.java deleted file mode 100644 index ae102ccf..00000000 --- a/src/test/java/unit/java/sdk/model/StatementRelationshipsTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomersRelationship; -import unit.java.sdk.model.Relationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StatementRelationships - */ -public class StatementRelationshipsTest { - private final StatementRelationships model = new StatementRelationships(); - - /** - * Model tests for StatementRelationships - */ - @Test - public void testStatementRelationships() { - // TODO: test StatementRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'customers' - */ - @Test - public void customersTest() { - // TODO: test customers - } - -} diff --git a/src/test/java/unit/java/sdk/model/StatementTest.java b/src/test/java/unit/java/sdk/model/StatementTest.java deleted file mode 100644 index 6dbe9c42..00000000 --- a/src/test/java/unit/java/sdk/model/StatementTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.StatementAttributes; -import unit.java.sdk.model.StatementRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Statement - */ -public class StatementTest { - private final Statement model = new Statement(); - - /** - * Model tests for Statement - */ - @Test - public void testStatement() { - // TODO: test Statement - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/StatusEventStatusTest.java b/src/test/java/unit/java/sdk/model/StatusEventStatusTest.java deleted file mode 100644 index f3321265..00000000 --- a/src/test/java/unit/java/sdk/model/StatusEventStatusTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDepositStatus; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StatusEventStatus - */ -public class StatusEventStatusTest { - private final StatusEventStatus model = new StatusEventStatus(); - - /** - * Model tests for StatusEventStatus - */ - @Test - public void testStatusEventStatus() { - // TODO: test StatusEventStatus - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/StatusEventTest.java b/src/test/java/unit/java/sdk/model/StatusEventTest.java deleted file mode 100644 index 7b1c6b92..00000000 --- a/src/test/java/unit/java/sdk/model/StatusEventTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.StatusEventStatus; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StatusEvent - */ -public class StatusEventTest { - private final StatusEvent model = new StatusEvent(); - - /** - * Model tests for StatusEvent - */ - @Test - public void testStatusEvent() { - // TODO: test StatusEvent - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'updatedBy' - */ - @Test - public void updatedByTest() { - // TODO: test updatedBy - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/unit/java/sdk/model/StopPaymentAttributesTest.java b/src/test/java/unit/java/sdk/model/StopPaymentAttributesTest.java deleted file mode 100644 index d3114b3b..00000000 --- a/src/test/java/unit/java/sdk/model/StopPaymentAttributesTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StopPaymentAttributes - */ -public class StopPaymentAttributesTest { - private final StopPaymentAttributes model = new StopPaymentAttributes(); - - /** - * Model tests for StopPaymentAttributes - */ - @Test - public void testStopPaymentAttributes() { - // TODO: test StopPaymentAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'checkNumber' - */ - @Test - public void checkNumberTest() { - // TODO: test checkNumber - } - -} diff --git a/src/test/java/unit/java/sdk/model/StopPaymentListResponseTest.java b/src/test/java/unit/java/sdk/model/StopPaymentListResponseTest.java deleted file mode 100644 index e497f60e..00000000 --- a/src/test/java/unit/java/sdk/model/StopPaymentListResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.StopPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StopPaymentListResponse - */ -public class StopPaymentListResponseTest { - private final StopPaymentListResponse model = new StopPaymentListResponse(); - - /** - * Model tests for StopPaymentListResponse - */ - @Test - public void testStopPaymentListResponse() { - // TODO: test StopPaymentListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsCheckPaymentsDataInnerTest.java b/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsCheckPaymentsDataInnerTest.java deleted file mode 100644 index eeaec64f..00000000 --- a/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsCheckPaymentsDataInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StopPaymentRelationshipsCheckPaymentsDataInner - */ -public class StopPaymentRelationshipsCheckPaymentsDataInnerTest { - private final StopPaymentRelationshipsCheckPaymentsDataInner model = new StopPaymentRelationshipsCheckPaymentsDataInner(); - - /** - * Model tests for StopPaymentRelationshipsCheckPaymentsDataInner - */ - @Test - public void testStopPaymentRelationshipsCheckPaymentsDataInner() { - // TODO: test StopPaymentRelationshipsCheckPaymentsDataInner - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsCheckPaymentsTest.java b/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsCheckPaymentsTest.java deleted file mode 100644 index cacae56d..00000000 --- a/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsCheckPaymentsTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.StopPaymentRelationshipsCheckPaymentsDataInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StopPaymentRelationshipsCheckPayments - */ -public class StopPaymentRelationshipsCheckPaymentsTest { - private final StopPaymentRelationshipsCheckPayments model = new StopPaymentRelationshipsCheckPayments(); - - /** - * Model tests for StopPaymentRelationshipsCheckPayments - */ - @Test - public void testStopPaymentRelationshipsCheckPayments() { - // TODO: test StopPaymentRelationshipsCheckPayments - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsTest.java b/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsTest.java deleted file mode 100644 index ec80f928..00000000 --- a/src/test/java/unit/java/sdk/model/StopPaymentRelationshipsTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomersRelationship; -import unit.java.sdk.model.ReceivedPaymentRelationshipsCustomer; -import unit.java.sdk.model.RecurringAchPaymentRelationshipsAccount; -import unit.java.sdk.model.StopPaymentRelationshipsCheckPayments; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StopPaymentRelationships - */ -public class StopPaymentRelationshipsTest { - private final StopPaymentRelationships model = new StopPaymentRelationships(); - - /** - * Model tests for StopPaymentRelationships - */ - @Test - public void testStopPaymentRelationships() { - // TODO: test StopPaymentRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'customers' - */ - @Test - public void customersTest() { - // TODO: test customers - } - - /** - * Test the property 'checkPayments' - */ - @Test - public void checkPaymentsTest() { - // TODO: test checkPayments - } - -} diff --git a/src/test/java/unit/java/sdk/model/StopPaymentResponseTest.java b/src/test/java/unit/java/sdk/model/StopPaymentResponseTest.java deleted file mode 100644 index 69cc199e..00000000 --- a/src/test/java/unit/java/sdk/model/StopPaymentResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.StopPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StopPaymentResponse - */ -public class StopPaymentResponseTest { - private final StopPaymentResponse model = new StopPaymentResponse(); - - /** - * Model tests for StopPaymentResponse - */ - @Test - public void testStopPaymentResponse() { - // TODO: test StopPaymentResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/StopPaymentTest.java b/src/test/java/unit/java/sdk/model/StopPaymentTest.java deleted file mode 100644 index edc584e0..00000000 --- a/src/test/java/unit/java/sdk/model/StopPaymentTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.StopPaymentAttributes; -import unit.java.sdk.model.StopPaymentRelationships; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for StopPayment - */ -public class StopPaymentTest { - private final StopPayment model = new StopPayment(); - - /** - * Model tests for StopPayment - */ - @Test - public void testStopPayment() { - // TODO: test StopPayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/TransactionRelationshipTest.java b/src/test/java/unit/java/sdk/model/TransactionRelationshipTest.java deleted file mode 100644 index 3a5a3030..00000000 --- a/src/test/java/unit/java/sdk/model/TransactionRelationshipTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPaymentRelationshipsReceivePaymentTransactionData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for TransactionRelationship - */ -public class TransactionRelationshipTest { - private final TransactionRelationship model = new TransactionRelationship(); - - /** - * Model tests for TransactionRelationship - */ - @Test - public void testTransactionRelationship() { - // TODO: test TransactionRelationship - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/TransactionRelationshipsTest.java b/src/test/java/unit/java/sdk/model/TransactionRelationshipsTest.java deleted file mode 100644 index b8790cb2..00000000 --- a/src/test/java/unit/java/sdk/model/TransactionRelationshipsTest.java +++ /dev/null @@ -1,246 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountRelationship2; -import unit.java.sdk.model.AuthorizationRelationship; -import unit.java.sdk.model.AuthorizationRequestRelationship; -import unit.java.sdk.model.CardRelationship; -import unit.java.sdk.model.ChargebackRelationship; -import unit.java.sdk.model.CheckDepositRelationship; -import unit.java.sdk.model.CheckPaymentRelationship; -import unit.java.sdk.model.CounterpartyAccountRelationship1; -import unit.java.sdk.model.CounterpartyCustomerRelationship; -import unit.java.sdk.model.CustomerRelationship; -import unit.java.sdk.model.CustomersRelationship; -import unit.java.sdk.model.IncomingAchRelationship; -import unit.java.sdk.model.OrgRelationship; -import unit.java.sdk.model.PaymentRelationship; -import unit.java.sdk.model.ReceivedPaymentRelationship; -import unit.java.sdk.model.ReceivingAccountRelationship; -import unit.java.sdk.model.RecurringPaymentRelationship; -import unit.java.sdk.model.RelatedTransaction; -import unit.java.sdk.model.RelatedTransactionRelationship; -import unit.java.sdk.model.RepaymentRelationship; -import unit.java.sdk.model.ReturnedRelationship; -import unit.java.sdk.model.RewardRelationship; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for TransactionRelationships - */ -public class TransactionRelationshipsTest { - private final TransactionRelationships model = new TransactionRelationships(); - - /** - * Model tests for TransactionRelationships - */ - @Test - public void testTransactionRelationships() { - // TODO: test TransactionRelationships - } - - /** - * Test the property 'account' - */ - @Test - public void accountTest() { - // TODO: test account - } - - /** - * Test the property 'receivingAccount' - */ - @Test - public void receivingAccountTest() { - // TODO: test receivingAccount - } - - /** - * Test the property 'customer' - */ - @Test - public void customerTest() { - // TODO: test customer - } - - /** - * Test the property 'customers' - */ - @Test - public void customersTest() { - // TODO: test customers - } - - /** - * Test the property 'counterpartyAccount' - */ - @Test - public void counterpartyAccountTest() { - // TODO: test counterpartyAccount - } - - /** - * Test the property 'counterpartyCustomer' - */ - @Test - public void counterpartyCustomerTest() { - // TODO: test counterpartyCustomer - } - - /** - * Test the property 'relatedTransaction' - */ - @Test - public void relatedTransactionTest() { - // TODO: test relatedTransaction - } - - /** - * Test the property 'disputedTransaction' - */ - @Test - public void disputedTransactionTest() { - // TODO: test disputedTransaction - } - - /** - * Test the property 'authorization' - */ - @Test - public void authorizationTest() { - // TODO: test authorization - } - - /** - * Test the property 'returned' - */ - @Test - public void returnedTest() { - // TODO: test returned - } - - /** - * Test the property 'payment' - */ - @Test - public void paymentTest() { - // TODO: test payment - } - - /** - * Test the property 'checkPayment' - */ - @Test - public void checkPaymentTest() { - // TODO: test checkPayment - } - - /** - * Test the property 'repayment' - */ - @Test - public void repaymentTest() { - // TODO: test repayment - } - - /** - * Test the property 'recurringPayment' - */ - @Test - public void recurringPaymentTest() { - // TODO: test recurringPayment - } - - /** - * Test the property 'org' - */ - @Test - public void orgTest() { - // TODO: test org - } - - /** - * Test the property 'card' - */ - @Test - public void cardTest() { - // TODO: test card - } - - /** - * Test the property 'incomingAch' - */ - @Test - public void incomingAchTest() { - // TODO: test incomingAch - } - - /** - * Test the property 'checkDeposit' - */ - @Test - public void checkDepositTest() { - // TODO: test checkDeposit - } - - /** - * Test the property 'authorizationRequest' - */ - @Test - public void authorizationRequestTest() { - // TODO: test authorizationRequest - } - - /** - * Test the property 'paymentAdvanceTransaction' - */ - @Test - public void paymentAdvanceTransactionTest() { - // TODO: test paymentAdvanceTransaction - } - - /** - * Test the property 'receivedPayment' - */ - @Test - public void receivedPaymentTest() { - // TODO: test receivedPayment - } - - /** - * Test the property 'chargeback' - */ - @Test - public void chargebackTest() { - // TODO: test chargeback - } - - /** - * Test the property 'reward' - */ - @Test - public void rewardTest() { - // TODO: test reward - } - -} diff --git a/src/test/java/unit/java/sdk/model/TransactionTest.java b/src/test/java/unit/java/sdk/model/TransactionTest.java deleted file mode 100644 index 91326a2d..00000000 --- a/src/test/java/unit/java/sdk/model/TransactionTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Transaction - */ -public class TransactionTest { - private final Transaction model = new Transaction(); - - /** - * Model tests for Transaction - */ - @Test - public void testTransaction() { - // TODO: test Transaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/unit/java/sdk/model/TrustApplicationAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/TrustApplicationAllOfAttributesTest.java deleted file mode 100644 index 97887780..00000000 --- a/src/test/java/unit/java/sdk/model/TrustApplicationAllOfAttributesTest.java +++ /dev/null @@ -1,266 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationStatus; -import unit.java.sdk.model.Grantor; -import unit.java.sdk.model.Revocability; -import unit.java.sdk.model.SourceOfFunds; -import unit.java.sdk.model.TrustContact; -import unit.java.sdk.model.Trustee; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for TrustApplicationAllOfAttributes - */ -public class TrustApplicationAllOfAttributesTest { - private final TrustApplicationAllOfAttributes model = new TrustApplicationAllOfAttributes(); - - /** - * Model tests for TrustApplicationAllOfAttributes - */ - @Test - public void testTrustApplicationAllOfAttributes() { - // TODO: test TrustApplicationAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'evaluationOutcome' - */ - @Test - public void evaluationOutcomeTest() { - // TODO: test evaluationOutcome - } - - /** - * Test the property 'evaluationId' - */ - @Test - public void evaluationIdTest() { - // TODO: test evaluationId - } - - /** - * Test the property 'evaluationEntityId' - */ - @Test - public void evaluationEntityIdTest() { - // TODO: test evaluationEntityId - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'dateOfIncorporation' - */ - @Test - public void dateOfIncorporationTest() { - // TODO: test dateOfIncorporation - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'revocability' - */ - @Test - public void revocabilityTest() { - // TODO: test revocability - } - - /** - * Test the property 'sourceOfFunds' - */ - @Test - public void sourceOfFundsTest() { - // TODO: test sourceOfFunds - } - - /** - * Test the property 'taxId' - */ - @Test - public void taxIdTest() { - // TODO: test taxId - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'trustees' - */ - @Test - public void trusteesTest() { - // TODO: test trustees - } - - /** - * Test the property 'grantor' - */ - @Test - public void grantorTest() { - // TODO: test grantor - } - - /** - * Test the property 'ip' - */ - @Test - public void ipTest() { - // TODO: test ip - } - - /** - * Test the property 'decisionMethod' - */ - @Test - public void decisionMethodTest() { - // TODO: test decisionMethod - } - - /** - * Test the property 'decisionUserId' - */ - @Test - public void decisionUserIdTest() { - // TODO: test decisionUserId - } - - /** - * Test the property 'decisionReason' - */ - @Test - public void decisionReasonTest() { - // TODO: test decisionReason - } - - /** - * Test the property 'decisionDateTime' - */ - @Test - public void decisionDateTimeTest() { - // TODO: test decisionDateTime - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'riskRate' - */ - @Test - public void riskRateTest() { - // TODO: test riskRate - } - - /** - * Test the property 'evaluationFlags' - */ - @Test - public void evaluationFlagsTest() { - // TODO: test evaluationFlags - } - - /** - * Test the property 'ipLocationDetails' - */ - @Test - public void ipLocationDetailsTest() { - // TODO: test ipLocationDetails - } - - /** - * Test the property 'phoneLocationDetails' - */ - @Test - public void phoneLocationDetailsTest() { - // TODO: test phoneLocationDetails - } - - /** - * Test the property 'archived' - */ - @Test - public void archivedTest() { - // TODO: test archived - } - -} diff --git a/src/test/java/unit/java/sdk/model/TrustApplicationTest.java b/src/test/java/unit/java/sdk/model/TrustApplicationTest.java deleted file mode 100644 index c613dd93..00000000 --- a/src/test/java/unit/java/sdk/model/TrustApplicationTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.ApplicationRelationships; -import unit.java.sdk.model.TrustApplicationAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for TrustApplication - */ -public class TrustApplicationTest { - private final TrustApplication model = new TrustApplication(); - - /** - * Model tests for TrustApplication - */ - @Test - public void testTrustApplication() { - // TODO: test TrustApplication - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/TrustContactTest.java b/src/test/java/unit/java/sdk/model/TrustContactTest.java deleted file mode 100644 index a63f3b81..00000000 --- a/src/test/java/unit/java/sdk/model/TrustContactTest.java +++ /dev/null @@ -1,87 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for TrustContact - */ -public class TrustContactTest { - private final TrustContact model = new TrustContact(); - - /** - * Model tests for TrustContact - */ - @Test - public void testTrustContact() { - // TODO: test TrustContact - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - -} diff --git a/src/test/java/unit/java/sdk/model/TrustCustomerAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/TrustCustomerAllOfAttributesTest.java deleted file mode 100644 index 1cb3cf92..00000000 --- a/src/test/java/unit/java/sdk/model/TrustCustomerAllOfAttributesTest.java +++ /dev/null @@ -1,143 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.AuthorizedUser; -import unit.java.sdk.model.Revocability; -import unit.java.sdk.model.SourceOfFunds; -import unit.java.sdk.model.TrustContact; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for TrustCustomerAllOfAttributes - */ -public class TrustCustomerAllOfAttributesTest { - private final TrustCustomerAllOfAttributes model = new TrustCustomerAllOfAttributes(); - - /** - * Model tests for TrustCustomerAllOfAttributes - */ - @Test - public void testTrustCustomerAllOfAttributes() { - // TODO: test TrustCustomerAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'stateOfIncorporation' - */ - @Test - public void stateOfIncorporationTest() { - // TODO: test stateOfIncorporation - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'revocability' - */ - @Test - public void revocabilityTest() { - // TODO: test revocability - } - - /** - * Test the property 'sourceOfFunds' - */ - @Test - public void sourceOfFundsTest() { - // TODO: test sourceOfFunds - } - - /** - * Test the property 'taxId' - */ - @Test - public void taxIdTest() { - // TODO: test taxId - } - - /** - * Test the property 'riskRate' - */ - @Test - public void riskRateTest() { - // TODO: test riskRate - } - - /** - * Test the property 'authorizedUsers' - */ - @Test - public void authorizedUsersTest() { - // TODO: test authorizedUsers - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'archiveReason' - */ - @Test - public void archiveReasonTest() { - // TODO: test archiveReason - } - -} diff --git a/src/test/java/unit/java/sdk/model/TrustCustomerTest.java b/src/test/java/unit/java/sdk/model/TrustCustomerTest.java deleted file mode 100644 index fe8f0f85..00000000 --- a/src/test/java/unit/java/sdk/model/TrustCustomerTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Customer; -import unit.java.sdk.model.CustomerRelationships; -import unit.java.sdk.model.TrustCustomerAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for TrustCustomer - */ -public class TrustCustomerTest { - private final TrustCustomer model = new TrustCustomer(); - - /** - * Model tests for TrustCustomer - */ - @Test - public void testTrustCustomer() { - // TODO: test TrustCustomer - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/TrusteeTest.java b/src/test/java/unit/java/sdk/model/TrusteeTest.java deleted file mode 100644 index f01629b6..00000000 --- a/src/test/java/unit/java/sdk/model/TrusteeTest.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.FullName; -import unit.java.sdk.model.Phone; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Trustee - */ -public class TrusteeTest { - private final Trustee model = new Trustee(); - - /** - * Model tests for Trustee - */ - @Test - public void testTrustee() { - // TODO: test Trustee - } - - /** - * Test the property 'fullName' - */ - @Test - public void fullNameTest() { - // TODO: test fullName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'ssn' - */ - @Test - public void ssnTest() { - // TODO: test ssn - } - - /** - * Test the property 'passport' - */ - @Test - public void passportTest() { - // TODO: test passport - } - - /** - * Test the property 'nationality' - */ - @Test - public void nationalityTest() { - // TODO: test nationality - } - - /** - * Test the property 'matriculaConsular' - */ - @Test - public void matriculaConsularTest() { - // TODO: test matriculaConsular - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dateOfBirth' - */ - @Test - public void dateOfBirthTest() { - // TODO: test dateOfBirth - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitAccountResponseTest.java b/src/test/java/unit/java/sdk/model/UnitAccountResponseTest.java deleted file mode 100644 index eed51e82..00000000 --- a/src/test/java/unit/java/sdk/model/UnitAccountResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Account; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitAccountResponse - */ -public class UnitAccountResponseTest { - private final UnitAccountResponse model = new UnitAccountResponse(); - - /** - * Model tests for UnitAccountResponse - */ - @Test - public void testUnitAccountResponse() { - // TODO: test UnitAccountResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitAccountResponseWithIncludedTest.java b/src/test/java/unit/java/sdk/model/UnitAccountResponseWithIncludedTest.java deleted file mode 100644 index f5cebf9d..00000000 --- a/src/test/java/unit/java/sdk/model/UnitAccountResponseWithIncludedTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Account; -import unit.java.sdk.model.Customer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitAccountResponseWithIncluded - */ -public class UnitAccountResponseWithIncludedTest { - private final UnitAccountResponseWithIncluded model = new UnitAccountResponseWithIncluded(); - - /** - * Model tests for UnitAccountResponseWithIncluded - */ - @Test - public void testUnitAccountResponseWithIncluded() { - // TODO: test UnitAccountResponseWithIncluded - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitAccountsListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitAccountsListResponseTest.java deleted file mode 100644 index 5ea55bd0..00000000 --- a/src/test/java/unit/java/sdk/model/UnitAccountsListResponseTest.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Account; -import unit.java.sdk.model.Customer; -import unit.java.sdk.model.PaginationMeta; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitAccountsListResponse - */ -public class UnitAccountsListResponseTest { - private final UnitAccountsListResponse model = new UnitAccountsListResponse(); - - /** - * Model tests for UnitAccountsListResponse - */ - @Test - public void testUnitAccountsListResponse() { - // TODO: test UnitAccountsListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitApiTokenResponseTest.java b/src/test/java/unit/java/sdk/model/UnitApiTokenResponseTest.java deleted file mode 100644 index 85e80452..00000000 --- a/src/test/java/unit/java/sdk/model/UnitApiTokenResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApiToken; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitApiTokenResponse - */ -public class UnitApiTokenResponseTest { - private final UnitApiTokenResponse model = new UnitApiTokenResponse(); - - /** - * Model tests for UnitApiTokenResponse - */ - @Test - public void testUnitApiTokenResponse() { - // TODO: test UnitApiTokenResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitApplicationFormResponseTest.java b/src/test/java/unit/java/sdk/model/UnitApplicationFormResponseTest.java deleted file mode 100644 index 260bd726..00000000 --- a/src/test/java/unit/java/sdk/model/UnitApplicationFormResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ApplicationForm; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitApplicationFormResponse - */ -public class UnitApplicationFormResponseTest { - private final UnitApplicationFormResponse model = new UnitApplicationFormResponse(); - - /** - * Model tests for UnitApplicationFormResponse - */ - @Test - public void testUnitApplicationFormResponse() { - // TODO: test UnitApplicationFormResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitApplicationFormResponseWithIncludedTest.java b/src/test/java/unit/java/sdk/model/UnitApplicationFormResponseWithIncludedTest.java deleted file mode 100644 index 1a41699d..00000000 --- a/src/test/java/unit/java/sdk/model/UnitApplicationFormResponseWithIncludedTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.ApplicationForm; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitApplicationFormResponseWithIncluded - */ -public class UnitApplicationFormResponseWithIncludedTest { - private final UnitApplicationFormResponseWithIncluded model = new UnitApplicationFormResponseWithIncluded(); - - /** - * Model tests for UnitApplicationFormResponseWithIncluded - */ - @Test - public void testUnitApplicationFormResponseWithIncluded() { - // TODO: test UnitApplicationFormResponseWithIncluded - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitApplicationFormsListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitApplicationFormsListResponseTest.java deleted file mode 100644 index 8ea1625b..00000000 --- a/src/test/java/unit/java/sdk/model/UnitApplicationFormsListResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApplicationForm; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitApplicationFormsListResponse - */ -public class UnitApplicationFormsListResponseTest { - private final UnitApplicationFormsListResponse model = new UnitApplicationFormsListResponse(); - - /** - * Model tests for UnitApplicationFormsListResponse - */ - @Test - public void testUnitApplicationFormsListResponse() { - // TODO: test UnitApplicationFormsListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitApplicationResponseWithIncludedTest.java b/src/test/java/unit/java/sdk/model/UnitApplicationResponseWithIncludedTest.java deleted file mode 100644 index 9c16c4ef..00000000 --- a/src/test/java/unit/java/sdk/model/UnitApplicationResponseWithIncludedTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.IncludedResourceInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitApplicationResponseWithIncluded - */ -public class UnitApplicationResponseWithIncludedTest { - private final UnitApplicationResponseWithIncluded model = new UnitApplicationResponseWithIncluded(); - - /** - * Model tests for UnitApplicationResponseWithIncluded - */ - @Test - public void testUnitApplicationResponseWithIncluded() { - // TODO: test UnitApplicationResponseWithIncluded - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitAuthorizationRequestResponseTest.java b/src/test/java/unit/java/sdk/model/UnitAuthorizationRequestResponseTest.java deleted file mode 100644 index dc4f69b6..00000000 --- a/src/test/java/unit/java/sdk/model/UnitAuthorizationRequestResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequest; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitAuthorizationRequestResponse - */ -public class UnitAuthorizationRequestResponseTest { - private final UnitAuthorizationRequestResponse model = new UnitAuthorizationRequestResponse(); - - /** - * Model tests for UnitAuthorizationRequestResponse - */ - @Test - public void testUnitAuthorizationRequestResponse() { - // TODO: test UnitAuthorizationRequestResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitAuthorizationRequestsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitAuthorizationRequestsResponseTest.java deleted file mode 100644 index 68ca9b8c..00000000 --- a/src/test/java/unit/java/sdk/model/UnitAuthorizationRequestsResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AuthorizationRequest; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitAuthorizationRequestsResponse - */ -public class UnitAuthorizationRequestsResponseTest { - private final UnitAuthorizationRequestsResponse model = new UnitAuthorizationRequestsResponse(); - - /** - * Model tests for UnitAuthorizationRequestsResponse - */ - @Test - public void testUnitAuthorizationRequestsResponse() { - // TODO: test UnitAuthorizationRequestsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitAuthorizationResponseTest.java b/src/test/java/unit/java/sdk/model/UnitAuthorizationResponseTest.java deleted file mode 100644 index fd5c6867..00000000 --- a/src/test/java/unit/java/sdk/model/UnitAuthorizationResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Authorization; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitAuthorizationResponse - */ -public class UnitAuthorizationResponseTest { - private final UnitAuthorizationResponse model = new UnitAuthorizationResponse(); - - /** - * Model tests for UnitAuthorizationResponse - */ - @Test - public void testUnitAuthorizationResponse() { - // TODO: test UnitAuthorizationResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCancelApplicationResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCancelApplicationResponseTest.java deleted file mode 100644 index fd9f69d0..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCancelApplicationResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.Document; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCancelApplicationResponse - */ -public class UnitCancelApplicationResponseTest { - private final UnitCancelApplicationResponse model = new UnitCancelApplicationResponse(); - - /** - * Model tests for UnitCancelApplicationResponse - */ - @Test - public void testUnitCancelApplicationResponse() { - // TODO: test UnitCancelApplicationResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCardResponse1Test.java b/src/test/java/unit/java/sdk/model/UnitCardResponse1Test.java deleted file mode 100644 index 0ad24a0d..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCardResponse1Test.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.IncludedResourceInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCardResponse1 - */ -public class UnitCardResponse1Test { - private final UnitCardResponse1 model = new UnitCardResponse1(); - - /** - * Model tests for UnitCardResponse1 - */ - @Test - public void testUnitCardResponse1() { - // TODO: test UnitCardResponse1 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCardResponse2Test.java b/src/test/java/unit/java/sdk/model/UnitCardResponse2Test.java deleted file mode 100644 index 4c2b6e02..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCardResponse2Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PinStatus; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCardResponse2 - */ -public class UnitCardResponse2Test { - private final UnitCardResponse2 model = new UnitCardResponse2(); - - /** - * Model tests for UnitCardResponse2 - */ - @Test - public void testUnitCardResponse2() { - // TODO: test UnitCardResponse2 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCardResponse3Test.java b/src/test/java/unit/java/sdk/model/UnitCardResponse3Test.java deleted file mode 100644 index 8d39bafa..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCardResponse3Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Limits1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCardResponse3 - */ -public class UnitCardResponse3Test { - private final UnitCardResponse3 model = new UnitCardResponse3(); - - /** - * Model tests for UnitCardResponse3 - */ - @Test - public void testUnitCardResponse3() { - // TODO: test UnitCardResponse3 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCardResponseCardsListTest.java b/src/test/java/unit/java/sdk/model/UnitCardResponseCardsListTest.java deleted file mode 100644 index 45378814..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCardResponseCardsListTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Card; -import unit.java.sdk.model.IncludedResourceInner; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCardResponseCardsList - */ -public class UnitCardResponseCardsListTest { - private final UnitCardResponseCardsList model = new UnitCardResponseCardsList(); - - /** - * Model tests for UnitCardResponseCardsList - */ - @Test - public void testUnitCardResponseCardsList() { - // TODO: test UnitCardResponseCardsList - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCardResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCardResponseTest.java deleted file mode 100644 index 7b9fb9a1..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCardResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Card; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCardResponse - */ -public class UnitCardResponseTest { - private final UnitCardResponse model = new UnitCardResponse(); - - /** - * Model tests for UnitCardResponse - */ - @Test - public void testUnitCardResponse() { - // TODO: test UnitCardResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCheckDepositResponse1Test.java b/src/test/java/unit/java/sdk/model/UnitCheckDepositResponse1Test.java deleted file mode 100644 index e7f01812..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCheckDepositResponse1Test.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCheckDepositResponse1 - */ -public class UnitCheckDepositResponse1Test { - private final UnitCheckDepositResponse1 model = new UnitCheckDepositResponse1(); - - /** - * Model tests for UnitCheckDepositResponse1 - */ - @Test - public void testUnitCheckDepositResponse1() { - // TODO: test UnitCheckDepositResponse1 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCheckDepositResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCheckDepositResponseTest.java deleted file mode 100644 index 3f148664..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCheckDepositResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckDeposit; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCheckDepositResponse - */ -public class UnitCheckDepositResponseTest { - private final UnitCheckDepositResponse model = new UnitCheckDepositResponse(); - - /** - * Model tests for UnitCheckDepositResponse - */ - @Test - public void testUnitCheckDepositResponse() { - // TODO: test UnitCheckDepositResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCheckPaymentResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCheckPaymentResponseTest.java deleted file mode 100644 index 41e38d46..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCheckPaymentResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CheckPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCheckPaymentResponse - */ -public class UnitCheckPaymentResponseTest { - private final UnitCheckPaymentResponse model = new UnitCheckPaymentResponse(); - - /** - * Model tests for UnitCheckPaymentResponse - */ - @Test - public void testUnitCheckPaymentResponse() { - // TODO: test UnitCheckPaymentResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCounterpartiesListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCounterpartiesListResponseTest.java deleted file mode 100644 index 7a741660..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCounterpartiesListResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCounterpartiesListResponse - */ -public class UnitCounterpartiesListResponseTest { - private final UnitCounterpartiesListResponse model = new UnitCounterpartiesListResponse(); - - /** - * Model tests for UnitCounterpartiesListResponse - */ - @Test - public void testUnitCounterpartiesListResponse() { - // TODO: test UnitCounterpartiesListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCounterpartyResponse1Test.java b/src/test/java/unit/java/sdk/model/UnitCounterpartyResponse1Test.java deleted file mode 100644 index 30358930..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCounterpartyResponse1Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CounterpartyBalance; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCounterpartyResponse1 - */ -public class UnitCounterpartyResponse1Test { - private final UnitCounterpartyResponse1 model = new UnitCounterpartyResponse1(); - - /** - * Model tests for UnitCounterpartyResponse1 - */ - @Test - public void testUnitCounterpartyResponse1() { - // TODO: test UnitCounterpartyResponse1 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCounterpartyResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCounterpartyResponseTest.java deleted file mode 100644 index 2db7bad6..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCounterpartyResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty1; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCounterpartyResponse - */ -public class UnitCounterpartyResponseTest { - private final UnitCounterpartyResponse model = new UnitCounterpartyResponse(); - - /** - * Model tests for UnitCounterpartyResponse - */ - @Test - public void testUnitCounterpartyResponse() { - // TODO: test UnitCounterpartyResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCreateApplicationResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCreateApplicationResponseTest.java deleted file mode 100644 index 5e0d998d..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCreateApplicationResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.Document; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCreateApplicationResponse - */ -public class UnitCreateApplicationResponseTest { - private final UnitCreateApplicationResponse model = new UnitCreateApplicationResponse(); - - /** - * Model tests for UnitCreateApplicationResponse - */ - @Test - public void testUnitCreateApplicationResponse() { - // TODO: test UnitCreateApplicationResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCustomerResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCustomerResponseTest.java deleted file mode 100644 index 2162b91b..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCustomerResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Customer; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCustomerResponse - */ -public class UnitCustomerResponseTest { - private final UnitCustomerResponse model = new UnitCustomerResponse(); - - /** - * Model tests for UnitCustomerResponse - */ - @Test - public void testUnitCustomerResponse() { - // TODO: test UnitCustomerResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCustomerTokenResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCustomerTokenResponseTest.java deleted file mode 100644 index 616a59a6..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCustomerTokenResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomerToken; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCustomerTokenResponse - */ -public class UnitCustomerTokenResponseTest { - private final UnitCustomerTokenResponse model = new UnitCustomerTokenResponse(); - - /** - * Model tests for UnitCustomerTokenResponse - */ - @Test - public void testUnitCustomerTokenResponse() { - // TODO: test UnitCustomerTokenResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCustomerTokenVerificationResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCustomerTokenVerificationResponseTest.java deleted file mode 100644 index e678a408..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCustomerTokenVerificationResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.CustomerTokenVerification; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCustomerTokenVerificationResponse - */ -public class UnitCustomerTokenVerificationResponseTest { - private final UnitCustomerTokenVerificationResponse model = new UnitCustomerTokenVerificationResponse(); - - /** - * Model tests for UnitCustomerTokenVerificationResponse - */ - @Test - public void testUnitCustomerTokenVerificationResponse() { - // TODO: test UnitCustomerTokenVerificationResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitCustomersListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitCustomersListResponseTest.java deleted file mode 100644 index 551ac9e1..00000000 --- a/src/test/java/unit/java/sdk/model/UnitCustomersListResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Customer; -import unit.java.sdk.model.PaginationMeta; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitCustomersListResponse - */ -public class UnitCustomersListResponseTest { - private final UnitCustomersListResponse model = new UnitCustomersListResponse(); - - /** - * Model tests for UnitCustomersListResponse - */ - @Test - public void testUnitCustomersListResponse() { - // TODO: test UnitCustomersListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitDisputeResponseTest.java b/src/test/java/unit/java/sdk/model/UnitDisputeResponseTest.java deleted file mode 100644 index 0c1c2838..00000000 --- a/src/test/java/unit/java/sdk/model/UnitDisputeResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Dispute; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitDisputeResponse - */ -public class UnitDisputeResponseTest { - private final UnitDisputeResponse model = new UnitDisputeResponse(); - - /** - * Model tests for UnitDisputeResponse - */ - @Test - public void testUnitDisputeResponse() { - // TODO: test UnitDisputeResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitDocumentResponseTest.java b/src/test/java/unit/java/sdk/model/UnitDocumentResponseTest.java deleted file mode 100644 index 141303bd..00000000 --- a/src/test/java/unit/java/sdk/model/UnitDocumentResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Document; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitDocumentResponse - */ -public class UnitDocumentResponseTest { - private final UnitDocumentResponse model = new UnitDocumentResponse(); - - /** - * Model tests for UnitDocumentResponse - */ - @Test - public void testUnitDocumentResponse() { - // TODO: test UnitDocumentResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitEventListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitEventListResponseTest.java deleted file mode 100644 index f8fecf06..00000000 --- a/src/test/java/unit/java/sdk/model/UnitEventListResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Event; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitEventListResponse - */ -public class UnitEventListResponseTest { - private final UnitEventListResponse model = new UnitEventListResponse(); - - /** - * Model tests for UnitEventListResponse - */ - @Test - public void testUnitEventListResponse() { - // TODO: test UnitEventListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitEventResponse1Test.java b/src/test/java/unit/java/sdk/model/UnitEventResponse1Test.java deleted file mode 100644 index b694230b..00000000 --- a/src/test/java/unit/java/sdk/model/UnitEventResponse1Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Event; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitEventResponse1 - */ -public class UnitEventResponse1Test { - private final UnitEventResponse1 model = new UnitEventResponse1(); - - /** - * Model tests for UnitEventResponse1 - */ - @Test - public void testUnitEventResponse1() { - // TODO: test UnitEventResponse1 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitEventResponseTest.java b/src/test/java/unit/java/sdk/model/UnitEventResponseTest.java deleted file mode 100644 index b86a7ece..00000000 --- a/src/test/java/unit/java/sdk/model/UnitEventResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Event; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitEventResponse - */ -public class UnitEventResponseTest { - private final UnitEventResponse model = new UnitEventResponse(); - - /** - * Model tests for UnitEventResponse - */ - @Test - public void testUnitEventResponse() { - // TODO: test UnitEventResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitFeeResponseTest.java b/src/test/java/unit/java/sdk/model/UnitFeeResponseTest.java deleted file mode 100644 index 6a1d7e15..00000000 --- a/src/test/java/unit/java/sdk/model/UnitFeeResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Fee; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitFeeResponse - */ -public class UnitFeeResponseTest { - private final UnitFeeResponse model = new UnitFeeResponse(); - - /** - * Model tests for UnitFeeResponse - */ - @Test - public void testUnitFeeResponse() { - // TODO: test UnitFeeResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitGetAccountEndOfDayListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitGetAccountEndOfDayListResponseTest.java deleted file mode 100644 index 8a573edf..00000000 --- a/src/test/java/unit/java/sdk/model/UnitGetAccountEndOfDayListResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.AccountEndOfDay; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitGetAccountEndOfDayListResponse - */ -public class UnitGetAccountEndOfDayListResponseTest { - private final UnitGetAccountEndOfDayListResponse model = new UnitGetAccountEndOfDayListResponse(); - - /** - * Model tests for UnitGetAccountEndOfDayListResponse - */ - @Test - public void testUnitGetAccountEndOfDayListResponse() { - // TODO: test UnitGetAccountEndOfDayListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitGetAccountLimitsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitGetAccountLimitsResponseTest.java deleted file mode 100644 index 2325dc2f..00000000 --- a/src/test/java/unit/java/sdk/model/UnitGetAccountLimitsResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Limits; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitGetAccountLimitsResponse - */ -public class UnitGetAccountLimitsResponseTest { - private final UnitGetAccountLimitsResponse model = new UnitGetAccountLimitsResponse(); - - /** - * Model tests for UnitGetAccountLimitsResponse - */ - @Test - public void testUnitGetAccountLimitsResponse() { - // TODO: test UnitGetAccountLimitsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitInstitutionResponseTest.java b/src/test/java/unit/java/sdk/model/UnitInstitutionResponseTest.java deleted file mode 100644 index a1c20229..00000000 --- a/src/test/java/unit/java/sdk/model/UnitInstitutionResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Institution; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitInstitutionResponse - */ -public class UnitInstitutionResponseTest { - private final UnitInstitutionResponse model = new UnitInstitutionResponse(); - - /** - * Model tests for UnitInstitutionResponse - */ - @Test - public void testUnitInstitutionResponse() { - // TODO: test UnitInstitutionResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitListApplicationsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitListApplicationsResponseTest.java deleted file mode 100644 index 632e93a5..00000000 --- a/src/test/java/unit/java/sdk/model/UnitListApplicationsResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Application; -import unit.java.sdk.model.PaginationMeta; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitListApplicationsResponse - */ -public class UnitListApplicationsResponseTest { - private final UnitListApplicationsResponse model = new UnitListApplicationsResponse(); - - /** - * Model tests for UnitListApplicationsResponse - */ - @Test - public void testUnitListApplicationsResponse() { - // TODO: test UnitListApplicationsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitListAuthorizationRequestsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitListAuthorizationRequestsResponseTest.java deleted file mode 100644 index c13d0228..00000000 --- a/src/test/java/unit/java/sdk/model/UnitListAuthorizationRequestsResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.AuthorizationRequest; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitListAuthorizationRequestsResponse - */ -public class UnitListAuthorizationRequestsResponseTest { - private final UnitListAuthorizationRequestsResponse model = new UnitListAuthorizationRequestsResponse(); - - /** - * Model tests for UnitListAuthorizationRequestsResponse - */ - @Test - public void testUnitListAuthorizationRequestsResponse() { - // TODO: test UnitListAuthorizationRequestsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitListAuthorizationsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitListAuthorizationsResponseTest.java deleted file mode 100644 index d4e3e9c6..00000000 --- a/src/test/java/unit/java/sdk/model/UnitListAuthorizationsResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Authorization; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitListAuthorizationsResponse - */ -public class UnitListAuthorizationsResponseTest { - private final UnitListAuthorizationsResponse model = new UnitListAuthorizationsResponse(); - - /** - * Model tests for UnitListAuthorizationsResponse - */ - @Test - public void testUnitListAuthorizationsResponse() { - // TODO: test UnitListAuthorizationsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitListCheckDepositsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitListCheckDepositsResponseTest.java deleted file mode 100644 index 596a017e..00000000 --- a/src/test/java/unit/java/sdk/model/UnitListCheckDepositsResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.CheckDeposit; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitListCheckDepositsResponse - */ -public class UnitListCheckDepositsResponseTest { - private final UnitListCheckDepositsResponse model = new UnitListCheckDepositsResponse(); - - /** - * Model tests for UnitListCheckDepositsResponse - */ - @Test - public void testUnitListCheckDepositsResponse() { - // TODO: test UnitListCheckDepositsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitListCheckPaymentsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitListCheckPaymentsResponseTest.java deleted file mode 100644 index 592fb1ee..00000000 --- a/src/test/java/unit/java/sdk/model/UnitListCheckPaymentsResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.CheckPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitListCheckPaymentsResponse - */ -public class UnitListCheckPaymentsResponseTest { - private final UnitListCheckPaymentsResponse model = new UnitListCheckPaymentsResponse(); - - /** - * Model tests for UnitListCheckPaymentsResponse - */ - @Test - public void testUnitListCheckPaymentsResponse() { - // TODO: test UnitListCheckPaymentsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitListDocumentsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitListDocumentsResponseTest.java deleted file mode 100644 index b1a0d8db..00000000 --- a/src/test/java/unit/java/sdk/model/UnitListDocumentsResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Document; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitListDocumentsResponse - */ -public class UnitListDocumentsResponseTest { - private final UnitListDocumentsResponse model = new UnitListDocumentsResponse(); - - /** - * Model tests for UnitListDocumentsResponse - */ - @Test - public void testUnitListDocumentsResponse() { - // TODO: test UnitListDocumentsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitOrgApiTokensListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitOrgApiTokensListResponseTest.java deleted file mode 100644 index 52410c20..00000000 --- a/src/test/java/unit/java/sdk/model/UnitOrgApiTokensListResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.ApiToken; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitOrgApiTokensListResponse - */ -public class UnitOrgApiTokensListResponseTest { - private final UnitOrgApiTokensListResponse model = new UnitOrgApiTokensListResponse(); - - /** - * Model tests for UnitOrgApiTokensListResponse - */ - @Test - public void testUnitOrgApiTokensListResponse() { - // TODO: test UnitOrgApiTokensListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitPaymentResponseTest.java b/src/test/java/unit/java/sdk/model/UnitPaymentResponseTest.java deleted file mode 100644 index c7302266..00000000 --- a/src/test/java/unit/java/sdk/model/UnitPaymentResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Payment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitPaymentResponse - */ -public class UnitPaymentResponseTest { - private final UnitPaymentResponse model = new UnitPaymentResponse(); - - /** - * Model tests for UnitPaymentResponse - */ - @Test - public void testUnitPaymentResponse() { - // TODO: test UnitPaymentResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitPaymentResponseWithIncludedTest.java b/src/test/java/unit/java/sdk/model/UnitPaymentResponseWithIncludedTest.java deleted file mode 100644 index 8f951192..00000000 --- a/src/test/java/unit/java/sdk/model/UnitPaymentResponseWithIncludedTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.IncludedResourceInner; -import unit.java.sdk.model.Payment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitPaymentResponseWithIncluded - */ -public class UnitPaymentResponseWithIncludedTest { - private final UnitPaymentResponseWithIncluded model = new UnitPaymentResponseWithIncluded(); - - /** - * Model tests for UnitPaymentResponseWithIncluded - */ - @Test - public void testUnitPaymentResponseWithIncluded() { - // TODO: test UnitPaymentResponseWithIncluded - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitPaymentsListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitPaymentsListResponseTest.java deleted file mode 100644 index 585f4b19..00000000 --- a/src/test/java/unit/java/sdk/model/UnitPaymentsListResponseTest.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.IncludedResourceInner; -import unit.java.sdk.model.PaginationMeta; -import unit.java.sdk.model.Payment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitPaymentsListResponse - */ -public class UnitPaymentsListResponseTest { - private final UnitPaymentsListResponse model = new UnitPaymentsListResponse(); - - /** - * Model tests for UnitPaymentsListResponse - */ - @Test - public void testUnitPaymentsListResponse() { - // TODO: test UnitPaymentsListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitReceivedPaymentListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitReceivedPaymentListResponseTest.java deleted file mode 100644 index 51053b86..00000000 --- a/src/test/java/unit/java/sdk/model/UnitReceivedPaymentListResponseTest.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.IncludedResourceInner; -import unit.java.sdk.model.PaginationMeta; -import unit.java.sdk.model.ReceivedPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitReceivedPaymentListResponse - */ -public class UnitReceivedPaymentListResponseTest { - private final UnitReceivedPaymentListResponse model = new UnitReceivedPaymentListResponse(); - - /** - * Model tests for UnitReceivedPaymentListResponse - */ - @Test - public void testUnitReceivedPaymentListResponse() { - // TODO: test UnitReceivedPaymentListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitReceivedPaymentResponseTest.java b/src/test/java/unit/java/sdk/model/UnitReceivedPaymentResponseTest.java deleted file mode 100644 index 8fd074dd..00000000 --- a/src/test/java/unit/java/sdk/model/UnitReceivedPaymentResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.ReceivedPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitReceivedPaymentResponse - */ -public class UnitReceivedPaymentResponseTest { - private final UnitReceivedPaymentResponse model = new UnitReceivedPaymentResponse(); - - /** - * Model tests for UnitReceivedPaymentResponse - */ - @Test - public void testUnitReceivedPaymentResponse() { - // TODO: test UnitReceivedPaymentResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitReceivedPaymentResponseWithIncludedTest.java b/src/test/java/unit/java/sdk/model/UnitReceivedPaymentResponseWithIncludedTest.java deleted file mode 100644 index 192cdb31..00000000 --- a/src/test/java/unit/java/sdk/model/UnitReceivedPaymentResponseWithIncludedTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.IncludedResourceInner; -import unit.java.sdk.model.ReceivedPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitReceivedPaymentResponseWithIncluded - */ -public class UnitReceivedPaymentResponseWithIncludedTest { - private final UnitReceivedPaymentResponseWithIncluded model = new UnitReceivedPaymentResponseWithIncluded(); - - /** - * Model tests for UnitReceivedPaymentResponseWithIncluded - */ - @Test - public void testUnitReceivedPaymentResponseWithIncluded() { - // TODO: test UnitReceivedPaymentResponseWithIncluded - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitRecurringPaymentListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitRecurringPaymentListResponseTest.java deleted file mode 100644 index 185fddea..00000000 --- a/src/test/java/unit/java/sdk/model/UnitRecurringPaymentListResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.PaginationMeta; -import unit.java.sdk.model.RecurringPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitRecurringPaymentListResponse - */ -public class UnitRecurringPaymentListResponseTest { - private final UnitRecurringPaymentListResponse model = new UnitRecurringPaymentListResponse(); - - /** - * Model tests for UnitRecurringPaymentListResponse - */ - @Test - public void testUnitRecurringPaymentListResponse() { - // TODO: test UnitRecurringPaymentListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitRecurringPaymentResponseTest.java b/src/test/java/unit/java/sdk/model/UnitRecurringPaymentResponseTest.java deleted file mode 100644 index cb7cc5bf..00000000 --- a/src/test/java/unit/java/sdk/model/UnitRecurringPaymentResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.RecurringPayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitRecurringPaymentResponse - */ -public class UnitRecurringPaymentResponseTest { - private final UnitRecurringPaymentResponse model = new UnitRecurringPaymentResponse(); - - /** - * Model tests for UnitRecurringPaymentResponse - */ - @Test - public void testUnitRecurringPaymentResponse() { - // TODO: test UnitRecurringPaymentResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitRepaymentResponseTest.java b/src/test/java/unit/java/sdk/model/UnitRepaymentResponseTest.java deleted file mode 100644 index b4795755..00000000 --- a/src/test/java/unit/java/sdk/model/UnitRepaymentResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Repayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitRepaymentResponse - */ -public class UnitRepaymentResponseTest { - private final UnitRepaymentResponse model = new UnitRepaymentResponse(); - - /** - * Model tests for UnitRepaymentResponse - */ - @Test - public void testUnitRepaymentResponse() { - // TODO: test UnitRepaymentResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitRepaymentsListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitRepaymentsListResponseTest.java deleted file mode 100644 index ea75217f..00000000 --- a/src/test/java/unit/java/sdk/model/UnitRepaymentsListResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.PaginationMeta; -import unit.java.sdk.model.Repayment; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitRepaymentsListResponse - */ -public class UnitRepaymentsListResponseTest { - private final UnitRepaymentsListResponse model = new UnitRepaymentsListResponse(); - - /** - * Model tests for UnitRepaymentsListResponse - */ - @Test - public void testUnitRepaymentsListResponse() { - // TODO: test UnitRepaymentsListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitRewardResponseTest.java b/src/test/java/unit/java/sdk/model/UnitRewardResponseTest.java deleted file mode 100644 index 3372a83a..00000000 --- a/src/test/java/unit/java/sdk/model/UnitRewardResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Reward; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitRewardResponse - */ -public class UnitRewardResponseTest { - private final UnitRewardResponse model = new UnitRewardResponse(); - - /** - * Model tests for UnitRewardResponse - */ - @Test - public void testUnitRewardResponse() { - // TODO: test UnitRewardResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitRewardsListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitRewardsListResponseTest.java deleted file mode 100644 index 4e97db8f..00000000 --- a/src/test/java/unit/java/sdk/model/UnitRewardsListResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Reward; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitRewardsListResponse - */ -public class UnitRewardsListResponseTest { - private final UnitRewardsListResponse model = new UnitRewardsListResponse(); - - /** - * Model tests for UnitRewardsListResponse - */ - @Test - public void testUnitRewardsListResponse() { - // TODO: test UnitRewardsListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitStatementsResponseTest.java b/src/test/java/unit/java/sdk/model/UnitStatementsResponseTest.java deleted file mode 100644 index 7d5c81bf..00000000 --- a/src/test/java/unit/java/sdk/model/UnitStatementsResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Statement; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitStatementsResponse - */ -public class UnitStatementsResponseTest { - private final UnitStatementsResponse model = new UnitStatementsResponse(); - - /** - * Model tests for UnitStatementsResponse - */ - @Test - public void testUnitStatementsResponse() { - // TODO: test UnitStatementsResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitTransactionResponse1Test.java b/src/test/java/unit/java/sdk/model/UnitTransactionResponse1Test.java deleted file mode 100644 index 5ffec3af..00000000 --- a/src/test/java/unit/java/sdk/model/UnitTransactionResponse1Test.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Transaction; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitTransactionResponse1 - */ -public class UnitTransactionResponse1Test { - private final UnitTransactionResponse1 model = new UnitTransactionResponse1(); - - /** - * Model tests for UnitTransactionResponse1 - */ - @Test - public void testUnitTransactionResponse1() { - // TODO: test UnitTransactionResponse1 - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitTransactionResponseTest.java b/src/test/java/unit/java/sdk/model/UnitTransactionResponseTest.java deleted file mode 100644 index 31775035..00000000 --- a/src/test/java/unit/java/sdk/model/UnitTransactionResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.IncludedResourceInner; -import unit.java.sdk.model.Transaction; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitTransactionResponse - */ -public class UnitTransactionResponseTest { - private final UnitTransactionResponse model = new UnitTransactionResponse(); - - /** - * Model tests for UnitTransactionResponse - */ - @Test - public void testUnitTransactionResponse() { - // TODO: test UnitTransactionResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitTransactionsListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitTransactionsListResponseTest.java deleted file mode 100644 index ce8ac7b7..00000000 --- a/src/test/java/unit/java/sdk/model/UnitTransactionsListResponseTest.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.IncludedResourceInner; -import unit.java.sdk.model.PaginationMeta; -import unit.java.sdk.model.Transaction; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitTransactionsListResponse - */ -public class UnitTransactionsListResponseTest { - private final UnitTransactionsListResponse model = new UnitTransactionsListResponse(); - - /** - * Model tests for UnitTransactionsListResponse - */ - @Test - public void testUnitTransactionsListResponse() { - // TODO: test UnitTransactionsListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'included' - */ - @Test - public void includedTest() { - // TODO: test included - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitWebhookResponseTest.java b/src/test/java/unit/java/sdk/model/UnitWebhookResponseTest.java deleted file mode 100644 index 4e6f7f8a..00000000 --- a/src/test/java/unit/java/sdk/model/UnitWebhookResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Webhook; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitWebhookResponse - */ -public class UnitWebhookResponseTest { - private final UnitWebhookResponse model = new UnitWebhookResponse(); - - /** - * Model tests for UnitWebhookResponse - */ - @Test - public void testUnitWebhookResponse() { - // TODO: test UnitWebhookResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UnitWebhooksListResponseTest.java b/src/test/java/unit/java/sdk/model/UnitWebhooksListResponseTest.java deleted file mode 100644 index 0ab85cc2..00000000 --- a/src/test/java/unit/java/sdk/model/UnitWebhooksListResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import unit.java.sdk.model.Webhook; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UnitWebhooksListResponse - */ -public class UnitWebhooksListResponseTest { - private final UnitWebhooksListResponse model = new UnitWebhooksListResponse(); - - /** - * Model tests for UnitWebhooksListResponse - */ - @Test - public void testUnitWebhooksListResponse() { - // TODO: test UnitWebhooksListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateApplicationDataTest.java b/src/test/java/unit/java/sdk/model/UpdateApplicationDataTest.java deleted file mode 100644 index a3a58310..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateApplicationDataTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessApplication; -import unit.java.sdk.model.PatchBusinessApplicationBeneficialOwner; -import unit.java.sdk.model.PatchBusinessApplicationOfficer; -import unit.java.sdk.model.PatchIndividualApplication; -import unit.java.sdk.model.PatchSoleProprietorApplication; -import unit.java.sdk.model.PatchTrustApplication; -import unit.java.sdk.model.PatchTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateApplicationData - */ -public class UpdateApplicationDataTest { - private final UpdateApplicationData model = new UpdateApplicationData(); - - /** - * Model tests for UpdateApplicationData - */ - @Test - public void testUpdateApplicationData() { - // TODO: test UpdateApplicationData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateApplicationTest.java b/src/test/java/unit/java/sdk/model/UpdateApplicationTest.java deleted file mode 100644 index 5f5bc6bb..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateApplicationTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateApplicationData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateApplication - */ -public class UpdateApplicationTest { - private final UpdateApplication model = new UpdateApplication(); - - /** - * Model tests for UpdateApplication - */ - @Test - public void testUpdateApplication() { - // TODO: test UpdateApplication - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateBusinessCustomerAttributesTest.java b/src/test/java/unit/java/sdk/model/UpdateBusinessCustomerAttributesTest.java deleted file mode 100644 index be7a5085..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateBusinessCustomerAttributesTest.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AuthorizedUser; -import unit.java.sdk.model.Phone; -import unit.java.sdk.model.ResponseContact; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateBusinessCustomerAttributes - */ -public class UpdateBusinessCustomerAttributesTest { - private final UpdateBusinessCustomerAttributes model = new UpdateBusinessCustomerAttributes(); - - /** - * Model tests for UpdateBusinessCustomerAttributes - */ - @Test - public void testUpdateBusinessCustomerAttributes() { - // TODO: test UpdateBusinessCustomerAttributes - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'ein' - */ - @Test - public void einTest() { - // TODO: test ein - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'authorizedUsers' - */ - @Test - public void authorizedUsersTest() { - // TODO: test authorizedUsers - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateBusinessCustomerTest.java b/src/test/java/unit/java/sdk/model/UpdateBusinessCustomerTest.java deleted file mode 100644 index 0b2c7dde..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateBusinessCustomerTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateBusinessCustomerAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateBusinessCustomer - */ -public class UpdateBusinessCustomerTest { - private final UpdateBusinessCustomer model = new UpdateBusinessCustomer(); - - /** - * Model tests for UpdateBusinessCustomer - */ - @Test - public void testUpdateBusinessCustomer() { - // TODO: test UpdateBusinessCustomer - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCardDataTest.java b/src/test/java/unit/java/sdk/model/UpdateCardDataTest.java deleted file mode 100644 index de4d5507..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCardDataTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBusinessCreditCard; -import unit.java.sdk.model.PatchBusinessDebitCard; -import unit.java.sdk.model.PatchBusinessVirtualCreditCard; -import unit.java.sdk.model.PatchBusinessVirtualDebitCard; -import unit.java.sdk.model.PatchBusinessVirtualDebitCardAttributes; -import unit.java.sdk.model.PatchIndividualDebitCard; -import unit.java.sdk.model.PatchIndividualVirtualDebitCard; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCardData - */ -public class UpdateCardDataTest { - private final UpdateCardData model = new UpdateCardData(); - - /** - * Model tests for UpdateCardData - */ - @Test - public void testUpdateCardData() { - // TODO: test UpdateCardData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCardTest.java b/src/test/java/unit/java/sdk/model/UpdateCardTest.java deleted file mode 100644 index b4e4fadb..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCardTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateCardData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCard - */ -public class UpdateCardTest { - private final UpdateCard model = new UpdateCard(); - - /** - * Model tests for UpdateCard - */ - @Test - public void testUpdateCard() { - // TODO: test UpdateCard - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCheckDepositTest.java b/src/test/java/unit/java/sdk/model/UpdateCheckDepositTest.java deleted file mode 100644 index ae694a73..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCheckDepositTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchCheckDeposit; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCheckDeposit - */ -public class UpdateCheckDepositTest { - private final UpdateCheckDeposit model = new UpdateCheckDeposit(); - - /** - * Model tests for UpdateCheckDeposit - */ - @Test - public void testUpdateCheckDeposit() { - // TODO: test UpdateCheckDeposit - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCounterpartyDataTest.java b/src/test/java/unit/java/sdk/model/UpdateCounterpartyDataTest.java deleted file mode 100644 index aee58679..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCounterpartyDataTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchCounterparty; -import unit.java.sdk.model.PatchCounterpartyAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCounterpartyData - */ -public class UpdateCounterpartyDataTest { - private final UpdateCounterpartyData model = new UpdateCounterpartyData(); - - /** - * Model tests for UpdateCounterpartyData - */ - @Test - public void testUpdateCounterpartyData() { - // TODO: test UpdateCounterpartyData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCounterpartyTest.java b/src/test/java/unit/java/sdk/model/UpdateCounterpartyTest.java deleted file mode 100644 index f5e5aba9..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCounterpartyTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateCounterpartyData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCounterparty - */ -public class UpdateCounterpartyTest { - private final UpdateCounterparty model = new UpdateCounterparty(); - - /** - * Model tests for UpdateCounterparty - */ - @Test - public void testUpdateCounterparty() { - // TODO: test UpdateCounterparty - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCreditAccountAttributesTest.java b/src/test/java/unit/java/sdk/model/UpdateCreditAccountAttributesTest.java deleted file mode 100644 index 71991c08..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCreditAccountAttributesTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCreditAccountAttributes - */ -public class UpdateCreditAccountAttributesTest { - private final UpdateCreditAccountAttributes model = new UpdateCreditAccountAttributes(); - - /** - * Model tests for UpdateCreditAccountAttributes - */ - @Test - public void testUpdateCreditAccountAttributes() { - // TODO: test UpdateCreditAccountAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'creditLimit' - */ - @Test - public void creditLimitTest() { - // TODO: test creditLimit - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCreditAccountTest.java b/src/test/java/unit/java/sdk/model/UpdateCreditAccountTest.java deleted file mode 100644 index 5c39e0e7..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCreditAccountTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateCreditAccountAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCreditAccount - */ -public class UpdateCreditAccountTest { - private final UpdateCreditAccount model = new UpdateCreditAccount(); - - /** - * Model tests for UpdateCreditAccount - */ - @Test - public void testUpdateCreditAccount() { - // TODO: test UpdateCreditAccount - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCustomerDataTest.java b/src/test/java/unit/java/sdk/model/UpdateCustomerDataTest.java deleted file mode 100644 index d442e63b..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCustomerDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateBusinessCustomer; -import unit.java.sdk.model.UpdateIndividualCustomer; -import unit.java.sdk.model.UpdateTrustCustomer; -import unit.java.sdk.model.UpdateTrustCustomerAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCustomerData - */ -public class UpdateCustomerDataTest { - private final UpdateCustomerData model = new UpdateCustomerData(); - - /** - * Model tests for UpdateCustomerData - */ - @Test - public void testUpdateCustomerData() { - // TODO: test UpdateCustomerData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateCustomerTest.java b/src/test/java/unit/java/sdk/model/UpdateCustomerTest.java deleted file mode 100644 index b62fa4ba..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateCustomerTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateCustomerData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateCustomer - */ -public class UpdateCustomerTest { - private final UpdateCustomer model = new UpdateCustomer(); - - /** - * Model tests for UpdateCustomer - */ - @Test - public void testUpdateCustomer() { - // TODO: test UpdateCustomer - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateDepositAccountAttributesTest.java b/src/test/java/unit/java/sdk/model/UpdateDepositAccountAttributesTest.java deleted file mode 100644 index 8e7a96d5..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateDepositAccountAttributesTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateDepositAccountAttributes - */ -public class UpdateDepositAccountAttributesTest { - private final UpdateDepositAccountAttributes model = new UpdateDepositAccountAttributes(); - - /** - * Model tests for UpdateDepositAccountAttributes - */ - @Test - public void testUpdateDepositAccountAttributes() { - // TODO: test UpdateDepositAccountAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'depositProduct' - */ - @Test - public void depositProductTest() { - // TODO: test depositProduct - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateDepositAccountTest.java b/src/test/java/unit/java/sdk/model/UpdateDepositAccountTest.java deleted file mode 100644 index 37c7a66d..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateDepositAccountTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateDepositAccountAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateDepositAccount - */ -public class UpdateDepositAccountTest { - private final UpdateDepositAccount model = new UpdateDepositAccount(); - - /** - * Model tests for UpdateDepositAccount - */ - @Test - public void testUpdateDepositAccount() { - // TODO: test UpdateDepositAccount - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateIndividualCustomerAttributesTest.java b/src/test/java/unit/java/sdk/model/UpdateIndividualCustomerAttributesTest.java deleted file mode 100644 index 13edd431..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateIndividualCustomerAttributesTest.java +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.Address; -import unit.java.sdk.model.AuthorizedUser; -import unit.java.sdk.model.Phone; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateIndividualCustomerAttributes - */ -public class UpdateIndividualCustomerAttributesTest { - private final UpdateIndividualCustomerAttributes model = new UpdateIndividualCustomerAttributes(); - - /** - * Model tests for UpdateIndividualCustomerAttributes - */ - @Test - public void testUpdateIndividualCustomerAttributes() { - // TODO: test UpdateIndividualCustomerAttributes - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'phone' - */ - @Test - public void phoneTest() { - // TODO: test phone - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dba' - */ - @Test - public void dbaTest() { - // TODO: test dba - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'authorizedUsers' - */ - @Test - public void authorizedUsersTest() { - // TODO: test authorizedUsers - } - - /** - * Test the property 'jwtSubject' - */ - @Test - public void jwtSubjectTest() { - // TODO: test jwtSubject - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateIndividualCustomerTest.java b/src/test/java/unit/java/sdk/model/UpdateIndividualCustomerTest.java deleted file mode 100644 index f4a809cf..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateIndividualCustomerTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateIndividualCustomerAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateIndividualCustomer - */ -public class UpdateIndividualCustomerTest { - private final UpdateIndividualCustomer model = new UpdateIndividualCustomer(); - - /** - * Model tests for UpdateIndividualCustomer - */ - @Test - public void testUpdateIndividualCustomer() { - // TODO: test UpdateIndividualCustomer - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdatePaymentDataTest.java b/src/test/java/unit/java/sdk/model/UpdatePaymentDataTest.java deleted file mode 100644 index 99d4de41..00000000 --- a/src/test/java/unit/java/sdk/model/UpdatePaymentDataTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchAchPayment; -import unit.java.sdk.model.PatchBookPayment; -import unit.java.sdk.model.PatchTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdatePaymentData - */ -public class UpdatePaymentDataTest { - private final UpdatePaymentData model = new UpdatePaymentData(); - - /** - * Model tests for UpdatePaymentData - */ - @Test - public void testUpdatePaymentData() { - // TODO: test UpdatePaymentData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdatePaymentTest.java b/src/test/java/unit/java/sdk/model/UpdatePaymentTest.java deleted file mode 100644 index 7facb950..00000000 --- a/src/test/java/unit/java/sdk/model/UpdatePaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdatePaymentData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdatePayment - */ -public class UpdatePaymentTest { - private final UpdatePayment model = new UpdatePayment(); - - /** - * Model tests for UpdatePayment - */ - @Test - public void testUpdatePayment() { - // TODO: test UpdatePayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateReceivedPaymentDataTest.java b/src/test/java/unit/java/sdk/model/UpdateReceivedPaymentDataTest.java deleted file mode 100644 index 92170f16..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateReceivedPaymentDataTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchAchReceivedPayment; -import unit.java.sdk.model.PatchTrustApplicationAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateReceivedPaymentData - */ -public class UpdateReceivedPaymentDataTest { - private final UpdateReceivedPaymentData model = new UpdateReceivedPaymentData(); - - /** - * Model tests for UpdateReceivedPaymentData - */ - @Test - public void testUpdateReceivedPaymentData() { - // TODO: test UpdateReceivedPaymentData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateReceivedPaymentTest.java b/src/test/java/unit/java/sdk/model/UpdateReceivedPaymentTest.java deleted file mode 100644 index d113b4a1..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateReceivedPaymentTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateReceivedPaymentData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateReceivedPayment - */ -public class UpdateReceivedPaymentTest { - private final UpdateReceivedPayment model = new UpdateReceivedPayment(); - - /** - * Model tests for UpdateReceivedPayment - */ - @Test - public void testUpdateReceivedPayment() { - // TODO: test UpdateReceivedPayment - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateTransactionDataTest.java b/src/test/java/unit/java/sdk/model/UpdateTransactionDataTest.java deleted file mode 100644 index c8f5a6a2..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateTransactionDataTest.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.PatchBookTransaction; -import unit.java.sdk.model.PatchBookTransactionAttributes; -import unit.java.sdk.model.PatchBookTransactionRelationships; -import unit.java.sdk.model.PatchChargebackTransaction; -import unit.java.sdk.model.PatchTransactionTags; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateTransactionData - */ -public class UpdateTransactionDataTest { - private final UpdateTransactionData model = new UpdateTransactionData(); - - /** - * Model tests for UpdateTransactionData - */ - @Test - public void testUpdateTransactionData() { - // TODO: test UpdateTransactionData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateTransactionTest.java b/src/test/java/unit/java/sdk/model/UpdateTransactionTest.java deleted file mode 100644 index f657e4d1..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateTransactionTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateTransactionData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateTransaction - */ -public class UpdateTransactionTest { - private final UpdateTransaction model = new UpdateTransaction(); - - /** - * Model tests for UpdateTransaction - */ - @Test - public void testUpdateTransaction() { - // TODO: test UpdateTransaction - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateTrustCustomerAttributesTest.java b/src/test/java/unit/java/sdk/model/UpdateTrustCustomerAttributesTest.java deleted file mode 100644 index f355441a..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateTrustCustomerAttributesTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import unit.java.sdk.model.AuthorizedUser; -import unit.java.sdk.model.TrustContact; -import com.fasterxml.jackson.annotation.JsonIgnore; -import org.openapitools.jackson.nullable.JsonNullable; -import java.util.NoSuchElementException; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateTrustCustomerAttributes - */ -public class UpdateTrustCustomerAttributesTest { - private final UpdateTrustCustomerAttributes model = new UpdateTrustCustomerAttributes(); - - /** - * Model tests for UpdateTrustCustomerAttributes - */ - @Test - public void testUpdateTrustCustomerAttributes() { - // TODO: test UpdateTrustCustomerAttributes - } - - /** - * Test the property 'contact' - */ - @Test - public void contactTest() { - // TODO: test contact - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'authorizedUsers' - */ - @Test - public void authorizedUsersTest() { - // TODO: test authorizedUsers - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateTrustCustomerTest.java b/src/test/java/unit/java/sdk/model/UpdateTrustCustomerTest.java deleted file mode 100644 index 9d9982d2..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateTrustCustomerTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateTrustCustomerAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateTrustCustomer - */ -public class UpdateTrustCustomerTest { - private final UpdateTrustCustomer model = new UpdateTrustCustomer(); - - /** - * Model tests for UpdateTrustCustomer - */ - @Test - public void testUpdateTrustCustomer() { - // TODO: test UpdateTrustCustomer - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateUnitRequestDataAttributesTest.java b/src/test/java/unit/java/sdk/model/UpdateUnitRequestDataAttributesTest.java deleted file mode 100644 index a470c008..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateUnitRequestDataAttributesTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateUnitRequestDataAttributes - */ -public class UpdateUnitRequestDataAttributesTest { - private final UpdateUnitRequestDataAttributes model = new UpdateUnitRequestDataAttributes(); - - /** - * Model tests for UpdateUnitRequestDataAttributes - */ - @Test - public void testUpdateUnitRequestDataAttributes() { - // TODO: test UpdateUnitRequestDataAttributes - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateUnitRequestDataTest.java b/src/test/java/unit/java/sdk/model/UpdateUnitRequestDataTest.java deleted file mode 100644 index bb06b462..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateUnitRequestDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateUnitRequestDataAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateUnitRequestData - */ -public class UpdateUnitRequestDataTest { - private final UpdateUnitRequestData model = new UpdateUnitRequestData(); - - /** - * Model tests for UpdateUnitRequestData - */ - @Test - public void testUpdateUnitRequestData() { - // TODO: test UpdateUnitRequestData - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/UpdateUnitRequestTest.java b/src/test/java/unit/java/sdk/model/UpdateUnitRequestTest.java deleted file mode 100644 index c23658e7..00000000 --- a/src/test/java/unit/java/sdk/model/UpdateUnitRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.UpdateUnitRequestData; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for UpdateUnitRequest - */ -public class UpdateUnitRequestTest { - private final UpdateUnitRequest model = new UpdateUnitRequest(); - - /** - * Model tests for UpdateUnitRequest - */ - @Test - public void testUpdateUnitRequest() { - // TODO: test UpdateUnitRequest - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/unit/java/sdk/model/VerifyDocumentTest.java b/src/test/java/unit/java/sdk/model/VerifyDocumentTest.java deleted file mode 100644 index a9326e2e..00000000 --- a/src/test/java/unit/java/sdk/model/VerifyDocumentTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for VerifyDocument - */ -public class VerifyDocumentTest { - private final VerifyDocument model = new VerifyDocument(); - - /** - * Model tests for VerifyDocument - */ - @Test - public void testVerifyDocument() { - // TODO: test VerifyDocument - } - - /** - * Test the property 'jobId' - */ - @Test - public void jobIdTest() { - // TODO: test jobId - } - -} diff --git a/src/test/java/unit/java/sdk/model/VirtualCardStatusTest.java b/src/test/java/unit/java/sdk/model/VirtualCardStatusTest.java deleted file mode 100644 index 9f6459a8..00000000 --- a/src/test/java/unit/java/sdk/model/VirtualCardStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for VirtualCardStatus - */ -public class VirtualCardStatusTest { - /** - * Model tests for VirtualCardStatus - */ - @Test - public void testVirtualCardStatus() { - // TODO: test VirtualCardStatus - } - -} diff --git a/src/test/java/unit/java/sdk/model/WebhookAttributesTest.java b/src/test/java/unit/java/sdk/model/WebhookAttributesTest.java deleted file mode 100644 index 856ed441..00000000 --- a/src/test/java/unit/java/sdk/model/WebhookAttributesTest.java +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for WebhookAttributes - */ -public class WebhookAttributesTest { - private final WebhookAttributes model = new WebhookAttributes(); - - /** - * Model tests for WebhookAttributes - */ - @Test - public void testWebhookAttributes() { - // TODO: test WebhookAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'label' - */ - @Test - public void labelTest() { - // TODO: test label - } - - /** - * Test the property 'url' - */ - @Test - public void urlTest() { - // TODO: test url - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'contentType' - */ - @Test - public void contentTypeTest() { - // TODO: test contentType - } - - /** - * Test the property 'deliveryMode' - */ - @Test - public void deliveryModeTest() { - // TODO: test deliveryMode - } - - /** - * Test the property 'token' - */ - @Test - public void tokenTest() { - // TODO: test token - } - - /** - * Test the property 'subscriptionType' - */ - @Test - public void subscriptionTypeTest() { - // TODO: test subscriptionType - } - -} diff --git a/src/test/java/unit/java/sdk/model/WebhookTest.java b/src/test/java/unit/java/sdk/model/WebhookTest.java deleted file mode 100644 index 785b8fca..00000000 --- a/src/test/java/unit/java/sdk/model/WebhookTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.WebhookAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for Webhook - */ -public class WebhookTest { - private final Webhook model = new Webhook(); - - /** - * Model tests for Webhook - */ - @Test - public void testWebhook() { - // TODO: test Webhook - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - -} diff --git a/src/test/java/unit/java/sdk/model/WireCounterpartyTest.java b/src/test/java/unit/java/sdk/model/WireCounterpartyTest.java deleted file mode 100644 index a8db905e..00000000 --- a/src/test/java/unit/java/sdk/model/WireCounterpartyTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Address; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for WireCounterparty - */ -public class WireCounterpartyTest { - private final WireCounterparty model = new WireCounterparty(); - - /** - * Model tests for WireCounterparty - */ - @Test - public void testWireCounterparty() { - // TODO: test WireCounterparty - } - - /** - * Test the property 'routingNumber' - */ - @Test - public void routingNumberTest() { - // TODO: test routingNumber - } - - /** - * Test the property 'accountNumber' - */ - @Test - public void accountNumberTest() { - // TODO: test accountNumber - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - -} diff --git a/src/test/java/unit/java/sdk/model/WirePaymentAllOfAttributesImadOmadTest.java b/src/test/java/unit/java/sdk/model/WirePaymentAllOfAttributesImadOmadTest.java deleted file mode 100644 index 907cbd29..00000000 --- a/src/test/java/unit/java/sdk/model/WirePaymentAllOfAttributesImadOmadTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for WirePaymentAllOfAttributesImadOmad - */ -public class WirePaymentAllOfAttributesImadOmadTest { - private final WirePaymentAllOfAttributesImadOmad model = new WirePaymentAllOfAttributesImadOmad(); - - /** - * Model tests for WirePaymentAllOfAttributesImadOmad - */ - @Test - public void testWirePaymentAllOfAttributesImadOmad() { - // TODO: test WirePaymentAllOfAttributesImadOmad - } - - /** - * Test the property 'imad' - */ - @Test - public void imadTest() { - // TODO: test imad - } - - /** - * Test the property 'omad' - */ - @Test - public void omadTest() { - // TODO: test omad - } - -} diff --git a/src/test/java/unit/java/sdk/model/WirePaymentAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/WirePaymentAllOfAttributesTest.java deleted file mode 100644 index ad87c66e..00000000 --- a/src/test/java/unit/java/sdk/model/WirePaymentAllOfAttributesTest.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.LocalDate; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.WireCounterparty; -import unit.java.sdk.model.WirePaymentAllOfAttributesImadOmad; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for WirePaymentAllOfAttributes - */ -public class WirePaymentAllOfAttributesTest { - private final WirePaymentAllOfAttributes model = new WirePaymentAllOfAttributes(); - - /** - * Model tests for WirePaymentAllOfAttributes - */ - @Test - public void testWirePaymentAllOfAttributes() { - // TODO: test WirePaymentAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'settlementDate' - */ - @Test - public void settlementDateTest() { - // TODO: test settlementDate - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - - /** - * Test the property 'imadOmad' - */ - @Test - public void imadOmadTest() { - // TODO: test imadOmad - } - -} diff --git a/src/test/java/unit/java/sdk/model/WirePaymentTest.java b/src/test/java/unit/java/sdk/model/WirePaymentTest.java deleted file mode 100644 index 3aaede60..00000000 --- a/src/test/java/unit/java/sdk/model/WirePaymentTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Payment; -import unit.java.sdk.model.PaymentRelationships; -import unit.java.sdk.model.WirePaymentAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for WirePayment - */ -public class WirePaymentTest { - private final WirePayment model = new WirePayment(); - - /** - * Model tests for WirePayment - */ - @Test - public void testWirePayment() { - // TODO: test WirePayment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -} diff --git a/src/test/java/unit/java/sdk/model/WireTransactionAllOfAttributesTest.java b/src/test/java/unit/java/sdk/model/WireTransactionAllOfAttributesTest.java deleted file mode 100644 index 08ed4808..00000000 --- a/src/test/java/unit/java/sdk/model/WireTransactionAllOfAttributesTest.java +++ /dev/null @@ -1,155 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.time.OffsetDateTime; -import java.util.Arrays; -import unit.java.sdk.model.Counterparty; -import unit.java.sdk.model.WirePaymentAllOfAttributesImadOmad; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for WireTransactionAllOfAttributes - */ -public class WireTransactionAllOfAttributesTest { - private final WireTransactionAllOfAttributes model = new WireTransactionAllOfAttributes(); - - /** - * Model tests for WireTransactionAllOfAttributes - */ - @Test - public void testWireTransactionAllOfAttributes() { - // TODO: test WireTransactionAllOfAttributes - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'direction' - */ - @Test - public void directionTest() { - // TODO: test direction - } - - /** - * Test the property 'amount' - */ - @Test - public void amountTest() { - // TODO: test amount - } - - /** - * Test the property 'balance' - */ - @Test - public void balanceTest() { - // TODO: test balance - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'counterparty' - */ - @Test - public void counterpartyTest() { - // TODO: test counterparty - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'senderReference' - */ - @Test - public void senderReferenceTest() { - // TODO: test senderReference - } - - /** - * Test the property 'referenceForBeneficiary' - */ - @Test - public void referenceForBeneficiaryTest() { - // TODO: test referenceForBeneficiary - } - - /** - * Test the property 'originatorToBeneficiaryInformation' - */ - @Test - public void originatorToBeneficiaryInformationTest() { - // TODO: test originatorToBeneficiaryInformation - } - - /** - * Test the property 'beneficiaryInformation' - */ - @Test - public void beneficiaryInformationTest() { - // TODO: test beneficiaryInformation - } - - /** - * Test the property 'beneficiaryAdviceInformation' - */ - @Test - public void beneficiaryAdviceInformationTest() { - // TODO: test beneficiaryAdviceInformation - } - - /** - * Test the property 'imadOmad' - */ - @Test - public void imadOmadTest() { - // TODO: test imadOmad - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/unit/java/sdk/model/WireTransactionTest.java b/src/test/java/unit/java/sdk/model/WireTransactionTest.java deleted file mode 100644 index 38d2a284..00000000 --- a/src/test/java/unit/java/sdk/model/WireTransactionTest.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Unit OpenAPI specifications - * An OpenAPI specifications for unit-sdk clients - * - * The version of the OpenAPI document: 0.0.2 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package unit.java.sdk.model; - -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonSubTypes; -import com.fasterxml.jackson.annotation.JsonTypeInfo; -import com.fasterxml.jackson.annotation.JsonTypeName; -import com.fasterxml.jackson.annotation.JsonValue; -import java.util.Arrays; -import unit.java.sdk.model.Transaction; -import unit.java.sdk.model.TransactionRelationships; -import unit.java.sdk.model.WireTransactionAllOfAttributes; -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for WireTransaction - */ -public class WireTransactionTest { - private final WireTransaction model = new WireTransaction(); - - /** - * Model tests for WireTransaction - */ - @Test - public void testWireTransaction() { - // TODO: test WireTransaction - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'relationships' - */ - @Test - public void relationshipsTest() { - // TODO: test relationships - } - -}