|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.USArea
public class USArea
This class represents the <us-country-area> in the Checkout API.
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 |
---|
public static final USArea ALL
public static final USArea CONTINENTAL_48
public static final USArea FULL_50_STATES
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 |