| XAO-Commerce documentation | Contained in the XAO-Commerce distribution. |
XAO::DO::Data::CustomerAddress - address information
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__