@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-12-26T15:06:21.086+02:00[Europe/Kiev]") public class Balance extends Object
| Constructor and Description |
|---|
Balance() |
| Modifier and Type | Method and Description |
|---|---|
Balance |
balanceAmount(Amount balanceAmount) |
Balance |
balanceType(BalanceType balanceType) |
Balance |
creditLimitIncluded(Boolean creditLimitIncluded) |
boolean |
equals(Object o) |
@NotNull @Valid Amount |
getBalanceAmount()
Get balanceAmount
|
@NotNull @Valid BalanceType |
getBalanceType()
Get balanceType
|
@Valid OffsetDateTime |
getLastChangeDateTime()
This data element might be used to indicate e.g.
|
@Size(max=35) String |
getLastCommittedTransaction()
\"entryReference\" of the last commited transaction to support the TPP in identifying whether all PSU transactions are already known.
|
@Valid LocalDate |
getReferenceDate()
Reference date of the balance.
|
int |
hashCode() |
Boolean |
isCreditLimitIncluded()
A flag indicating if the credit limit of the corresponding account is included in the calculation of the balance, where applicable.
|
Balance |
lastChangeDateTime(OffsetDateTime lastChangeDateTime) |
Balance |
lastCommittedTransaction(String lastCommittedTransaction) |
Balance |
referenceDate(LocalDate referenceDate) |
void |
setBalanceAmount(Amount balanceAmount) |
void |
setBalanceType(BalanceType balanceType) |
void |
setCreditLimitIncluded(Boolean creditLimitIncluded) |
void |
setLastChangeDateTime(OffsetDateTime lastChangeDateTime) |
void |
setLastCommittedTransaction(String lastCommittedTransaction) |
void |
setReferenceDate(LocalDate referenceDate) |
String |
toString() |
@NotNull @Valid public @NotNull @Valid Amount getBalanceAmount()
public void setBalanceAmount(Amount balanceAmount)
public Balance balanceType(BalanceType balanceType)
@NotNull @Valid public @NotNull @Valid BalanceType getBalanceType()
public void setBalanceType(BalanceType balanceType)
public Boolean isCreditLimitIncluded()
public void setCreditLimitIncluded(Boolean creditLimitIncluded)
public Balance lastChangeDateTime(OffsetDateTime lastChangeDateTime)
@Valid public @Valid OffsetDateTime getLastChangeDateTime()
public void setLastChangeDateTime(OffsetDateTime lastChangeDateTime)
@Valid public @Valid LocalDate getReferenceDate()
public void setReferenceDate(LocalDate referenceDate)
@Size(max=35) public @Size(max=35) String getLastCommittedTransaction()
public void setLastCommittedTransaction(String lastCommittedTransaction)
Copyright © 2020. All rights reserved.