Uses of Enum Class
net.libyaguide.gpay.sdk.model.TransactionStatus
Packages that use TransactionStatus
-
Uses of TransactionStatus in net.libyaguide.gpay.sdk.model
Methods in net.libyaguide.gpay.sdk.model that return TransactionStatusModifier and TypeMethodDescriptionstatic TransactionStatusTransactionStatus.fromValue(int value) Returns the TransactionStatus for the given value.OutstandingTransaction.getStatus()Gets the transaction status.StatementTransaction.getStatus()Gets the transaction status.static TransactionStatusReturns the enum constant of this class with the specified name.static TransactionStatus[]TransactionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.libyaguide.gpay.sdk.model with parameters of type TransactionStatusModifier and TypeMethodDescriptionvoidOutstandingTransaction.setStatus(TransactionStatus status) Sets the transaction status.voidStatementTransaction.setStatus(TransactionStatus status) Sets the transaction status.