 | CommonContractTypeAPR Property |
The Annual Percentage Rate the customer is paying for this vehicle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> APR { get; set; }
Public Property APR As Nullable(Of Decimal)
Get
Set
function get APR () : Nullable<decimal>
function set APR (value : Nullable<decimal>)
function get_APR();
function set_APR(value);
Property Value
Type:
NullableDecimal
See Also