Interface DetailsPage

    • Method Detail

      • getAvailableAmount

        java.math.BigDecimal getAvailableAmount()
                                         throws WebSiteException
        Returns the available amount.
        Returns:
        the available amount
        Throws:
        WebSiteException - in case the value could not be read from the details hover page
      • getCreditLimit

        java.math.BigDecimal getCreditLimit()
                                     throws WebSiteException
        Return the limit of the credit card.
        Returns:
        the credit card limit
        Throws:
        WebSiteException - in case the value could not be read from the details hover page
      • getLastTransaction

        java.time.LocalDate getLastTransaction()
                                        throws WebSiteException
        Return the date of the last transaction.
        Returns:
        date of the last transaction
        Throws:
        WebSiteException - in case the value could not be read from the details hover page
      • getNextBill

        java.time.LocalDate getNextBill()
                                 throws WebSiteException
        Return the date of the next credit card bill.
        Returns:
        date of the next credit card bill
        Throws:
        WebSiteException - in case the value could not be read from the details hover page
      • getNextSubtraction

        java.time.LocalDate getNextSubtraction()
                                        throws WebSiteException
        Return the date of the next automatic subtraction.
        Returns:
        date of the next automatic subtraction
        Throws:
        WebSiteException - in case the value could not be read from the details hover page
      • getProductDescription

        java.lang.String getProductDescription()
                                        throws WebSiteException
        The description of the credit card.
        Returns:
        the credit card description
        Throws:
        WebSiteException - in case the value could not be read from the details hover page
      • getSaldo

        java.math.BigDecimal getSaldo()
                               throws WebSiteException
        The actual saldo.
        Returns:
        the saldo
        Throws:
        WebSiteException - in case the value could not be read from the details hover page