Freeside:4:Documentation:Developer/FS/cust bill batch

From Freeside
< Freeside:4:Documentation:Developer‎ | FS
Revision as of 08:19, 18 November 2015 by Jeremyd (talk | contribs) (Edit via perl MediaWiki framework (1.13))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.