Uses of Class
net.authorize.aim.Transaction

Packages that use Transaction
net.authorize   
net.authorize.aim   
net.authorize.sim   
 

Uses of Transaction in net.authorize
 

Methods in net.authorize that return Transaction
 Transaction Merchant.createAIMTransaction(TransactionType transactionType, BigDecimal amount)
          Creates a new AIM Transaction.
 

Uses of Transaction in net.authorize.aim
 

Methods in net.authorize.aim that return Transaction
static Transaction Transaction.createTransaction(Merchant merchant, TransactionType transactionType, BigDecimal amount)
          Create a Transaction for a merchant.
static Transaction Transaction.createTransaction(Transaction transaction, BasicXmlDocument response)
          Create a transaction from a response XML doc.
static Transaction Transaction.createTransaction(Transaction transaction, Map<ResponseField,String> responseMap)
          Create a transaction from a responseMap.
 

Methods in net.authorize.aim with parameters of type Transaction
static Transaction Transaction.createTransaction(Transaction transaction, BasicXmlDocument response)
          Create a transaction from a response XML doc.
static Transaction Transaction.createTransaction(Transaction transaction, Map<ResponseField,String> responseMap)
          Create a transaction from a responseMap.
 

Uses of Transaction in net.authorize.sim
 

Subclasses of Transaction in net.authorize.sim
 class Transaction
           
 



Copyright © 2014. All Rights Reserved.