Uses of Class
net.authorize.cim.TransactionType

Packages that use TransactionType
net.authorize   
net.authorize.cim   
 

Uses of TransactionType in net.authorize
 

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

Uses of TransactionType in net.authorize.cim
 

Methods in net.authorize.cim 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.cim with parameters of type TransactionType
static Transaction Transaction.createTransaction(Merchant merchant, TransactionType transactionType)
          Creates a transaction.
 



Copyright © 2014. All Rights Reserved.