Netsutie PHP Toolkit
ChargeStage.php
Go to the documentation of this file.
1 <?php
8 class ChargeStage {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _hold = "_hold";
23 
30  const _nonBillable = "_nonBillable";
31 
38  const _processed = "_processed";
39 
46  const _ready = "_ready";
47 
48 }
const _processed
Definition: ChargeStage.php:38
const _ready
Definition: ChargeStage.php:46
const _nonBillable
Definition: ChargeStage.php:30
static $paramtypesmap
Definition: ChargeStage.php:12