Netsutie PHP Toolkit
TransactionChargeType.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _concession = "_concession";
23 
30  const _fixedDate = "_fixedDate";
31 
38  const _fixedUsage = "_fixedUsage";
39 
46  const _milestone = "_milestone";
47 
54  const _oneTime = "_oneTime";
55 
62  const _penalty = "_penalty";
63 
70  const _projectProgress = "_projectProgress";
71 
78  const _recurringService = "_recurringService";
79 
86  const _timeBased = "_timeBased";
87 
94  const _variableUsage = "_variableUsage";
95 
96 }