LTLOrderResponseV3Rate Property |
[This is preliminary documentation and is subject to change.]
The estimated rate for this LTL Shipment.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic RateV3 Rate { get; set; }
Public Property Rate As RateV3
Get
Set
public:
property RateV3^ Rate {
RateV3^ get ();
void set (RateV3^ value);
}
Property Value
Type:
RateV3
See Also