| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListPayoutsResponse |
PayoutsApi.listPayouts(String locationId,
String status,
String beginTime,
String endTime,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payouts for the default location.
|
ListPayoutsResponse |
DefaultPayoutsApi.listPayouts(String locationId,
String status,
String beginTime,
String endTime,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payouts for the default location.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListPayoutsResponse> |
PayoutsApi.listPayoutsAsync(String locationId,
String status,
String beginTime,
String endTime,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payouts for the default location.
|
CompletableFuture<ListPayoutsResponse> |
DefaultPayoutsApi.listPayoutsAsync(String locationId,
String status,
String beginTime,
String endTime,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payouts for the default location.
|
| Modifier and Type | Method and Description |
|---|---|
ListPayoutsResponse |
ListPayoutsResponse.Builder.build()
Builds a new
ListPayoutsResponse object using the set fields. |
Copyright © 2022. All rights reserved.