Uses of Class
net.authorize.Transaction

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

Uses of Transaction in net.authorize
 

Fields in net.authorize declared as Transaction
protected  Transaction Result.transaction
           
 

Methods in net.authorize that return Transaction
 Transaction Result.getTransaction()
          Get the request transaction.
 

Methods in net.authorize with parameters of type Transaction
 Result<?> Merchant.postTransaction(Transaction transaction)
          Post a Transaction request to the payment gateway.
 

Uses of Transaction in net.authorize.aim
 

Subclasses of Transaction in net.authorize.aim
 class Transaction
          Container to hold all payment related information that gets passed back and forth to the payment gateway.
 

Uses of Transaction in net.authorize.util
 

Methods in net.authorize.util with parameters of type Transaction
static Map<ResponseField,String> HttpClient.execute(Environment environment, Transaction transaction)
          Executes a Transaction against a given Environment.
static BasicXmlDocument HttpClient.executeXML(Environment environment, Transaction transaction)
          Executes a Transaction against a given Environment.
 



Copyright © 2014. All Rights Reserved.