@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2019-01-09T13:52:08.501+01:00[Europe/Berlin]") public class Balance extends Object
| Constructor and Description |
|---|
Balance() |
| Modifier and Type | Method and Description |
|---|---|
Balance |
balanceAmount(Amount balanceAmount) |
Balance |
balanceType(BalanceType balanceType) |
boolean |
equals(Object o) |
Amount |
getBalanceAmount()
Get balanceAmount
|
BalanceType |
getBalanceType()
Get balanceType
|
OffsetDateTime |
getLastChangeDateTime()
This data element might be used to indicate e.g.
|
String |
getLastCommittedTransaction()
\"entryReference\" of the last commited transaction to support the TPP in identifying whether all PSU transactions are already known.
|
LocalDate |
getReferenceDate()
Reference date of the balance
|
int |
hashCode() |
Balance |
lastChangeDateTime(OffsetDateTime lastChangeDateTime) |
Balance |
lastCommittedTransaction(String lastCommittedTransaction) |
Balance |
referenceDate(LocalDate referenceDate) |
void |
setBalanceAmount(Amount balanceAmount) |
void |
setBalanceType(BalanceType balanceType) |
void |
setLastChangeDateTime(OffsetDateTime lastChangeDateTime) |
void |
setLastCommittedTransaction(String lastCommittedTransaction) |
void |
setReferenceDate(LocalDate referenceDate) |
String |
toString() |
public Amount getBalanceAmount()
public void setBalanceAmount(Amount balanceAmount)
public Balance balanceType(BalanceType balanceType)
public BalanceType getBalanceType()
public void setBalanceType(BalanceType balanceType)
public Balance lastChangeDateTime(OffsetDateTime lastChangeDateTime)
public OffsetDateTime getLastChangeDateTime()
public void setLastChangeDateTime(OffsetDateTime lastChangeDateTime)
public LocalDate getReferenceDate()
public void setReferenceDate(LocalDate referenceDate)
public String getLastCommittedTransaction()
public void setLastCommittedTransaction(String lastCommittedTransaction)
Copyright © 2019. All rights reserved.