Uses of Class
net.authorize.arb.TransactionType

Packages that use TransactionType
net.authorize   
net.authorize.arb   
 

Uses of TransactionType in net.authorize
 

Methods in net.authorize with parameters of type TransactionType
 Transaction Merchant.createARBTransaction(TransactionType transactionType, Subscription subscription)
          Creates a new ARB Transaction.
 

Uses of TransactionType in net.authorize.arb
 

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



Copyright © 2014. All Rights Reserved.