| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetPayoutResponse |
PayoutsApi.getPayout(String payoutId)
Retrieves details of a specific payout identified by a payout ID.
|
GetPayoutResponse |
DefaultPayoutsApi.getPayout(String payoutId)
Retrieves details of a specific payout identified by a payout ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetPayoutResponse> |
PayoutsApi.getPayoutAsync(String payoutId)
Retrieves details of a specific payout identified by a payout ID.
|
CompletableFuture<GetPayoutResponse> |
DefaultPayoutsApi.getPayoutAsync(String payoutId)
Retrieves details of a specific payout identified by a payout ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetPayoutResponse |
GetPayoutResponse.Builder.build()
Builds a new
GetPayoutResponse object using the set fields. |
Copyright © 2022. All rights reserved.