XAO::DO::Data::CustomerAddress - address information


XAO-Commerce documentation Contained in the XAO-Commerce distribution.

Index


Code Index:

NAME

Top

XAO::DO::Data::CustomerAddress - address information

AUTHORS

Top

Copyright (c) 2001 XAO Inc.


XAO-Commerce documentation Contained in the XAO-Commerce distribution.

###############################################################################
package XAO::DO::Data::CustomerAddress;
use strict;
use base XAO::Objects->load(objname => 'FS::Hash');
###############################################################################
1;
__END__