com.google.checkout.checkout
Class DeliveryAddressCategory

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

public class DeliveryAddressCategory
extends java.lang.Object

This class represents the <delivery-address-category> tag in the Checkout API.

Author:
simonjsmith

Field Summary
static DeliveryAddressCategory COMMERCIAL
          An instance of the DeliveryAddressCategory class with value: COMMERCIAL.
static DeliveryAddressCategory RESIDENTIAL
          An instance of the DeliveryAddressCategory class with value: RESIDENTIAL.
 
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

RESIDENTIAL

public static final DeliveryAddressCategory RESIDENTIAL
An instance of the DeliveryAddressCategory class with value: RESIDENTIAL.


COMMERCIAL

public static final DeliveryAddressCategory COMMERCIAL
An instance of the DeliveryAddressCategory class with value: COMMERCIAL.

Method Detail

toString

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