 | IElectronicProcessingGetRatesResponseTypeRates 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 CommonRateType[] Rates { get; set; }
Public Property Rates As CommonRateType()
Get
Set
function get Rates () : CommonRateType[]
function set Rates (value : CommonRateType[])
function get_Rates();
function set_Rates(value);
Property Value
Type:
CommonRateType
See Also