| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListPayoutEntriesResponse |
PayoutsApi.listPayoutEntries(String payoutId,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payout entries for a specific payout.
|
ListPayoutEntriesResponse |
DefaultPayoutsApi.listPayoutEntries(String payoutId,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payout entries for a specific payout.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListPayoutEntriesResponse> |
PayoutsApi.listPayoutEntriesAsync(String payoutId,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payout entries for a specific payout.
|
CompletableFuture<ListPayoutEntriesResponse> |
DefaultPayoutsApi.listPayoutEntriesAsync(String payoutId,
String sortOrder,
String cursor,
Integer limit)
Retrieves a list of all payout entries for a specific payout.
|
| Modifier and Type | Method and Description |
|---|---|
ListPayoutEntriesResponse |
ListPayoutEntriesResponse.Builder.build()
Builds a new
ListPayoutEntriesResponse object using the set fields. |
Copyright © 2022. All rights reserved.