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

Data Fields

 $name
 
 $discountpct
 
 $updateExistingPrices
 
 $isOnline
 
 $isInactive
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

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

Detailed Description

PriceLevel

Definition at line 8 of file PriceLevel.php.

Field Documentation

$discountpct

Definition at line 28 of file PriceLevel.php.

$externalId

Definition at line 78 of file PriceLevel.php.

$internalId

Definition at line 68 of file PriceLevel.php.

$isInactive

Definition at line 58 of file PriceLevel.php.

$isOnline

Definition at line 48 of file PriceLevel.php.

$name

Definition at line 18 of file PriceLevel.php.

$paramtypesmap
static
Initial value:
= array(
"name" => "string",
"discountpct" => "float",
"updateExistingPrices" => "boolean",
"isOnline" => "boolean",
"isInactive" => "boolean",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 82 of file PriceLevel.php.

$updateExistingPrices

Definition at line 38 of file PriceLevel.php.


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