Netsutie PHP Toolkit
ItemFulfillmentPackageFedExCodFreightTypeFedEx.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _cODCharge = "_cODCharge";
23 
30  const _noneSelected = "_noneSelected";
31 
38  const _orderChargeNet = "_orderChargeNet";
39 
46  const _orderChargeTotal = "_orderChargeTotal";
47 
54  const _shippingCharge = "_shippingCharge";
55 
62  const _totalCharge = "_totalCharge";
63 
64 }