IElectronicProcessingGetRatingFieldsByProductLineRequestType Class

Parameters needed to acquire a list of fields needed for rating at a certain dealer by product line.
Inheritance Hierarchy
SystemObject
  IASIElectronicProcessingGetRatingFieldsByProductLineRequestType

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

The IElectronicProcessingGetRatingFieldsByProductLineRequestType type exposes the following members.

Constructors
  NameDescription
Public methodIElectronicProcessingGetRatingFieldsByProductLineRequestType
Initializes a new instance of the IElectronicProcessingGetRatingFieldsByProductLineRequestType class
Top
Fields
  NameDescription
Public fieldAuthentication
Information used for authentication of the calling program/site as well as information describing the remote site user.
Public fieldContractDate
The date of the contract to be generated in a subsequent call.
Public fieldDealerID
An iAAWG dealer ID representing a single dealer.
Public fieldMasterDealerID
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 fieldProductLines
A list of product lines for which the field list will be generated. If no product lines are specified for this optional field the only the rating fields shared by all product lines will be returned.
Public fieldVehicleMake
The make of the vehicle. This optional field can potentially reduce the number of fields required for rating.
Public fieldVehicleModel
The model of the vehicle. This optional field can potentially reduce the number of fields required for rating.
Public fieldVehicleYear
The model year of the vehicle. This optional field can potentially reduce the number of fields required for rating.
Top
See Also

Reference