Uses of Class
com.fedapay.model.Transaction
-
Packages that use Transaction Package Description com.fedapay.model -
-
Uses of Transaction in com.fedapay.model
Methods in com.fedapay.model that return Transaction Modifier and Type Method Description static TransactionTransaction. create(Map<String,Object> transactionDataMap)static TransactionTransaction. retrieve(String transactionId)TransactionTransaction. save()static TransactionTransaction. update(String transactionId, Map<String,Object> transactionDataMap)
-