| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.Builder.build()
Builds a new
Destination object using the set fields. |
Destination |
Payout.getDestination()
Getter for Destination.
|
| Modifier and Type | Method and Description |
|---|---|
Payout.Builder |
Payout.Builder.destination(Destination destination)
Setter for destination.
|
| Constructor and Description |
|---|
Payout(String id,
String locationId,
String status,
String createdAt,
String updatedAt,
Money amountMoney,
Destination destination,
Integer version,
String type,
List<PayoutFee> payoutFee,
String arrivalDate)
Initialization constructor.
|
Copyright © 2022. All rights reserved.