% 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::part_fee_usage - Object methods for part_fee_usage records
use FS::part_fee_usage;
$record = new FS::part_fee_usage \%hash;
$record = new FS::part_fee_usage { 'column' => 'value' };
$error = $record->insert;
$error = $new_record->replace($old_record);
$error = $record->delete;
$error = $record->check;
An FS::part_fee_usage object is the part of a processing fee definition (FS::part_fee) that applies to a specific telephone usage class (FS::usage_class). FS::part_fee_usage inherits from FS::Record. The following fields are currently supported:
Returns a string describing how this fee is calculated.
FS::Record, schema.html from the base documentation.