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