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

Data Fields

 $name
 
 $description
 
 $nexus
 
 $country
 
 $taxAcctType
 
 $isInactive
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

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

Detailed Description

TaxAcct

Definition at line 8 of file TaxAcct.php.

Field Documentation

$country

Definition at line 48 of file TaxAcct.php.

$description

Definition at line 28 of file TaxAcct.php.

$externalId

Definition at line 88 of file TaxAcct.php.

$internalId

Definition at line 78 of file TaxAcct.php.

$isInactive

Definition at line 68 of file TaxAcct.php.

$name

Definition at line 18 of file TaxAcct.php.

$nexus

Definition at line 38 of file TaxAcct.php.

$paramtypesmap
static
Initial value:
= array(
"name" => "string",
"description" => "string",
"nexus" => "RecordRef",
"country" => "Country",
"taxAcctType" => "TaxAcctType",
"isInactive" => "boolean",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 92 of file TaxAcct.php.

$taxAcctType

Definition at line 58 of file TaxAcct.php.


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