OrderRequestV3.DeclaredValue Property |
[This is preliminary documentation and is subject to change.]
A value declared for insurance that is in excess of the base value amount. The maximum allowable declared value for insurance is $5000.00 per shipment.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic decimal DeclaredValue { get; set; }
Public Property DeclaredValue As Decimal
Get
Set
public:
virtual property Decimal DeclaredValue {
Decimal get () sealed;
void set (Decimal value) sealed;
}
Property Value
Type:
Decimal
See Also