com.google.checkout.checkout
Class RoundingRule

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

public class RoundingRule
extends java.lang.Object

This class represents the <rounding-policy> <rule> in the Checkout API.

Author:
simonjsmith

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

PER_LINE

public static final RoundingRule PER_LINE
An instance of the RoundingMode class with rule: PER_LINE.


TOTAL

public static final RoundingRule TOTAL
An instance of the RoundingMode class with rule: TOTAL.

Method Detail

toString

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