Uses of Class
net.authorize.reporting.TransactionType

Packages that use TransactionType
net.authorize   
net.authorize.reporting   
 

Uses of TransactionType in net.authorize
 

Methods in net.authorize with parameters of type TransactionType
 Transaction Merchant.createReportingTransaction(TransactionType transactionType)
          Creates a new Reporting Transaction.
 

Uses of TransactionType in net.authorize.reporting
 

Methods in net.authorize.reporting that return TransactionType
 TransactionType Transaction.getTransactionType()
           
static TransactionType TransactionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionType[] TransactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.authorize.reporting with parameters of type TransactionType
static Transaction Transaction.createTransaction(Merchant merchant, TransactionType transactionType)
          Creates a transaction.
 



Copyright © 2014. All Rights Reserved.