Class OutstandingTransactions

java.lang.Object
net.libyaguide.gpay.sdk.model.OutstandingTransactions

public class OutstandingTransactions extends Object
Represents a list of outstanding transactions. Contains outstanding credits, debits, and the list of transactions.
  • Constructor Details

    • OutstandingTransactions

      public OutstandingTransactions()
  • Method Details

    • getOutstandingCredit

      public BigDecimal getOutstandingCredit()
      Gets the total outstanding credit.
      Returns:
      the total outstanding credit
    • setOutstandingCredit

      public void setOutstandingCredit(BigDecimal outstandingCredit)
      Sets the total outstanding credit.
      Parameters:
      outstandingCredit - the total outstanding credit
    • getOutstandingDebit

      public BigDecimal getOutstandingDebit()
      Gets the total outstanding debit.
      Returns:
      the total outstanding debit
    • setOutstandingDebit

      public void setOutstandingDebit(BigDecimal outstandingDebit)
      Sets the total outstanding debit.
      Parameters:
      outstandingDebit - the total outstanding debit
    • getResponseTimestamp

      public Date getResponseTimestamp()
      Gets the response timestamp.
      Returns:
      the response timestamp
    • setResponseTimestamp

      public void setResponseTimestamp(Date responseTimestamp)
      Sets the response timestamp.
      Parameters:
      responseTimestamp - the response timestamp
    • getOutstandingTransactions

      public List<OutstandingTransaction> getOutstandingTransactions()
      Gets the list of outstanding transactions.
      Returns:
      the list of outstanding transactions
    • setOutstandingTransactions

      public void setOutstandingTransactions(List<OutstandingTransaction> outstandingTransactions)
      Sets the list of outstanding transactions.
      Parameters:
      outstandingTransactions - the list of outstanding transactions