Uses of Class
net.authorize.Merchant

Packages that use Merchant
net.authorize   
net.authorize.aim   
net.authorize.arb   
net.authorize.cim   
net.authorize.reporting   
net.authorize.sim   
 

Uses of Merchant in net.authorize
 

Methods in net.authorize that return Merchant
static Merchant Merchant.createMerchant(Environment environment, String login, String transactionKey)
           
 

Uses of Merchant in net.authorize.aim
 

Methods in net.authorize.aim with parameters of type Merchant
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 Merchant
Transaction(Merchant merchant, TransactionType transactionType, BigDecimal amount)
          Constructor for creation a transaction with typed objects.
 

Uses of Merchant in net.authorize.arb
 

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

Uses of Merchant in net.authorize.cim
 

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

Uses of Merchant in net.authorize.reporting
 

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

Uses of Merchant in net.authorize.sim
 

Methods in net.authorize.sim with parameters of type Merchant
static Fingerprint Fingerprint.createFingerprint(Merchant merchant, long sequence, BigDecimal amount)
          Create a fingerprint with object based fields.
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 Merchant
Transaction(Merchant merchant, TransactionType transactionType, BigDecimal amount)
          Constructor.
 



Copyright © 2014. All Rights Reserved.