| 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.
|
protected io.apimatic.core.types.OptionalNullable<List<PayoutFee>> |
Payout.internalGetPayoutFee()
Internal 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,
String endToEndId)
Initialization constructor.
|
Payout(String id,
String locationId,
String status,
String createdAt,
String updatedAt,
Money amountMoney,
Destination destination,
Integer version,
String type,
io.apimatic.core.types.OptionalNullable<List<PayoutFee>> payoutFee,
io.apimatic.core.types.OptionalNullable<String> arrivalDate,
io.apimatic.core.types.OptionalNullable<String> endToEndId)
Internal initialization constructor.
|
Copyright © 2023. All rights reserved.