1 package FS::cust_bill_batch;
2 use base qw( FS::option_Common );
5 use vars qw( $me $DEBUG );
7 $me = '[ FS::cust_bill_batch ]';
10 sub table { 'cust_bill_batch' }
14 FS::cust_bill_batch - Object methods for cust_bill_batch records
18 An FS::cust_bill_batch object represents the inclusion of an invoice in a
19 processing batch. FS::cust_bill_batch inherits from FS::option_Common. The
20 following fields are currently supported:
24 =item billbatchnum - primary key
26 =item invnum - invoice number (see C<FS::cust_bill>)
28 =item batchnum - batchn number (see C<FS::bill_batch>)
38 Returns the C<FS::bill_batch> object.
42 Returns the C<FS::cust_bill> object.
50 L<FS::Record>, schema.html from the base documentation.