RequestItemV3TotalValue Property |
[This is preliminary documentation and is subject to change.]
The extended value for each item (Quantity X Unit Value=Total Value)
Total Value is required when Purolator is supporting customs clearance; Data Type is Currency; Maximum length 10.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic decimal TotalValue { get; set; }
Public Property TotalValue As Decimal
Get
Set
public:
virtual property Decimal TotalValue {
Decimal get () sealed;
void set (Decimal value) sealed;
}
Property Value
Type:
Decimal
See Also