Netsutie PHP Toolkit
CustomerMonthlyClosing.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _one = "_one";
23 
30  const _five = "_five";
31 
38  const _ten = "_ten";
39 
46  const _fifteen = "_fifteen";
47 
54  const _twenty = "_twenty";
55 
62  const _twentyFive = "_twentyFive";
63 
70  const _endOfTheMonth = "_endOfTheMonth";
71 
72 }