Netsutie PHP Toolkit
BillingScheduleFrequency Class Reference

Data Fields

const _annually = "_annually"
 
const _custom = "_custom"
 
const _daily = "_daily"
 
const _endOfPeriod = "_endOfPeriod"
 
const _monthly = "_monthly"
 
const _never = "_never"
 
const _oneTime = "_oneTime"
 
const _startOfPeriod = "_startOfPeriod"
 
const _weekly = "_weekly"
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

Field Documentation

$paramtypesmap
static
Initial value:
= array(
)

Definition at line 12 of file BillingScheduleFrequency.php.

const _annually = "_annually"

Definition at line 22 of file BillingScheduleFrequency.php.

const _custom = "_custom"

Definition at line 30 of file BillingScheduleFrequency.php.

const _daily = "_daily"

Definition at line 38 of file BillingScheduleFrequency.php.

const _endOfPeriod = "_endOfPeriod"

Definition at line 46 of file BillingScheduleFrequency.php.

const _monthly = "_monthly"

Definition at line 54 of file BillingScheduleFrequency.php.

const _never = "_never"

Definition at line 62 of file BillingScheduleFrequency.php.

const _oneTime = "_oneTime"

Definition at line 70 of file BillingScheduleFrequency.php.

const _startOfPeriod = "_startOfPeriod"

Definition at line 78 of file BillingScheduleFrequency.php.

const _weekly = "_weekly"

Definition at line 86 of file BillingScheduleFrequency.php.


The documentation for this class was generated from the following file: