| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
PayoutFee |
PayoutFee.Builder.build()
Builds a new
PayoutFee object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<PayoutFee> |
Payout.getPayoutFee()
Getter for PayoutFee.
|
| Modifier and Type | Method and Description |
|---|---|
Payout.Builder |
Payout.Builder.payoutFee(List<PayoutFee> payoutFee)
Setter for payoutFee.
|
| 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.