Netsutie PHP Toolkit
ItemFulfillmentPackageFedExPackagingFedEx.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _fedExBox = "_fedExBox";
23 
30  const _fedEx10kgBox = "_fedEx10kgBox";
31 
38  const _fedEx25kgBox = "_fedEx25kgBox";
39 
46  const _fedExEnvelope = "_fedExEnvelope";
47 
54  const _fedExPak = "_fedExPak";
55 
62  const _fedExTube = "_fedExTube";
63 
70  const _yourPackaging = "_yourPackaging";
71 
72 }