public class PlatformFee extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformFee.Builder
Class to build instances of
PlatformFee. |
| Constructor and Description |
|---|
PlatformFee()
Default constructor.
|
PlatformFee(Money amount,
PayeeBase payee)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Money |
getAmount()
Getter for Amount.
|
PayeeBase |
getPayee()
Getter for Payee.
|
void |
setAmount(Money amount)
Setter for Amount.
|
void |
setPayee(PayeeBase payee)
Setter for Payee.
|
PlatformFee.Builder |
toBuilder()
Builds a new
PlatformFee.Builder object. |
String |
toString()
Converts this PlatformFee into string format.
|
public Money getAmount()
public void setAmount(Money amount)
amount - Value for Moneypublic PayeeBase getPayee()
public void setPayee(PayeeBase payee)
payee - Value for PayeeBasepublic String toString()
public PlatformFee.Builder toBuilder()
PlatformFee.Builder object.
Creates the instance with the state of the current model.PlatformFee.Builder objectCopyright © 2025. All rights reserved.