| XAO-Commerce documentation | Contained in the XAO-Commerce distribution. |
XAO::DO::Data::PayMethod - default PayMethod data object
None.
Copyright (c) 2001 XAO Inc.
Andrew Maltsev <am@xao.com>
| XAO-Commerce documentation | Contained in the XAO-Commerce distribution. |
############################################################################### package XAO::DO::Data::PayMethod; use strict; use XAO::Objects; use base XAO::Objects->load(objname => 'FS::Hash'); ############################################################################### 1; __END__