Netsutie PHP Toolkit
BillingScheduleYearMonth.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _january = "_january";
23 
30  const _february = "_february";
31 
38  const _march = "_march";
39 
46  const _april = "_april";
47 
54  const _may = "_may";
55 
62  const _june = "_june";
63 
70  const _july = "_july";
71 
78  const _august = "_august";
79 
86  const _september = "_september";
87 
94  const _october = "_october";
95 
102  const _november = "_november";
103 
110  const _december = "_december";
111 
112 }