![]() |
![]()
| ![]() |
![]()
NAMENet::UPS::Address - Shipping address class SYNOPSISuse Net::UPS::Address; $address = Net::UPS::Address->new(); $address->city("Pittsburgh"); $address->state("PA"); $address->postal_code("15228"); $address->country_code("US"); $address->is_residential(1); DESCRIPTIONNet::UPS::Address is a class representing a shipping address. Valid address attributes are "city", "state", "postal_code", "country_code" and "is_residential". If address was run through Address Validation Service, additional attribute "quality" will be set to a floating point number between 0 and 1, inclusively, that represent the quality of match. METHODSIn addition to accessor methods documented above, following convenience methods are provided.
AUTHOR AND LICENSINGFor support and licensing information refer to Net::UPS
|