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