PackageInsuredValue Property
Amount of insurance requested for this package.
Object Oriented Interface
public function getPackageInsuredValue($packageidx); public function setPackageInsuredValue($packageidx, $value);
Procedural Interface
inship_uspsship_get($res, 29 , $packageidx); inship_uspsship_set($res, 29, $value , $packageidx);
Default Value
''
Remarks
Amount of insurance requested for this package. The value has 2 explicit decimal position and has a maximum of 11 characters including the decimal.
The size of the array is controlled by the PackageCount property.
This property is not available at design time.
Data Type
String