CommodityFreightPackagingType Property
Identifies the Commodity item's packaging type.
Syntax
property CommodityFreightPackagingType[CommodityIndex: Integer]: TibxupsfreightratesCommodityFreightPackagingTypes;
TibxupsfreightratesCommodityFreightPackagingTypes = ( cptBag, cptBale, cptBarrel, cptBundle, cptBin, cptBox, cptBasket, cptBunch, cptCabinet, cptCan, cptCarrier, cptCase, cptCarboy, cptContainer, cptCrate, cptCask, cptCarton, cptCylinder, cptDrum, cptLoose, cptOther, cptPail, cptPieces, cptPackage, cptPipe, cpt, cptPallet, cptRack, cptReel, cptRoll, cptSkid, cptSpool, cptTube, cptTank, cptUnit, cptVanPack, cptWrapped );
Default Value
cptBag
Remarks
Identifies the Commodity item's packaging type. Possible values are:
cptBag (0) | |
cptBale (1) | |
cptBarrel (2) | |
cptBundle (3) | |
cptBin (4) | |
cptBox (5) | |
cptBasket (6) | |
cptBunch (7) | |
cptCabinet (8) | |
cptCan (9) | |
cptCarrier (10) | |
cptCase (11) | |
cptCarboy (12) | |
cptContainer (13) | |
cptCrate (14) | |
cptCask (15) | |
cptCarton (16) | |
cptCylinder (17) | |
cptDrum (18) | |
cptLoose (19) | |
cptOther (20) | |
cptPail (21) | |
cptPieces (22) | |
cptPackage (23) | |
cptPipe Line (24) | |
cptPallet (25) | |
cptRack (26) | |
cptReel (27) | |
cptRoll (28) | |
cptSkid (29) | |
cptSpool (30) | |
cptTube (31) | |
cptTank (32) | |
cptUnit (33) | |
cptVanPack (34) | |
cptWrapped (35) |
NOTE: This property is only applicable to UPS freight.
The size of the array is controlled by the CommodityCount property.
This property is not available at design time.
Data Type
Integer