com.google.checkout.checkout
Class CarrierPickup

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

public class CarrierPickup
extends java.lang.Object

This class represents the <carrier-pickup> tag in the Checkout API.

Author:
simonjsmith

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

REGULAR_PICKUP

public static final CarrierPickup REGULAR_PICKUP
An instance of the CarrierPickup class with value: REGULAR_PICKUP.


SPECIAL_PICKUP

public static final CarrierPickup SPECIAL_PICKUP
An instance of the CarrierPickup class with value: SPECIAL_PICKUP.


DROP_OFF

public static final CarrierPickup DROP_OFF
An instance of the CarrierPickup class with value: DROP_OFF.

Method Detail

toString

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