 | IElectronicProcessingVehicleLoanTypes Enumeration |
The type of loan (non-lease) used to acquire the vehicle.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum VehicleLoanTypes
Public Enumeration VehicleLoanTypes
public enum VehicleLoanTypes
IAS.VehicleLoanTypes = function();
IAS.VehicleLoanTypes.createEnum('IAS.VehicleLoanTypes', false);
Members
| Member name | Value | Description |
---|
| NotSelected | 0 | Loan type not supplied |
| Finance | 1 | The vehicle is being financed for two or more months, without an end of loan balloon payment. |
| Balloon | 2 | The vehicle is being financed for two or months, with an end of loan balloon payment considerably larger than the standard monthly payment. |
| Cash | 3 | The vehicle is being purchased for cash or outside financing whereby the dealer receives a single lump sum payment from an outside lending institution as arranged by the customer. |
| Lease | 4 | The vehicle is being leased for cash or outside financing whereby the dealer receives monthly payments by the customer. |
See Also