|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.CarrierPickup
public class CarrierPickup
This class represents the <carrier-pickup> tag in the Checkout API.
Field Summary | |
---|---|
static CarrierPickup |
DROP_OFF
An instance of the CarrierPickup class with value: DROP_OFF. |
static CarrierPickup |
REGULAR_PICKUP
An instance of the CarrierPickup class with value: REGULAR_PICKUP. |
static CarrierPickup |
SPECIAL_PICKUP
An instance of the CarrierPickup class with value: SPECIAL_PICKUP. |
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 CarrierPickup REGULAR_PICKUP
public static final CarrierPickup SPECIAL_PICKUP
public static final CarrierPickup DROP_OFF
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 |