Netsutie PHP Toolkit
JobAddressbook.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
39 
48  public $label;
49 
58  public $internalId;
59 
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "defaultShipping" => "boolean",
75 
76  "defaultBilling" => "boolean",
77 
78  "isResidential" => "boolean",
79 
80  "label" => "string",
81 
82  "internalId" => "string",
83 
84  "addressbookAddress" => "Address",
85 
86  );
87 
88 }