public class V1Settlement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1Settlement.Builder
Class to build instances of
V1Settlement. |
| Constructor and Description |
|---|
V1Settlement(String id,
String status,
V1Money totalMoney,
String initiatedAt,
String bankAccountId,
List<V1SettlementEntry> entries)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBankAccountId()
Getter for BankAccountId.
|
HttpContext |
getContext() |
List<V1SettlementEntry> |
getEntries()
Getter for Entries.
|
String |
getId()
Getter for Id.
|
String |
getInitiatedAt()
Getter for InitiatedAt.
|
String |
getStatus()
Getter for Status.
|
V1Money |
getTotalMoney()
Getter for TotalMoney.
|
int |
hashCode() |
V1Settlement.Builder |
toBuilder()
Builds a new
V1Settlement.Builder object. |
String |
toString()
Converts this V1Settlement into string format.
|
public V1Settlement(String id, String status, V1Money totalMoney, String initiatedAt, String bankAccountId, List<V1SettlementEntry> entries)
id - String value for id.status - String value for status.totalMoney - V1Money value for totalMoney.initiatedAt - String value for initiatedAt.bankAccountId - String value for bankAccountId.entries - List of V1SettlementEntry value for entries.public HttpContext getContext()
public String getId()
public String getStatus()
public V1Money getTotalMoney()
public String getInitiatedAt()
public String getBankAccountId()
public List<V1SettlementEntry> getEntries()
public String toString()
public V1Settlement.Builder toBuilder()
V1Settlement.Builder object.
Creates the instance with the state of the current model.V1Settlement.Builder objectCopyright © 2022. All rights reserved.