Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
BillingScheduleFrequency.php
Go to the documentation of this file.
1
<?php
8
class
BillingScheduleFrequency
{
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
}
BillingScheduleFrequency\_custom
const _custom
Definition:
BillingScheduleFrequency.php:30
BillingScheduleFrequency\_oneTime
const _oneTime
Definition:
BillingScheduleFrequency.php:70
BillingScheduleFrequency
Definition:
BillingScheduleFrequency.php:8
BillingScheduleFrequency\_daily
const _daily
Definition:
BillingScheduleFrequency.php:38
BillingScheduleFrequency\_weekly
const _weekly
Definition:
BillingScheduleFrequency.php:86
BillingScheduleFrequency\_startOfPeriod
const _startOfPeriod
Definition:
BillingScheduleFrequency.php:78
BillingScheduleFrequency\_never
const _never
Definition:
BillingScheduleFrequency.php:62
BillingScheduleFrequency\$paramtypesmap
static $paramtypesmap
Definition:
BillingScheduleFrequency.php:12
BillingScheduleFrequency\_endOfPeriod
const _endOfPeriod
Definition:
BillingScheduleFrequency.php:46
BillingScheduleFrequency\_annually
const _annually
Definition:
BillingScheduleFrequency.php:22
BillingScheduleFrequency\_monthly
const _monthly
Definition:
BillingScheduleFrequency.php:54
Generated by
dreamxtream
using
1.8.10