Uses of Class
net.authorize.Environment

Packages that use Environment
net.authorize   
net.authorize.sim   
net.authorize.util   
 

Uses of Environment in net.authorize
 

Methods in net.authorize that return Environment
static Environment Environment.createEnvironment(String baseUrl, String xmlBaseUrl)
          If a custom environment needs to be supported, this convenience create method can be used to pass in a custom baseUrl.
static Environment Environment.createEnvironment(String baseUrl, String xmlBaseUrl, String cardPresentUrl)
          If a custom environment needs to be supported, this convenience create method can be used to pass in a custom baseUrl.
 Environment Merchant.getEnvironment()
          Get the Environment that transactions will be posted against.
static Environment Environment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Environment[] Environment.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 Environment
static Merchant Merchant.createMerchant(Environment environment, String login, String transactionKey)
           
 void Merchant.setEnvironment(Environment environment)
          Set the environment that transactions will be posted against.
 

Uses of Environment in net.authorize.sim
 

Methods in net.authorize.sim that return Environment
 Environment Transaction.getEnvironment()
           
 

Uses of Environment in net.authorize.util
 

Methods in net.authorize.util with parameters of type Environment
static Map<ResponseField,String> HttpClient.execute(Environment environment, Transaction transaction)
          Executes a Transaction against a given Environment.
static BasicXmlDocument HttpClient.executeXML(Environment environment, Transaction transaction)
          Executes a Transaction against a given Environment.
 



Copyright © 2014. All Rights Reserved.