Skip to content

Commit 75a0fc0

Browse files
author
Azure DevOps
committed
Auto generated by swagger-codegen-cli
1 parent 32b4968 commit 75a0fc0

849 files changed

Lines changed: 940 additions & 1175 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Flipdish Open API v1.0
44
- API version: v1.0
5-
- Build date: 2026-03-25T13:21:02.790Z
5+
- Build date: 2026-03-25T14:30:05.308Z
66

77
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
88

@@ -1067,7 +1067,6 @@ Class | Method | HTTP request | Description
10671067
- [PayoutReport3DetailsSummary](docs/PayoutReport3DetailsSummary.md)
10681068
- [PayoutReport3Overview](docs/PayoutReport3Overview.md)
10691069
- [PayoutReport3OverviewHeader](docs/PayoutReport3OverviewHeader.md)
1070-
- [PayoutReport3Property](docs/PayoutReport3Property.md)
10711070
- [PayoutReport3RefundedOrder](docs/PayoutReport3RefundedOrder.md)
10721071
- [PayoutReport3Store](docs/PayoutReport3Store.md)
10731072
- [PayoutReport3StorePayout](docs/PayoutReport3StorePayout.md)

docs/PayoutReport3Overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**payoutReport3OverviewHeader** | [**PayoutReport3OverviewHeader**](PayoutReport3OverviewHeader.md) | | [optional]
88
**payoutStores** | [**List<PayoutReport3Store>**](PayoutReport3Store.md) | | [optional]
9-
**payoutProperties** | [**List<PayoutReport3Property>**](PayoutReport3Property.md) | | [optional]
109

1110

1211

docs/PayoutReport3Property.md

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

docs/PayoutReportsApi.md

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Method | HTTP request | Description
1717

1818
<a name="getPayoutReport3Details"></a>
1919
# **getPayoutReport3Details**
20-
> RestApiResultPayoutReport3Details getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds, propertyIds)
20+
> RestApiResultPayoutReport3Details getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds)
2121
2222

2323

@@ -41,9 +41,8 @@ String appId = "appId_example"; // String |
4141
Integer bankAccountId = 56; // Integer |
4242
Integer payoutId = 56; // Integer |
4343
List<Integer> storeIds = Arrays.asList(56); // List<Integer> |
44-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
4544
try {
46-
RestApiResultPayoutReport3Details result = apiInstance.getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds, propertyIds);
45+
RestApiResultPayoutReport3Details result = apiInstance.getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds);
4746
System.out.println(result);
4847
} catch (ApiException e) {
4948
System.err.println("Exception when calling PayoutReportsApi#getPayoutReport3Details");
@@ -59,7 +58,6 @@ Name | Type | Description | Notes
5958
**bankAccountId** | **Integer**| |
6059
**payoutId** | **Integer**| |
6160
**storeIds** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
62-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
6361

6462
### Return type
6563

@@ -131,7 +129,7 @@ Name | Type | Description | Notes
131129

132130
<a name="getPayoutReport3RefundedOrders"></a>
133131
# **getPayoutReport3RefundedOrders**
134-
> RestApiPaginationResultPayoutReport3RefundedOrder getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, propertyIds, page, limit)
132+
> RestApiPaginationResultPayoutReport3RefundedOrder getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, page, limit)
135133
136134

137135

