public class ProcessingFee extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingFee.Builder
Class to build instances of
ProcessingFee. |
| Constructor and Description |
|---|
ProcessingFee(String effectiveAt,
String type,
Money amountMoney)
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() |
ProcessingFee.Builder |
toBuilder()
Builds a new
ProcessingFee.Builder object. |
String |
toString()
Converts this ProcessingFee into string format.
|
public String getEffectiveAt()
public String getType()
public Money getAmountMoney()
public String toString()
public ProcessingFee.Builder toBuilder()
ProcessingFee.Builder object.
Creates the instance with the state of the current model.ProcessingFee.Builder objectCopyright © 2022. All rights reserved.