Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
TaxGroupTaxItem.php
Go to the documentation of this file.
1
<?php
8
class
TaxGroupTaxItem
{
9
18
public
$taxName
;
19
28
public
$rate
;
29
38
public
$basis
;
39
48
public
$taxType
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"taxName"
=>
"RecordRef"
,
55
56
"rate"
=>
"float"
,
57
58
"basis"
=>
"float"
,
59
60
"taxType"
=>
"string"
,
61
62
);
63
64
}
TaxGroupTaxItem\$taxType
$taxType
Definition:
TaxGroupTaxItem.php:48
TaxGroupTaxItem\$basis
$basis
Definition:
TaxGroupTaxItem.php:38
TaxGroupTaxItem\$rate
$rate
Definition:
TaxGroupTaxItem.php:28
TaxGroupTaxItem\$taxName
$taxName
Definition:
TaxGroupTaxItem.php:18
TaxGroupTaxItem\$paramtypesmap
static $paramtypesmap
Definition:
TaxGroupTaxItem.php:52
TaxGroupTaxItem
Definition:
TaxGroupTaxItem.php:8
Generated by
dreamxtream
using
1.8.10