InsuranceCost Property
Insurance fee for the package being shipped.
Syntax
[VB.NET] Public ReadOnlyProperty InsuranceCost As String
[C#] public string InsuranceCost {get;}
Remarks
This is a computed cost of insurance based on the value specified in InsuredValue.
The value of this property is filled after a call to the GetPackageLabel method only when the Return Shipment flag has been set in the ShipmentSpecialServices property.
This property is read-only.
Default Value
""