- or download this
if ($csData->{'CUSTOMER_INVOICE_DETAILS'})
{
$c->log->debug("API Response:". Dumper $csData->{'CUSTOMER_INVOICE_DET
+AILS'});
...
push(@$Charges, $charge_hash);
}
my @ReturnCharges = $self->API->get_customer_charges($Charges, $Custom
+er->customerid, $params->{'invoiceid'});
- or download this
sub get_customer_charges
{
...
push(@ChargeLevels, @BaseLevelID);
return @ChargeLevels;
}
- or download this
API Response:$VAR1 = {
'Product' => '34.04',
'basetax' => '2.38',
'vattax' => '4.36'
};