Uses of Class
net.authorize.arb.Transaction

Packages that use Transaction
net.authorize   
net.authorize.arb   
net.authorize.xml   
 

Uses of Transaction in net.authorize
 

Methods in net.authorize that return Transaction
 Transaction Merchant.createARBTransaction(TransactionType transactionType, Subscription subscription)
          Creates a new ARB Transaction.
 

Uses of Transaction in net.authorize.arb
 

Methods in net.authorize.arb that return Transaction
static Transaction Transaction.createTransaction(Merchant merchant, TransactionType transactionType, Subscription subscription)
          Creates a transaction.
static Transaction Transaction.createTransaction(Transaction transaction, BasicXmlDocument response)
          Create a transaction from a response.
 

Methods in net.authorize.arb with parameters of type Transaction
static Transaction Transaction.createTransaction(Transaction transaction, BasicXmlDocument response)
          Create a transaction from a response.
protected  void Result.importResponseMessages(Transaction txn)
          Import the response messages into the result.
 

Uses of Transaction in net.authorize.xml
 

Methods in net.authorize.xml with parameters of type Transaction
protected  void Result.importResponseMessages(Transaction txn)
          Import the response messages into the result.
 



Copyright © 2014. All Rights Reserved.