| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Payout |
Payout.Builder.build()
Builds a new
Payout object using the set fields. |
Payout |
GetPayoutResponse.getPayout()
Getter for Payout.
|
| Modifier and Type | Method and Description |
|---|---|
List<Payout> |
ListPayoutsResponse.getPayouts()
Getter for Payouts.
|
| Modifier and Type | Method and Description |
|---|---|
GetPayoutResponse.Builder |
GetPayoutResponse.Builder.payout(Payout payout)
Setter for payout.
|
| Modifier and Type | Method and Description |
|---|---|
ListPayoutsResponse.Builder |
ListPayoutsResponse.Builder.payouts(List<Payout> payouts)
Setter for payouts.
|
| Constructor and Description |
|---|
GetPayoutResponse(Payout payout,
List<Error> errors)
Initialization constructor.
|
| Constructor and Description |
|---|
ListPayoutsResponse(List<Payout> payouts,
String cursor,
List<Error> errors)
Initialization constructor.
|
Copyright © 2022. All rights reserved.