Netsutie PHP Toolkit
UnitsTypeUom Class Reference

Data Fields

 $internalId
 
 $unitName
 
 $pluralName
 
 $abbreviation
 
 $pluralAbbreviation
 
 $conversionRate
 
 $baseUnit
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

UnitsTypeUom

Definition at line 8 of file UnitsTypeUom.php.

Field Documentation

$abbreviation

Definition at line 48 of file UnitsTypeUom.php.

$baseUnit

Definition at line 78 of file UnitsTypeUom.php.

$conversionRate

Definition at line 68 of file UnitsTypeUom.php.

$internalId

Definition at line 18 of file UnitsTypeUom.php.

$paramtypesmap
static
Initial value:
= array(
"internalId" => "string",
"unitName" => "string",
"pluralName" => "string",
"abbreviation" => "string",
"pluralAbbreviation" => "string",
"conversionRate" => "float",
"baseUnit" => "boolean",
)

Definition at line 82 of file UnitsTypeUom.php.

$pluralAbbreviation

Definition at line 58 of file UnitsTypeUom.php.

$pluralName

Definition at line 38 of file UnitsTypeUom.php.

$unitName

Definition at line 28 of file UnitsTypeUom.php.


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