
Google::Checkout::General::Shipping

Parent class of Google::Checkout::General::FlatRateShipping,
Google::Checkout::General::Pickup,
and Google::Checkout::General::MerchantCalculatedShipping.
Normally,
you won't need to use this module directly.
Constructor.
NAME is used internally.
SHIPPING_NAME is the name of the shipping method.
RPICE is the shipping charge and RESTRICTION is an object of Google::Checkout::General::ShippingRestrictions where shipping restrictions are defined.
Again,
you probably won't need to use this module directly.
Returns the internally used name.
Sets the internal name.
Returns the name of the shipping method.
Sets the name of the shipping method.
Returns the charging price for this shipping method.
Sets the charging price for this shipping method.
Returns the shipping restrictions: An object of Google::Checkout::General::ShippingRestrictions.
Sets the shipping restriction to RESTRICTION: An object of Google::Checkout::General::ShippingRestrictions.

Copyright 2006 Google. All rights reserved.
