% 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_pkg_fee - Object methods for cust_bill_pkg_fee_void records
use FS::cust_bill_pkg_fee;
$record = new FS::cust_bill_pkg_fee \%hash;
$record = new FS::cust_bill_pkg_fee { 'column' => 'value' };
$error = $record->insert;
$error = $new_record->replace($old_record);
$error = $record->delete;
$error = $record->check;
An FS::cust_bill_pkg_fee_void object records the origin of a fee that appears on a voided invoice. FS::cust_bill_pkg_fee_void inherits from FS::Record. The following fields are currently supported:
Checks all fields to make sure this is a valid record. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods.