GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Google::Checkout::General::Shipping(3) User Contributed Perl Documentation Google::Checkout::General::Shipping(3)

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.
new NAME => ..., SHIPPING_NAME => ..., PRICE => ..., RESTRICTION => ..., AddressFilters => ...
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. ADDRESS_FILTERS is an object of "Google::Checkout::General::AddressFilters" where address filters are defined. Again, you probably won't need to use this module directly.
get_name
Returns the internally used name.
set_name NAME
Sets the internal name.
get_shipping_name
Returns the name of the shipping method.
set_shipping_name NAME
Sets the name of the shipping method.
get_price
Returns the charging price for this shipping method.
set_price PRICE
Sets the charging price for this shipping method.
get_address_filters
Returns the shipping address-filters: An object of "Google::Checkout::General::AddressFilters".
set_address_filters ADDRESS_FILTERS
Sets the shipping address filters to ADDRESS_FILTERS: An object of "Google::Checkout::General::AddressFilters".
get_restriction
Returns the shipping restrictions: An object of "Google::Checkout::General::ShippingRestrictions".
set_restriction RESTRICTION
Sets the shipping restriction to RESTRICTION: An object of "Google::Checkout::General::ShippingRestrictions".

Copyright 2006 Google. All rights reserved.

Google::Checkout::General::ShippingRestrictions
2007-09-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.