1 package FS::h_cust_pay;
8 @ISA = qw( FS::h_Common FS::cust_pay );
10 sub table { 'h_cust_pay' };
14 FS::h_cust_pay - Historical record of customer payment changes
20 An FS::h_cust_pay object represents historical changes to payments.
21 FS::h_cust_pay inherits from FS::h_Common and FS::cust_pay.
27 L<FS::cust_pay>, L<FS::h_Common>, L<FS::Record>, schema.html from the base