OrderResponseV3Rates Property |
[This is preliminary documentation and is subject to change.]
Rates for all available Ship Methods
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<RateV3> Rates { get; set; }
Public Property Rates As List(Of RateV3)
Get
Set
public:
property List<RateV3^>^ Rates {
List<RateV3^>^ get ();
void set (List<RateV3^>^ value);
}
Property Value
Type:
ListRateV3
See Also