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