PackageCount Property
The number of records in the Package arrays.
Object Oriented Interface
public function getPackageCount(); public function setPackageCount($value);
Procedural Interface
inship_uspsship_get($res, 25 ); inship_uspsship_set($res, 25, $value );
Default Value
0
Remarks
This property controls the size of the following arrays:- PackageDescription
- PackageHeight
- PackageId
- PackageInsuredValue
- PackageLength
- PackageNetCharge
- PackageShippingLabel
- PackageShippingLabelFile
- PackageSignatureType
- PackageTrackingNumber
- PackageType
- PackageWeight
- PackageWidth
This property is not available at design time.
Data Type
Integer