public class V1Settlement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1Settlement.Builder
Class to build instances of
V1Settlement. |
| Modifier | Constructor and Description |
|---|---|
protected |
V1Settlement(String id,
String status,
V1Money totalMoney,
io.apimatic.core.types.OptionalNullable<String> initiatedAt,
io.apimatic.core.types.OptionalNullable<String> bankAccountId,
io.apimatic.core.types.OptionalNullable<List<V1SettlementEntry>> entries)
Internal initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBankAccountId()
Internal Getter for BankAccountId.
|
protected io.apimatic.core.types.OptionalNullable<List<V1SettlementEntry>> |
internalGetEntries()
Internal Getter for Entries.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetInitiatedAt()
Internal Getter for InitiatedAt.
|
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.protected V1Settlement(String id, String status, V1Money totalMoney, io.apimatic.core.types.OptionalNullable<String> initiatedAt, io.apimatic.core.types.OptionalNullable<String> bankAccountId, io.apimatic.core.types.OptionalNullable<List<V1SettlementEntry>> entries)
public HttpContext getContext()
public String getId()
public String getStatus()
public V1Money getTotalMoney()
protected io.apimatic.core.types.OptionalNullable<String> internalGetInitiatedAt()
public String getInitiatedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBankAccountId()
public String getBankAccountId()
protected io.apimatic.core.types.OptionalNullable<List<V1SettlementEntry>> internalGetEntries()
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 © 2023. All rights reserved.