Help for this page

Select Code to Download


  1. 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'});
    
  2. or download this
    sub get_customer_charges
    {
    ...
    push(@ChargeLevels, @BaseLevelID);
    return @ChargeLevels;
    }
    
  3. or download this
    API Response:$VAR1 = {
    'Product' => '34.04',
    'basetax' => '2.38',
    'vattax' => '4.36'
    };