public class PayoutFee extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PayoutFee.Builder
Class to build instances of
PayoutFee. |
| Constructor and Description |
|---|
PayoutFee(Money amountMoney,
String effectiveAt,
String type)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
String |
getEffectiveAt()
Getter for EffectiveAt.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
PayoutFee.Builder |
toBuilder()
Builds a new
PayoutFee.Builder object. |
String |
toString()
Converts this PayoutFee into string format.
|
public Money getAmountMoney()
public String getEffectiveAt()
public String getType()
public String toString()
public PayoutFee.Builder toBuilder()
PayoutFee.Builder object.
Creates the instance with the state of the current model.PayoutFee.Builder objectCopyright © 2022. All rights reserved.