Netsutie PHP Toolkit
EmployeeAddressbook.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
38  public $label;
39 
49 
58  public $internalId;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "defaultShipping" => "boolean",
65 
66  "defaultBilling" => "boolean",
67 
68  "label" => "string",
69 
70  "addressbookAddress" => "Address",
71 
72  "internalId" => "string",
73 
74  );
75 
76 }