Difference between revisions of "Freeside:4:Documentation:Developer/FS/cust main/Import Charges"
From Freeside
(Edit via perl MediaWiki framework (1.13)) |
(No difference)
|
Latest revision as of 07:34, 18 November 2015
Contents
NAME
FS::cust_main::Import_Charges - Batch charge importing
SYNOPSIS
use FS::cust_main::Import_Charges; my $error = FS::cust_main::Import_charges::batch_charge( { filehandle => $fh, 'agentnum' => scalar($cgi->param('agentnum')), 'format' => scalar($cgi->param('format')), } );
DESCRIPTION
Batch customer charging.
SUBROUTINES
- batch_charge