@@ -155,11 +153,10 @@ String appId = "appId_example"; // String |
155153
Integer bankAccountId = 56; // Integer |
156154
Integer payoutId = 56; // Integer |
157155
List<Integer> storeIds = Arrays.asList(56); // List<Integer> |
158-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
159156
Integer page = 56; // Integer |
160157
Integer limit = 56; // Integer |
161158
try {
162-
RestApiPaginationResultPayoutReport3RefundedOrder result = apiInstance.getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, propertyIds, page, limit);
159+
RestApiPaginationResultPayoutReport3RefundedOrder result = apiInstance.getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, page, limit);
163160
System.out.println(result);
164161
} catch (ApiException e) {
165162
System.err.println("Exception when calling PayoutReportsApi#getPayoutReport3RefundedOrders");
@@ -175,7 +172,6 @@ Name | Type | Description | Notes
175172
**bankAccountId** | **Integer**| |
176173
**payoutId** | **Integer**| |
177174
**storeIds** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
178-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
179175
**page** | **Integer**| | [optional]
180176
**limit** | **Integer**| | [optional]
181177

@@ -194,7 +190,7 @@ Name | Type | Description | Notes
194190

195191
<a name="getPayoutReport3Stores"></a>
196192
# **getPayoutReport3Stores**
197-
> RestApiResultPayoutReport3StorePayouts getPayoutReport3Stores(appId, bankAccountId, payoutId, stores, propertyIds)
193+
> RestApiResultPayoutReport3StorePayouts getPayoutReport3Stores(appId, bankAccountId, payoutId, stores)
198194
199195

200196

@@ -218,9 +214,8 @@ String appId = "appId_example"; // String |
218214
Integer bankAccountId = 56; // Integer |
219215
Integer payoutId = 56; // Integer |
220216
List<Integer> stores = Arrays.asList(56); // List<Integer> |
221-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
222217
try {
223-
RestApiResultPayoutReport3StorePayouts result = apiInstance.getPayoutReport3Stores(appId, bankAccountId, payoutId, stores, propertyIds);
218+
RestApiResultPayoutReport3StorePayouts result = apiInstance.getPayoutReport3Stores(appId, bankAccountId, payoutId, stores);
224219
System.out.println(result);
225220
} catch (ApiException e) {
226221
System.err.println("Exception when calling PayoutReportsApi#getPayoutReport3Stores");
@@ -236,7 +231,6 @@ Name | Type | Description | Notes
236231
**bankAccountId** | **Integer**| |
237232
**payoutId** | **Integer**| |
238233
**stores** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
239-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
240234

241235
### Return type
242236

@@ -253,7 +247,7 @@ Name | Type | Description | Notes
253247

254248
<a name="payoutReport3ExportPayoutChargebacks"></a>
255249
# **payoutReport3ExportPayoutChargebacks**
256-
> RestApiResultFileCreationResult payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores, propertyIds)
250+
> RestApiResultFileCreationResult payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores)
257251
258252

259253

@@ -277,9 +271,8 @@ String appId = "appId_example"; // String |
277271
Integer bankAccountId = 56; // Integer |
278272
Integer payoutId = 56; // Integer |
279273
List<Integer> stores = Arrays.asList(56); // List<Integer> |
280-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
281274
try {
282-
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores, propertyIds);
275+
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores);
283276
System.out.println(result);
284277
} catch (ApiException e) {
285278
System.err.println("Exception when calling PayoutReportsApi#payoutReport3ExportPayoutChargebacks");
@@ -295,7 +288,6 @@ Name | Type | Description | Notes
295288
**bankAccountId** | **Integer**| |
296289
**payoutId** | **Integer**| |
297290
**stores** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
298-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
299291

300292
### Return type
301293

@@ -312,7 +304,7 @@ Name | Type | Description | Notes
312304

313305
<a name="payoutReport3ExportPayoutOrders"></a>
314306
# **payoutReport3ExportPayoutOrders**
315-
> RestApiResultFileCreationResult payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores, propertyIds)
307+
> RestApiResultFileCreationResult payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores)
316308
317309

318310

@@ -336,9 +328,8 @@ String appId = "appId_example"; // String |
336328
Integer bankAccountId = 56; // Integer |
337329
Integer payoutId = 56; // Integer |
338330
List<Integer> stores = Arrays.asList(56); // List<Integer> |
339-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
340331
try {
341-
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores, propertyIds);
332+
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores);
342333
System.out.println(result);
343334
} catch (ApiException e) {
344335
System.err.println("Exception when calling PayoutReportsApi#payoutReport3ExportPayoutOrders");
@@ -354,7 +345,6 @@ Name | Type | Description | Notes
354345
**bankAccountId** | **Integer**| |
355346
**payoutId** | **Integer**| |
356347
**stores** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
357-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
358348

359349
### Return type
360350

@@ -371,7 +361,7 @@ Name | Type | Description | Notes
371361

372362
<a name="payoutReport3ExportPayoutPosSales"></a>
373363
# **payoutReport3ExportPayoutPosSales**
374-
> RestApiResultFileCreationResult payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores, propertyIds)
364+
> RestApiResultFileCreationResult payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores)
375365
376366

