Netsutie PHP Toolkit
ItemFulfillmentMethodOfTransportUps.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _air = "_air";
23 
30  const _airContainerized = "_airContainerized";
31 
38  const _auto = "_auto";
39 
46  const _fixedTransportInstallations = "_fixedTransportInstallations";
47 
54  const _mail = "_mail";
55 
62  const _passengerHandcarried = "_passengerHandcarried";
63 
70  const _pedestrian = "_pedestrian";
71 
78  const _rail = "_rail";
79 
86  const _railContainerized = "_railContainerized";
87 
94  const _roadOther = "_roadOther";
95 
102  const _seaBarge = "_seaBarge";
103 
110  const _seaContainerized = "_seaContainerized";
111 
118  const _seaNoncontainerized = "_seaNoncontainerized";
119 
126  const _truck = "_truck";
127 
134  const _truckContainerized = "_truckContainerized";
135 
136 }