public class ProcessingFee extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingFee.Builder
Class to build instances of
ProcessingFee. |
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessingFee(io.apimatic.core.types.OptionalNullable<String> effectiveAt,
io.apimatic.core.types.OptionalNullable<String> type,
Money amountMoney)
Initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEffectiveAt()
Internal Getter for EffectiveAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetType()
Internal Getter for Type.
|
ProcessingFee.Builder |
toBuilder()
Builds a new
ProcessingFee.Builder object. |
String |
toString()
Converts this ProcessingFee into string format.
|
public ProcessingFee(String effectiveAt, String type, Money amountMoney)
effectiveAt - String value for effectiveAt.type - String value for type.amountMoney - Money value for amountMoney.protected ProcessingFee(io.apimatic.core.types.OptionalNullable<String> effectiveAt, io.apimatic.core.types.OptionalNullable<String> type, Money amountMoney)
effectiveAt - String value for effectiveAt.type - String value for type.amountMoney - Money value for amountMoney.protected io.apimatic.core.types.OptionalNullable<String> internalGetEffectiveAt()
public String getEffectiveAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetType()
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 © 2024. All rights reserved.