Class StatementTransaction

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

public class StatementTransaction extends Object
Represents a single transaction in a wallet statement.
  • Constructor Details

    • StatementTransaction

      public StatementTransaction()
  • Method Details

    • getTransactionId

      public String getTransactionId()
      Gets the transaction ID.
      Returns:
      the transaction ID
    • setTransactionId

      public void setTransactionId(String transactionId)
      Sets the transaction ID.
      Parameters:
      transactionId - the transaction ID
    • getDatetime

      public String getDatetime()
      Gets the datetime string.
      Returns:
      the datetime string
    • setDatetime

      public void setDatetime(String datetime)
      Sets the datetime string.
      Parameters:
      datetime - the datetime string
    • getTimestamp

      public Date getTimestamp()
      Gets the timestamp.
      Returns:
      the timestamp
    • setTimestamp

      public void setTimestamp(Date timestamp)
      Sets the timestamp.
      Parameters:
      timestamp - the timestamp
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description
    • getAmount

      public BigDecimal getAmount()
      Gets the amount.
      Returns:
      the amount
    • setAmount

      public void setAmount(BigDecimal amount)
      Sets the amount.
      Parameters:
      amount - the amount
    • getBalance

      public BigDecimal getBalance()
      Gets the balance.
      Returns:
      the balance
    • setBalance

      public void setBalance(BigDecimal balance)
      Sets the balance.
      Parameters:
      balance - the balance
    • getReferenceNo

      public String getReferenceNo()
      Gets the reference number.
      Returns:
      the reference number
    • setReferenceNo

      public void setReferenceNo(String referenceNo)
      Sets the reference number.
      Parameters:
      referenceNo - the reference number
    • getOpTypeId

      public OperationType getOpTypeId()
      Gets the operation type.
      Returns:
      the operation type
    • setOpTypeId

      public void setOpTypeId(OperationType opTypeId)
      Sets the operation type.
      Parameters:
      opTypeId - the operation type
    • getStatus

      public TransactionStatus getStatus()
      Gets the transaction status.
      Returns:
      the transaction status
    • setStatus

      public void setStatus(TransactionStatus status)
      Sets the transaction status.
      Parameters:
      status - the transaction status
    • getCreatedAt

      public Date getCreatedAt()
      Gets the creation date.
      Returns:
      the creation date
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
      Sets the creation date.
      Parameters:
      createdAt - the creation date