The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Nitesi::Address - Address class for Nitesi Shop Machine

ATTRIBUTES

aid

Adress identifier.

uid

User identifier for this address.

type

Address type (shipping, billing, ...).

first_name

First name for this address.

last_name

Last name for this address.

company

Company name for this address (optional).

street_address

Street address.

zip

Zip resp. postal code for this address.

city

City for this address.

phone

Phone number for this address.

state_code

State code for this address, e.g. FL for Florida.

country_code

Country code for this address, e.g. DE for Germany.

created

Date and time of address creation.

modified

Date and time of last modification of this address.

METHODS

api_attributes

API attributes for address class.

api_info

Returns API information for adress object.

AUTHOR

Stefan Hornburg (Racke), <racke@linuxia.de>

LICENSE AND COPYRIGHT

Copyright 2011-2013 Stefan Hornburg (Racke) <racke@linuxia.de>.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.