com.google.checkout.checkout
Class CalculationMode

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

public class CalculationMode
extends java.lang.Object

This class represents the <calculation-mode> tag in the Checkout API.

Author:
simonjsmith

Field Summary
static CalculationMode BATCH
          An instance of the CalculationMode class with mode: BATCH.
static CalculationMode SINGLE
          An instance of the CalculationMode class with mode: SINGLE.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BATCH

public static final CalculationMode BATCH
An instance of the CalculationMode class with mode: BATCH.


SINGLE

public static final CalculationMode SINGLE
An instance of the CalculationMode class with mode: SINGLE.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object