<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

FS::cust_bill_batch

NAME

FS::cust_bill_batch - Object methods for cust_bill_batch records

DESCRIPTION

An FS::cust_bill_batch object represents the inclusion of an invoice in a processing batch. FS::cust_bill_batch inherits from FS::option_Common. The following fields are currently supported:

billbatchnum - primary key
invnum - invoice number (see FS::cust_bill)
batchnum - batchn number (see FS::bill_batch)

METHODS

bill_batch

Returns the FS::bill_batch object.

cust_bill

Returns the FS::cust_bill object.

BUGS

SEE ALSO

FS::Record, schema.html from the base documentation.

<% include ('/elements/footer.html' ) %>