Netsutie PHP Toolkit
ItemFulfillmentPackageUspsPackagingUsps.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _parcel = "_parcel";
23 
30  const _flatRateBox = "_flatRateBox";
31 
38  const _flatRateEnvelope = "_flatRateEnvelope";
39 
46  const _smallFlatRateBox = "_smallFlatRateBox";
47 
54  const _mediumFlatRateBox = "_mediumFlatRateBox";
55 
62  const _largeFlatRateBox = "_largeFlatRateBox";
63 
70  const _irregularPackage = "_irregularPackage";
71 
78  const _largePackage = "_largePackage";
79 
86  const _oversizedPackage = "_oversizedPackage";
87 
88 }