Netsutie PHP Toolkit
BillingScheduleFrequency.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _annually = "_annually";
23 
30  const _custom = "_custom";
31 
38  const _daily = "_daily";
39 
46  const _endOfPeriod = "_endOfPeriod";
47 
54  const _monthly = "_monthly";
55 
62  const _never = "_never";
63 
70  const _oneTime = "_oneTime";
71 
78  const _startOfPeriod = "_startOfPeriod";
79 
86  const _weekly = "_weekly";
87 
88 }