@@ -17,7 +17,7 @@ Method | HTTP request | Description
1717
1818<a name =" getPayoutReport3Details " ></a >
1919# ** getPayoutReport3Details**
20- > RestApiResultPayoutReport3Details getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds)
20+ > RestApiResultPayoutReport3Details getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds, propertyIds )
2121
2222
2323
@@ -41,8 +41,9 @@ String appId = "appId_example"; // String |
4141Integer bankAccountId = 56 ; // Integer |
4242Integer payoutId = 56 ; // Integer |
4343List<Integer > storeIds = Arrays . asList(56 ); // List<Integer> |
44+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
4445try {
45- RestApiResultPayoutReport3Details result = apiInstance. getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds);
46+ RestApiResultPayoutReport3Details result = apiInstance. getPayoutReport3Details(appId, bankAccountId, payoutId, storeIds, propertyIds );
4647 System . out. println(result);
4748} catch (ApiException e) {
4849 System . err. println(" Exception when calling PayoutReportsApi#getPayoutReport3Details" );
@@ -58,6 +59,7 @@ Name | Type | Description | Notes
5859 ** bankAccountId** | ** Integer** | |
5960 ** payoutId** | ** Integer** | |
6061 ** storeIds** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
62+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
6163
6264### Return type
6365
@@ -129,7 +131,7 @@ Name | Type | Description | Notes
129131
130132<a name =" getPayoutReport3RefundedOrders " ></a >
131133# ** getPayoutReport3RefundedOrders**
132- > RestApiPaginationResultPayoutReport3RefundedOrder getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, page, limit)
134+ > RestApiPaginationResultPayoutReport3RefundedOrder getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, propertyIds, page, limit)
133135
134136
135137
@@ -153,10 +155,11 @@ String appId = "appId_example"; // String |
153155Integer bankAccountId = 56 ; // Integer |
154156Integer payoutId = 56 ; // Integer |
155157List<Integer > storeIds = Arrays . asList(56 ); // List<Integer> |
158+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
156159Integer page = 56 ; // Integer |
157160Integer limit = 56 ; // Integer |
158161try {
159- RestApiPaginationResultPayoutReport3RefundedOrder result = apiInstance. getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, page, limit);
162+ RestApiPaginationResultPayoutReport3RefundedOrder result = apiInstance. getPayoutReport3RefundedOrders(appId, bankAccountId, payoutId, storeIds, propertyIds, page, limit);
160163 System . out. println(result);
161164} catch (ApiException e) {
162165 System . err. println(" Exception when calling PayoutReportsApi#getPayoutReport3RefundedOrders" );
@@ -172,6 +175,7 @@ Name | Type | Description | Notes
172175 ** bankAccountId** | ** Integer** | |
173176 ** payoutId** | ** Integer** | |
174177 ** storeIds** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
178+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
175179 ** page** | ** Integer** | | [ optional]
176180 ** limit** | ** Integer** | | [ optional]
177181
@@ -190,7 +194,7 @@ Name | Type | Description | Notes
190194
191195<a name =" getPayoutReport3Stores " ></a >
192196# ** getPayoutReport3Stores**
193- > RestApiResultPayoutReport3StorePayouts getPayoutReport3Stores(appId, bankAccountId, payoutId, stores)
197+ > RestApiResultPayoutReport3StorePayouts getPayoutReport3Stores(appId, bankAccountId, payoutId, stores, propertyIds )
194198
195199
196200
@@ -214,8 +218,9 @@ String appId = "appId_example"; // String |
214218Integer bankAccountId = 56 ; // Integer |
215219Integer payoutId = 56 ; // Integer |
216220List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
221+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
217222try {
218- RestApiResultPayoutReport3StorePayouts result = apiInstance. getPayoutReport3Stores(appId, bankAccountId, payoutId, stores);
223+ RestApiResultPayoutReport3StorePayouts result = apiInstance. getPayoutReport3Stores(appId, bankAccountId, payoutId, stores, propertyIds );
219224 System . out. println(result);
220225} catch (ApiException e) {
221226 System . err. println(" Exception when calling PayoutReportsApi#getPayoutReport3Stores" );
@@ -231,6 +236,7 @@ Name | Type | Description | Notes
231236 ** bankAccountId** | ** Integer** | |
232237 ** payoutId** | ** Integer** | |
233238 ** stores** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
239+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
234240
235241### Return type
236242
@@ -247,7 +253,7 @@ Name | Type | Description | Notes
247253
248254<a name =" payoutReport3ExportPayoutChargebacks " ></a >
249255# ** payoutReport3ExportPayoutChargebacks**
250- > RestApiResultFileCreationResult payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores)
256+ > RestApiResultFileCreationResult payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores, propertyIds )
251257
252258
253259
@@ -271,8 +277,9 @@ String appId = "appId_example"; // String |
271277Integer bankAccountId = 56 ; // Integer |
272278Integer payoutId = 56 ; // Integer |
273279List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
280+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
274281try {
275- RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores);
282+ RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutChargebacks(appId, bankAccountId, payoutId, stores, propertyIds );
276283 System . out. println(result);
277284} catch (ApiException e) {
278285 System . err. println(" Exception when calling PayoutReportsApi#payoutReport3ExportPayoutChargebacks" );
@@ -288,6 +295,7 @@ Name | Type | Description | Notes
288295 ** bankAccountId** | ** Integer** | |
289296 ** payoutId** | ** Integer** | |
290297 ** stores** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
298+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
291299
292300### Return type
293301
@@ -304,7 +312,7 @@ Name | Type | Description | Notes
304312
305313<a name =" payoutReport3ExportPayoutOrders " ></a >
306314# ** payoutReport3ExportPayoutOrders**
307- > RestApiResultFileCreationResult payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores)
315+ > RestApiResultFileCreationResult payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores, propertyIds )
308316
309317
310318
@@ -328,8 +336,9 @@ String appId = "appId_example"; // String |
328336Integer bankAccountId = 56 ; // Integer |
329337Integer payoutId = 56 ; // Integer |
330338List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
339+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
331340try {
332- RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores);
341+ RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutOrders(appId, bankAccountId, payoutId, stores, propertyIds );
333342 System . out. println(result);
334343} catch (ApiException e) {
335344 System . err. println(" Exception when calling PayoutReportsApi#payoutReport3ExportPayoutOrders" );
@@ -345,6 +354,7 @@ Name | Type | Description | Notes
345354 ** bankAccountId** | ** Integer** | |
346355 ** payoutId** | ** Integer** | |
347356 ** stores** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
357+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
348358
349359### Return type
350360
@@ -361,7 +371,7 @@ Name | Type | Description | Notes
361371
362372<a name =" payoutReport3ExportPayoutPosSales " ></a >
363373# ** payoutReport3ExportPayoutPosSales**
364- > RestApiResultFileCreationResult payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores)
374+ > RestApiResultFileCreationResult payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores, propertyIds )
365375
366376
367377
@@ -385,8 +395,9 @@ String appId = "appId_example"; // String |
385395Integer bankAccountId = 56 ; // Integer |
386396Integer payoutId = 56 ; // Integer |
387397List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
398+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
388399try {
389- RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores);
400+ RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutPosSales(appId, bankAccountId, payoutId, stores, propertyIds );
390401 System . out. println(result);
391402} catch (ApiException e) {
392403 System . err. println(" Exception when calling PayoutReportsApi#payoutReport3ExportPayoutPosSales" );
@@ -402,6 +413,7 @@ Name | Type | Description | Notes
402413 ** bankAccountId** | ** Integer** | |
403414 ** payoutId** | ** Integer** | |
404415 ** stores** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
416+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
405417
406418### Return type
407419
@@ -418,7 +430,7 @@ Name | Type | Description | Notes
418430
419431<a name =" payoutReport3ExportPayoutRefundedOrders " ></a >
420432# ** payoutReport3ExportPayoutRefundedOrders**
421- > RestApiResultFileCreationResult payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores)
433+ > RestApiResultFileCreationResult payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores, propertyIds )
422434
423435
424436
@@ -442,8 +454,9 @@ String appId = "appId_example"; // String |
442454Integer bankAccountId = 56 ; // Integer |
443455Integer payoutId = 56 ; // Integer |
444456List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
457+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
445458try {
446- RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores);
459+ RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutRefundedOrders(appId, bankAccountId, payoutId, stores, propertyIds );
447460 System . out. println(result);
448461} catch (ApiException e) {
449462 System . err. println(" Exception when calling PayoutReportsApi#payoutReport3ExportPayoutRefundedOrders" );
@@ -459,6 +472,7 @@ Name | Type | Description | Notes
459472 ** bankAccountId** | ** Integer** | |
460473 ** payoutId** | ** Integer** | |
461474 ** stores** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
475+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
462476
463477### Return type
464478
@@ -475,7 +489,7 @@ Name | Type | Description | Notes
475489
476490<a name =" payoutReport3ExportPayoutStores " ></a >
477491# ** payoutReport3ExportPayoutStores**
478- > RestApiResultFileCreationResult payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores)
492+ > RestApiResultFileCreationResult payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores, propertyIds )
479493
480494
481495
@@ -499,8 +513,9 @@ String appId = "appId_example"; // String |
499513Integer bankAccountId = 56 ; // Integer |
500514Integer payoutId = 56 ; // Integer |
501515List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
516+ List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
502517try {
503- RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores);
518+ RestApiResultFileCreationResult result = apiInstance. payoutReport3ExportPayoutStores(appId, bankAccountId, payoutId, stores, propertyIds );
504519 System . out. println(result);
505520} catch (ApiException e) {
506521 System . err. println(" Exception when calling PayoutReportsApi#payoutReport3ExportPayoutStores" );
@@ -516,6 +531,7 @@ Name | Type | Description | Notes
516531 ** bankAccountId** | ** Integer** | |
517532 ** payoutId** | ** Integer** | |
518533 ** stores** | [ ** List< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
534+ ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
519535
520536### Return type
521537
0 commit comments