Netsutie PHP Toolkit
ChargeUse.php
Go to the documentation of this file.
1 <?php
8 class ChargeUse {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _actual = "_actual";
23 
30  const _forecast = "_forecast";
31 
32 }
const _actual
Definition: ChargeUse.php:22
const _forecast
Definition: ChargeUse.php:30
static $paramtypesmap
Definition: ChargeUse.php:12