RateV3RateDetails Property |
[This is preliminary documentation and is subject to change.]
The supporting rate details for this shipment
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<KeyValueDecimal> RateDetails { get; set; }
Public Property RateDetails As List(Of KeyValueDecimal)
Get
Set
public:
property List<KeyValueDecimal^>^ RateDetails {
List<KeyValueDecimal^>^ get ();
void set (List<KeyValueDecimal^>^ value);
}
Property Value
Type:
ListKeyValueDecimal
See Also