Netsutie PHP Toolkit
Term Class Reference
Inheritance diagram for Term:
Record

Data Fields

 $name
 
 $dateDriven
 
 $daysUntilNetDue
 
 $discountPercent
 
 $daysUntilExpiry
 
 $dayOfMonthNetDue
 
 $dueNextMonthIfWithinDays
 
 $discountPercentDateDriven
 
 $dayDiscountExpires
 
 $preferred
 
 $isInactive
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from Record
static $paramtypesmap
 

Detailed Description

Term

Definition at line 8 of file Term.php.

Field Documentation

$dateDriven

Definition at line 28 of file Term.php.

$dayDiscountExpires

Definition at line 98 of file Term.php.

$dayOfMonthNetDue

Definition at line 68 of file Term.php.

$daysUntilExpiry

Definition at line 58 of file Term.php.

$daysUntilNetDue

Definition at line 38 of file Term.php.

$discountPercent

Definition at line 48 of file Term.php.

$discountPercentDateDriven

Definition at line 88 of file Term.php.

$dueNextMonthIfWithinDays

Definition at line 78 of file Term.php.

$externalId

Definition at line 138 of file Term.php.

$internalId

Definition at line 128 of file Term.php.

$isInactive

Definition at line 118 of file Term.php.

$name

Definition at line 18 of file Term.php.

$paramtypesmap
static
Initial value:
= array(
"name" => "string",
"dateDriven" => "boolean",
"daysUntilNetDue" => "integer",
"discountPercent" => "float",
"daysUntilExpiry" => "integer",
"dayOfMonthNetDue" => "integer",
"dueNextMonthIfWithinDays" => "integer",
"discountPercentDateDriven" => "float",
"dayDiscountExpires" => "integer",
"preferred" => "boolean",
"isInactive" => "boolean",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 142 of file Term.php.

$preferred

Definition at line 108 of file Term.php.


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