Netsutie PHP Toolkit
ItemFulfillmentPackageUsps.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
39 
49 
59 
69 
79 
89 
99 
109 
119 
129 
130 
131 
132  static $paramtypesmap = array(
133 
134  "packageWeightUsps" => "float",
135 
136  "packageDescrUsps" => "string",
137 
138  "packageTrackingNumberUsps" => "string",
139 
140  "packagingUsps" => "ItemFulfillmentPackageUspsPackagingUsps",
141 
142  "useInsuredValueUsps" => "boolean",
143 
144  "insuredValueUsps" => "float",
145 
146  "reference1Usps" => "string",
147 
148  "reference2Usps" => "string",
149 
150  "packageLengthUsps" => "integer",
151 
152  "packageWidthUsps" => "integer",
153 
154  "packageHeightUsps" => "integer",
155 
156  "deliveryConfUsps" => "ItemFulfillmentPackageUspsDeliveryConfUsps",
157 
158  );
159 
160 }