SantanderDetailsPage
, TargoBankDetailsPage
public interface DetailsPage
Modifier and Type | Method | Description |
---|---|---|
java.math.BigDecimal |
getAvailableAmount() |
Returns the available amount.
|
java.math.BigDecimal |
getCreditLimit() |
Return the limit of the credit card.
|
java.time.LocalDate |
getLastTransaction() |
Return the date of the last transaction.
|
java.time.LocalDate |
getNextBill() |
Return the date of the next credit card bill.
|
java.time.LocalDate |
getNextSubtraction() |
Return the date of the next automatic subtraction.
|
java.lang.String |
getProductDescription() |
The description of the credit card.
|
java.math.BigDecimal |
getSaldo() |
The actual saldo.
|
java.math.BigDecimal getAvailableAmount() throws WebSiteException
WebSiteException
- in case the value could not be read from the details hover
pagejava.math.BigDecimal getCreditLimit() throws WebSiteException
WebSiteException
- in case the value could not be read from the details hover
pagejava.time.LocalDate getLastTransaction() throws WebSiteException
WebSiteException
- in case the value could not be read from the details hover
pagejava.time.LocalDate getNextBill() throws WebSiteException
WebSiteException
- in case the value could not be read from the details hover
pagejava.time.LocalDate getNextSubtraction() throws WebSiteException
WebSiteException
- in case the value could not be read from the details hover
pagejava.lang.String getProductDescription() throws WebSiteException
WebSiteException
- in case the value could not be read from the details hover
pagejava.math.BigDecimal getSaldo() throws WebSiteException
WebSiteException
- in case the value could not be read from the details hover
page