com.google.checkout
Class EnvironmentType

java.lang.Object
  extended by com.google.checkout.EnvironmentType

public class EnvironmentType
extends java.lang.Object

This class represents the possible values of the Environment Type variable.

Author:
ksim

Field Summary
static java.lang.String Production
          Use the Production account to post the messages
static java.lang.String Sandbox
          Use the Sandbox account to post the messages
 
Constructor Summary
EnvironmentType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Sandbox

public static final java.lang.String Sandbox
Use the Sandbox account to post the messages

See Also:
Constant Field Values

Production

public static final java.lang.String Production
Use the Production account to post the messages

See Also:
Constant Field Values
Constructor Detail

EnvironmentType

public EnvironmentType()