Package net.libyaguide.gpay.sdk.model
Class OutstandingTransactions
java.lang.Object
net.libyaguide.gpay.sdk.model.OutstandingTransactions
Represents a list of outstanding transactions.
Contains outstanding credits, debits, and the list of transactions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the total outstanding credit.Gets the total outstanding debit.Gets the list of outstanding transactions.Gets the response timestamp.voidsetOutstandingCredit(BigDecimal outstandingCredit) Sets the total outstanding credit.voidsetOutstandingDebit(BigDecimal outstandingDebit) Sets the total outstanding debit.voidsetOutstandingTransactions(List<OutstandingTransaction> outstandingTransactions) Sets the list of outstanding transactions.voidsetResponseTimestamp(Date responseTimestamp) Sets the response timestamp.
-
Constructor Details
-
OutstandingTransactions
public OutstandingTransactions()
-
-
Method Details
-
getOutstandingCredit
Gets the total outstanding credit.- Returns:
- the total outstanding credit
-
setOutstandingCredit
Sets the total outstanding credit.- Parameters:
outstandingCredit- the total outstanding credit
-
getOutstandingDebit
Gets the total outstanding debit.- Returns:
- the total outstanding debit
-
setOutstandingDebit
Sets the total outstanding debit.- Parameters:
outstandingDebit- the total outstanding debit
-
getResponseTimestamp
Gets the response timestamp.- Returns:
- the response timestamp
-
setResponseTimestamp
Sets the response timestamp.- Parameters:
responseTimestamp- the response timestamp
-
getOutstandingTransactions
Gets the list of outstanding transactions.- Returns:
- the list of outstanding transactions
-
setOutstandingTransactions
Sets the list of outstanding transactions.- Parameters:
outstandingTransactions- the list of outstanding transactions
-