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