Netsutie PHP Toolkit
ItemFulfillmentPackageUps.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
39 
48  public $packagingUps;
49 
59 
69 
79 
89 
99 
109 
119 
129 
138  public $useCodUps;
139 
149 
159 
169 
170 
171 
172  static $paramtypesmap = array(
173 
174  "packageWeightUps" => "float",
175 
176  "packageDescrUps" => "string",
177 
178  "packageTrackingNumberUps" => "string",
179 
180  "packagingUps" => "ItemFulfillmentPackageUpsPackagingUps",
181 
182  "useInsuredValueUps" => "boolean",
183 
184  "insuredValueUps" => "float",
185 
186  "reference1Ups" => "string",
187 
188  "reference2Ups" => "string",
189 
190  "packageLengthUps" => "integer",
191 
192  "packageWidthUps" => "integer",
193 
194  "packageHeightUps" => "integer",
195 
196  "additionalHandlingUps" => "boolean",
197 
198  "useCodUps" => "boolean",
199 
200  "codAmountUps" => "float",
201 
202  "codMethodUps" => "ItemFulfillmentPackageUpsCodMethodUps",
203 
204  "deliveryConfUps" => "ItemFulfillmentPackageUpsDeliveryConfUps",
205 
206  );
207 
208 }