com.google.checkout.checkout
Class USArea

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

public class USArea
extends java.lang.Object

This class represents the <us-country-area> in the Checkout API.

Author:
simonjsmith

Field Summary
static USArea ALL
          An instance of the USArea class with the country-area attribute as: ALL.
static USArea CONTINENTAL_48
          An instance of the USArea class with the country-area attribute as: CONTINENTAL_48.
static USArea FULL_50_STATES
          An instance of the USArea class with the country-area attribute as: FULL_50_STATES.
 
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

ALL

public static final USArea ALL
An instance of the USArea class with the country-area attribute as: ALL.


CONTINENTAL_48

public static final USArea CONTINENTAL_48
An instance of the USArea class with the country-area attribute as: CONTINENTAL_48.


FULL_50_STATES

public static final USArea FULL_50_STATES
An instance of the USArea class with the country-area attribute as: FULL_50_STATES.

Method Detail

toString

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