|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.UrlParameterType
public class UrlParameterType
This class represents a parameter type on a URL as used by the CheckoutShoppingCartRequest clas s for 3rd party conversion tracking purposes.
CheckoutShoppingCartRequest
Field Summary | |
---|---|
static UrlParameterType |
billingCity
The city associated with the order's billing address. |
static UrlParameterType |
billingCountryCode
The two-letter ISO 3166 country code associated with the order's billing address. |
static UrlParameterType |
billingPostalCode
The five-digit U.S. |
static UrlParameterType |
billingRegion
The U.S. |
static UrlParameterType |
buyerID
A Google-assigned value that uniquely identifies a customer email address. |
static UrlParameterType |
couponAmount
The total amount of all coupons factored into the order total. |
static UrlParameterType |
OrderID
A Google-assigned value that uniquely identifies an order. |
static UrlParameterType |
orderSubTotal
The total cost for all of the items in the order including coupons and discounts but excluding taxes and shipping charges. |
static UrlParameterType |
orderSubTotalPlusShipping
The total cost for all of the items in the order, including shipping charges, coupons and discounts, but excluding taxes. |
static UrlParameterType |
orderSubTotalPlusTax
The total cost for all of the items in the order, including taxes, coupons and discounts, but excluding shipping charges. |
static UrlParameterType |
orderTotal
The total cost for all of the items in the order, including taxes, shipping charges, coupons and discounts. |
static UrlParameterType |
shippingAmount
The shipping cost associated with an order. |
static UrlParameterType |
shippingCity
The city associated with the order's shipping address. |
static UrlParameterType |
shippingCountryCode
The two-letter ISO 3166 country code associated with the order's shipping address. |
static UrlParameterType |
shippingPostalCode
The five-digit U.S. |
static UrlParameterType |
shippingRegion
The U.S. |
static UrlParameterType |
taxAmount
The total amount of taxes charged for an order. |
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 UrlParameterType OrderID
public static UrlParameterType billingCity
public static UrlParameterType billingCountryCode
public static UrlParameterType billingPostalCode
public static UrlParameterType billingRegion
public static UrlParameterType buyerID
public static UrlParameterType couponAmount
public static UrlParameterType orderSubTotal
public static UrlParameterType orderSubTotalPlusShipping
public static UrlParameterType orderSubTotalPlusTax
public static UrlParameterType orderTotal
public static UrlParameterType shippingAmount
public static UrlParameterType shippingCity
public static UrlParameterType shippingCountryCode
public static UrlParameterType shippingPostalCode
public static UrlParameterType shippingRegion
public static UrlParameterType taxAmount
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 |