@@ -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 |
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> |
4544try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
62- ** propertyIds** | [ ** List< ; String> ; ** ] ( 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 |
155153Integer bankAccountId = 56 ; // Integer |
156154Integer payoutId = 56 ; // Integer |
157155List<Integer > storeIds = Arrays . asList(56 ); // List<Integer> |
158- List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
159156Integer page = 56 ; // Integer |
160157Integer limit = 56 ; // Integer |
161158try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
178- ** propertyIds** | [ ** List< ; String> ; ** ] ( 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 |
218214Integer bankAccountId = 56 ; // Integer |
219215Integer payoutId = 56 ; // Integer |
220216List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
221- List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
222217try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
239- ** propertyIds** | [ ** List< ; String> ; ** ] ( 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 |
277271Integer bankAccountId = 56 ; // Integer |
278272Integer payoutId = 56 ; // Integer |
279273List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
280- List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
281274try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
298- ** propertyIds** | [ ** List< ; String> ; ** ] ( 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 |
336328Integer bankAccountId = 56 ; // Integer |
337329Integer payoutId = 56 ; // Integer |
338330List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
339- List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
340331try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
357- ** propertyIds** | [ ** List< ; String> ; ** ] ( 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 |
395385Integer bankAccountId = 56 ; // Integer |
396386Integer payoutId = 56 ; // Integer |
397387List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
398- List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
399388try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
416- ** propertyIds** | [ ** List< ; String> ; ** ] ( 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 |
454442Integer bankAccountId = 56 ; // Integer |
455443Integer payoutId = 56 ; // Integer |
456444List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
457- List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
458445try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
475- ** propertyIds** | [ ** List< ; String> ; ** ] ( 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 |
513499Integer bankAccountId = 56 ; // Integer |
514500Integer payoutId = 56 ; // Integer |
515501List<Integer > stores = Arrays . asList(56 ); // List<Integer> |
516- List<String > propertyIds = Arrays . asList(" propertyIds_example" ); // List<String> |
517502try {
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< ; Integer> ; ** ] ( Integer.md ) | | [ optional]
534- ** propertyIds** | [ ** List< ; String> ; ** ] ( String.md ) | | [ optional]
535519
536520### Return type
537521
0 commit comments