 | IElectronicProcessingGetNestedRatesResponseTypeRates Property |
A list of rates that the given vehicle is eligible for.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonNestedRateType[] Rates { get; set; }
Public Property Rates As CommonNestedRateType()
Get
Set
function get Rates () : CommonNestedRateType[]
function set Rates (value : CommonNestedRateType[])
function get_Rates();
function set_Rates(value);
Property Value
Type:
CommonNestedRateType
See Also