377367

@@ -395,9 +385,8 @@ String appId = "appId_example"; // String |
395385
Integer bankAccountId = 56; // Integer |
396386
Integer payoutId = 56; // Integer |
397387
List<Integer> stores = Arrays.asList(56); // List<Integer> |
398-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
399388
try {
400-
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores, propertyIds);
389+
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores);
401390
System.out.println(result);
402391
} catch (ApiException e) {
403392
System.err.println("Exception when calling PayoutReportsApi#payoutReport3ExportPayoutPosSales");
@@ -413,7 +402,6 @@ Name | Type | Description | Notes
413402
**bankAccountId** | **Integer**| |
414403
**payoutId** | **Integer**| |
415404
**stores** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
416-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
417405

418406
### Return type
419407

@@ -430,7 +418,7 @@ Name | Type | Description | Notes
430418

431419
<a name="payoutReport3ExportPayoutRefundedOrders"></a>
432420
# **payoutReport3ExportPayoutRefundedOrders**
433-
> RestApiResultFileCreationResult payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores, propertyIds)
421+
> RestApiResultFileCreationResult payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores)
434422
435423

436424

@@ -454,9 +442,8 @@ String appId = "appId_example"; // String |
454442
Integer bankAccountId = 56; // Integer |
455443
Integer payoutId = 56; // Integer |
456444
List<Integer> stores = Arrays.asList(56); // List<Integer> |
457-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
458445
try {
459-
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores, propertyIds);
446+
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores);
460447
System.out.println(result);
461448
} catch (ApiException e) {
462449
System.err.println("Exception when calling PayoutReportsApi#payoutReport3ExportPayoutRefundedOrders");
@@ -472,7 +459,6 @@ Name | Type | Description | Notes
472459
**bankAccountId** | **Integer**| |
473460
**payoutId** | **Integer**| |
474461
**stores** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
475-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
476462

477463
### Return type
478464

@@ -489,7 +475,7 @@ Name | Type | Description | Notes
489475

490476
<a name="payoutReport3ExportPayoutStores"></a>
491477
# **payoutReport3ExportPayoutStores**
492-
> RestApiResultFileCreationResult payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores, propertyIds)
478+
> RestApiResultFileCreationResult payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores)
493479
494480

495481

@@ -513,9 +499,8 @@ String appId = "appId_example"; // String |
513499
Integer bankAccountId = 56; // Integer |
514500
Integer payoutId = 56; // Integer |
515501
List<Integer> stores = Arrays.asList(56); // List<Integer> |
516-
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
517502
try {
518-
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores, propertyIds);
503+
RestApiResultFileCreationResult result = apiInstance.payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores);
519504
System.out.println(result);
520505
} catch (ApiException e) {
521506
System.err.println("Exception when calling PayoutReportsApi#payoutReport3ExportPayoutStores");
@@ -531,7 +516,6 @@ Name | Type | Description | Notes
531516
**bankAccountId** | **Integer**| |
532517
**payoutId** | **Integer**| |
533518
**stores** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
534-
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
535519

536520
### Return type
537521

src/main/java/com/flipdish/apiclient/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Map;
1717
import java.util.List;
1818

19-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T13:21:02.790Z")
19+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T14:30:05.308Z")
2020
public class ApiException extends Exception {
2121
private int code = 0;
2222
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/flipdish/apiclient/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.flipdish.apiclient;
1515

16-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T13:21:02.790Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T14:30:05.308Z")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

src/main/java/com/flipdish/apiclient/JSON.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@
862862
import com.flipdish.apiclient.model.*;
863863
import com.flipdish.apiclient.model.*;
864864
import com.flipdish.apiclient.model.*;
865-
import com.flipdish.apiclient.model.*;
866865
import okio.ByteString;
867866

868867
import java.io.IOException;

src/main/java/com/flipdish/apiclient/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.flipdish.apiclient;
1515

16-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T13:21:02.790Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T14:30:05.308Z")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/flipdish/apiclient/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.flipdish.apiclient;
1515

16-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T13:21:02.790Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-03-25T14:30:05.308Z")
1717
public class StringUtil {
1818
/**
1919
* Check if the given array contains the given value (with case-insensitive comparison).

0 commit comments

Comments
 (0)