IElectronicProcessingGetRatesRequestType Class

Specifies dealer and vehicle information needed for a rate request.
Inheritance Hierarchy
SystemObject
  IASIElectronicProcessingGetRatesRequestType

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GetRatesRequestType

The IElectronicProcessingGetRatesRequestType type exposes the following members.

Properties
  NameDescription
Public propertyAuthentication
Information used for authentication of the calling program/site as well as information describing the remote site user.
Public propertyContractDate
The date of the contract to be generated, which is usually but not always the current date.
Public propertyDealerID
The unique iAAWG dealer ID, used to determine which set of rates to return to the calling program.
Public propertyLimitTireWheel
A value of type LimitTireWheelType which allows the calling program to pre-filter any returned tire/wheel rates. This value is not typically utilized and is usually sent as "IncludeAll".
Public propertyLoanAmount
The loan amount of the contract to be generated, this is currently only required for GAPI SG contracts.
Public propertyMasterDealerID
The unique iAAWG master dealer ID, used to determine which set of rates to return to the calling program. Calling program must pass either masterDealerID or dealerID.
Public propertyVehicleInfo
A detailed set of data describing the vehicle being purchased.
Top
See Also

Reference