Difference between revisions of "Freeside:4:Documentation:Developer/FS/cust bill batch"

From Freeside
Jump to: navigation, search
(Edit via perl MediaWiki framework (1.13))
 
(No difference)

Latest revision as of 08:19, 18 November 2015

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.