Netsutie PHP Toolkit
Nexus.php
Go to the documentation of this file.
1 <?php
8 class Nexus extends Record {
9 
18  public $country;
19 
28  public $state;
29 
38  public $taxAgency;
39 
48  public $taxAgencyPst;
49 
58  public $taxCode;
59 
68  public $description;
69 
78  public $internalId;
79 
88  public $externalId;
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "country" => "Country",
95 
96  "state" => "RecordRef",
97 
98  "taxAgency" => "RecordRef",
99 
100  "taxAgencyPst" => "RecordRef",
101 
102  "taxCode" => "RecordRef",
103 
104  "description" => "string",
105 
106  "internalId" => "string",
107 
108  "externalId" => "string",
109 
110  );
111 
112 }
$externalId
Definition: Nexus.php:88
$state
Definition: Nexus.php:28
$description
Definition: Nexus.php:68
$country
Definition: Nexus.php:18
$taxAgencyPst
Definition: Nexus.php:48
$taxAgency
Definition: Nexus.php:38
$taxCode
Definition: Nexus.php:58
$internalId
Definition: Nexus.php:78
Definition: Record.php:8
Definition: Nexus.php:8
static $paramtypesmap
Definition: Nexus.php:92