Difference between revisions of "Freeside:3:Documentation:Developer/FS/cust bill batch"
From Freeside
m (Edit via perl MediaWiki framework (1.13)) |
m (Edit via perl MediaWiki framework (1.13)) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 05:31, 10 February 2015
Contents
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.