| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
PayoutEntry |
PayoutEntry.Builder.build()
Builds a new
PayoutEntry object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<PayoutEntry> |
ListPayoutEntriesResponse.getPayoutEntries()
Getter for PayoutEntries.
|
| Modifier and Type | Method and Description |
|---|---|
ListPayoutEntriesResponse.Builder |
ListPayoutEntriesResponse.Builder.payoutEntries(List<PayoutEntry> payoutEntries)
Setter for payoutEntries.
|
| Constructor and Description |
|---|
ListPayoutEntriesResponse(List<PayoutEntry> payoutEntries,
String cursor,
List<Error> errors)
Initialization constructor.
|
Copyright © 2022. All rights reserved.