Uses of Class
net.authorize.TransactionType

Packages that use TransactionType
net.authorize   
net.authorize.aim   
net.authorize.data.cim   
net.authorize.sim   
 

Uses of TransactionType in net.authorize
 

Methods in net.authorize that return TransactionType
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 with parameters of type TransactionType
 Transaction Merchant.createAIMTransaction(TransactionType transactionType, BigDecimal amount)
          Creates a new AIM Transaction.
 Transaction Merchant.createSIMTransaction(TransactionType transactionType, long fingerPrintSequence, BigDecimal amount)
          Creates a new SIM Transaction.
 

Uses of TransactionType in net.authorize.aim
 

Fields in net.authorize.aim declared as TransactionType
protected  TransactionType Transaction.transactionType
           
 

Methods in net.authorize.aim that return TransactionType
 TransactionType Transaction.getTransactionType()
          Get the transaction type.
 

Methods in net.authorize.aim with parameters of type TransactionType
static Transaction Transaction.createTransaction(Merchant merchant, TransactionType transactionType, BigDecimal amount)
          Create a Transaction for a merchant.
 

Constructors in net.authorize.aim with parameters of type TransactionType
Transaction(Merchant merchant, TransactionType transactionType, BigDecimal amount)
          Constructor for creation a transaction with typed objects.
 

Uses of TransactionType in net.authorize.data.cim
 

Methods in net.authorize.data.cim that return TransactionType
 TransactionType PaymentTransaction.getTransactionType()
          Get the payment transaction type.
 

Methods in net.authorize.data.cim with parameters of type TransactionType
 void PaymentTransaction.setTransactionType(TransactionType transactionType)
          Set the payment transaction type.
 

Uses of TransactionType in net.authorize.sim
 

Methods in net.authorize.sim with parameters of type TransactionType
static Transaction Transaction.createTransaction(Merchant merchant, TransactionType transactionType, long fingerPrintSequence, BigDecimal amount)
          Create a Transaction for a given merchant.
 

Constructors in net.authorize.sim with parameters of type TransactionType
Transaction(Merchant merchant, TransactionType transactionType, BigDecimal amount)
          Constructor.
 



Copyright © 2014. All Rights Reserved.