Netsutie PHP Toolkit
ItemFulfillmentPackageFedExAdmPackageTypeFedEx.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _bag = "_bag";
23 
30  const _barrel = "_barrel";
31 
38  const _basketOrHamper = "_basketOrHamper";
39 
46  const _box = "_box";
47 
54  const _bucket = "_bucket";
55 
62  const _bundle = "_bundle";
63 
70  const _cage = "_cage";
71 
78  const _carton = "_carton";
79 
86  const _case = "_case";
87 
94  const _chest = "_chest";
95 
102  const _container = "_container";
103 
110  const _crate = "_crate";
111 
118  const _cylinder = "_cylinder";
119 
126  const _drum = "_drum";
127 
134  const _envelope = "_envelope";
135 
142  const _package = "_package";
143 
150  const _pail = "_pail";
151 
158  const _pallet = "_pallet";
159 
166  const _parcel = "_parcel";
167 
174  const _pieces = "_pieces";
175 
182  const _reel = "_reel";
183 
190  const _roll = "_roll";
191 
198  const _sack = "_sack";
199 
206  const _shrinkWrapped = "_shrinkWrapped";
207 
214  const _skid = "_skid";
215 
222  const _tank = "_tank";
223 
230  const _toteBin = "_toteBin";
231 
238  const _tube = "_tube";
239 
246  const _unit = "_unit";
247 
248 }