|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.RoundingRule
public class RoundingRule
This class represents the <rounding-policy> <rule> in the Checkout API.
Field Summary | |
---|---|
static RoundingRule |
PER_LINE
An instance of the RoundingMode class with rule: PER_LINE. |
static RoundingRule |
TOTAL
An instance of the RoundingMode class with rule: TOTAL. |
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 RoundingRule PER_LINE
public static final RoundingRule TOTAL
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 |