Skip to content

Commit 33ee410

Browse files
author
Azure DevOps
committed
Auto generated by swagger-codegen-cli
1 parent 6be6b33 commit 33ee410

852 files changed

Lines changed: 1561 additions & 842 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: 5 additions & 1 deletion
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-04-08T14:15:17.262Z
5+
- Build date: 2026-04-09T07:31:14.438Z
66

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

@@ -504,6 +504,7 @@ Class | Method | HTTP request | Description
504504
*PaymentsApi* | [**getOrderPaymentInformation**](docs/PaymentsApi.md#getOrderPaymentInformation) | **GET** /api/v1.0/payments/payment/{orderId}/refundable |
505505
*PayoutReportsApi* | [**getPayoutReport3Details**](docs/PayoutReportsApi.md#getPayoutReport3Details) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/details |
506506
*PayoutReportsApi* | [**getPayoutReport3Overview**](docs/PayoutReportsApi.md#getPayoutReport3Overview) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/overview |
507+
*PayoutReportsApi* | [**getPayoutReport3PropertyDetails**](docs/PayoutReportsApi.md#getPayoutReport3PropertyDetails) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/properties |
507508
*PayoutReportsApi* | [**getPayoutReport3RefundedOrders**](docs/PayoutReportsApi.md#getPayoutReport3RefundedOrders) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/refundedOrders |
508509
*PayoutReportsApi* | [**getPayoutReport3Stores**](docs/PayoutReportsApi.md#getPayoutReport3Stores) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/stores |
509510
*PayoutReportsApi* | [**payoutReport3ExportPayoutChargebacks**](docs/PayoutReportsApi.md#payoutReport3ExportPayoutChargebacks) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/export/chargebacks |
@@ -1068,6 +1069,8 @@ Class | Method | HTTP request | Description
10681069
- [PayoutReport3DetailsSummary](docs/PayoutReport3DetailsSummary.md)
10691070
- [PayoutReport3Overview](docs/PayoutReport3Overview.md)
10701071
- [PayoutReport3OverviewHeader](docs/PayoutReport3OverviewHeader.md)
1072+
- [PayoutReport3PropertyDetails](docs/PayoutReport3PropertyDetails.md)
1073+
- [PayoutReport3PropertyFilterOption](docs/PayoutReport3PropertyFilterOption.md)
10711074
- [PayoutReport3RefundedOrder](docs/PayoutReport3RefundedOrder.md)
10721075
- [PayoutReport3Store](docs/PayoutReport3Store.md)
10731076
- [PayoutReport3StorePayout](docs/PayoutReport3StorePayout.md)
@@ -1310,6 +1313,7 @@ Class | Method | HTTP request | Description
13101313
- [RestApiResultPaymentTerminalTransactionDetails](docs/RestApiResultPaymentTerminalTransactionDetails.md)
13111314
- [RestApiResultPayoutReport3Details](docs/RestApiResultPayoutReport3Details.md)
13121315
- [RestApiResultPayoutReport3Overview](docs/RestApiResultPayoutReport3Overview.md)
1316+
- [RestApiResultPayoutReport3PropertyDetails](docs/RestApiResultPayoutReport3PropertyDetails.md)
13131317
- [RestApiResultPayoutReport3StorePayouts](docs/RestApiResultPayoutReport3StorePayouts.md)
13141318
- [RestApiResultPlayStoreConfigModel](docs/RestApiResultPlayStoreConfigModel.md)
13151319
- [RestApiResultPreOrderConfig](docs/RestApiResultPreOrderConfig.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# PayoutReport3PropertyDetails
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**availableProperties** | [**List<PayoutReport3PropertyFilterOption>**](PayoutReport3PropertyFilterOption.md) | | [optional]
8+
**selectedPropertyIds** | **List<String>** | | [optional]
9+
**matchedStoreIds** | **List<Integer>** | | [optional]
10+
**details** | [**PayoutReport3Details**](PayoutReport3Details.md) | | [optional]
11+
12+
13+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# PayoutReport3PropertyFilterOption
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**propertyId** | **String** | | [optional]
8+
**propertyName** | **String** | | [optional]
9+
**storeIds** | **List<Integer>** | | [optional]
10+
11+
12+

docs/PayoutReportsApi.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**getPayoutReport3Details**](PayoutReportsApi.md#getPayoutReport3Details) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/details |
88
[**getPayoutReport3Overview**](PayoutReportsApi.md#getPayoutReport3Overview) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/overview |
9+
[**getPayoutReport3PropertyDetails**](PayoutReportsApi.md#getPayoutReport3PropertyDetails) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/properties |
910
[**getPayoutReport3RefundedOrders**](PayoutReportsApi.md#getPayoutReport3RefundedOrders) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/refundedOrders |
1011
[**getPayoutReport3Stores**](PayoutReportsApi.md#getPayoutReport3Stores) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/stores |
1112
[**payoutReport3ExportPayoutChargebacks**](PayoutReportsApi.md#payoutReport3ExportPayoutChargebacks) | **GET** /api/v1.0/{appId}/reporting/reports/payouts3/{bankAccountId}/{payoutId}/export/chargebacks |
@@ -122,6 +123,65 @@ Name | Type | Description | Notes
122123

123124
[oauth2](../README.md#oauth2)
124125

126+
### HTTP request headers
127+
128+
- **Content-Type**: Not defined
129+
- **Accept**: application/json, text/json, application/xml, text/xml
130+
131+
<a name="getPayoutReport3PropertyDetails"></a>
132+
# **getPayoutReport3PropertyDetails**
133+
> RestApiResultPayoutReport3PropertyDetails getPayoutReport3PropertyDetails(appId, bankAccountId, payoutId, propertyIds, storeIds)
134+
135+
136+
137+
### Example
138+
```java
139+
// Import classes:
140+
//import com.flipdish.apiclient.ApiClient;
141+
//import com.flipdish.apiclient.ApiException;
142+
//import com.flipdish.apiclient.Configuration;
143+
//import com.flipdish.apiclient.auth.*;
144+
//import com.flipdish.apiclient.api.PayoutReportsApi;
145+
146+
ApiClient defaultClient = Configuration.getDefaultApiClient();
147+
148+
// Configure OAuth2 access token for authorization: oauth2
149+
OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
150+
oauth2.setAccessToken("YOUR ACCESS TOKEN");
151+
152+
PayoutReportsApi apiInstance = new PayoutReportsApi();
153+
String appId = "appId_example"; // String |
154+
Integer bankAccountId = 56; // Integer |
155+
Integer payoutId = 56; // Integer |
156+
List<String> propertyIds = Arrays.asList("propertyIds_example"); // List<String> |
157+
List<Integer> storeIds = Arrays.asList(56); // List<Integer> |
158+
try {
159+
RestApiResultPayoutReport3PropertyDetails result = apiInstance.getPayoutReport3PropertyDetails(appId, bankAccountId, payoutId, propertyIds, storeIds);
160+
System.out.println(result);
161+
} catch (ApiException e) {
162+
System.err.println("Exception when calling PayoutReportsApi#getPayoutReport3PropertyDetails");
163+
e.printStackTrace();
164+
}
165+
```
166+
167+
### Parameters
168+
169+
Name | Type | Description | Notes
170+
------------- | ------------- | ------------- | -------------
171+
**appId** | **String**| |
172+
**bankAccountId** | **Integer**| |
173+
**payoutId** | **Integer**| |
174+
**propertyIds** | [**List&lt;String&gt;**](String.md)| | [optional]
175+
**storeIds** | [**List&lt;Integer&gt;**](Integer.md)| | [optional]
176+
177+
### Return type
178+
179+
[**RestApiResultPayoutReport3PropertyDetails**](RestApiResultPayoutReport3PropertyDetails.md)
180+
181+
### Authorization
182+
183+
[oauth2](../README.md#oauth2)
184+
125185
### HTTP request headers
126186

127187
- **Content-Type**: Not defined
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# RestApiResultPayoutReport3PropertyDetails
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**data** | [**PayoutReport3PropertyDetails**](PayoutReport3PropertyDetails.md) | Generic data object. |
8+
9+
10+

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-04-08T14:15:17.262Z")
19+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-09T07:31:14.438Z")
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-04-08T14:15:17.262Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-09T07:31:14.438Z")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,9 @@
862862
import com.flipdish.apiclient.model.*;
863863
import com.flipdish.apiclient.model.*;
864864
import com.flipdish.apiclient.model.*;
865+
import com.flipdish.apiclient.model.*;
866+
import com.flipdish.apiclient.model.*;
867+
import com.flipdish.apiclient.model.*;
865868
import okio.ByteString;
866869

867870
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-04-08T14:15:17.262Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-09T07:31:14.438Z")
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-04-08T14:15:17.262Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-09T07:31:14.438Z")
1717
public class StringUtil {
1818
/**
1919
* Check if the given array contains the given value (with case-insensitive comparison).

0 commit comments

Comments
 (0)