|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.CalculationMode
public class CalculationMode
This class represents the <calculation-mode> tag in the Checkout API.
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 |
---|
public static final CalculationMode BATCH
public static final CalculationMode SINGLE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |