PackageInsuredValue Property
Amount of insurance requested for this package.
Object Oriented Interface
public function getPackageInsuredValue($packageidx); public function setPackageInsuredValue($packageidx, $value);
Procedural Interface
inship_ezship_get($res, 25 , $packageidx); inship_ezship_set($res, 25, $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