 | CommonContractTypeAmountFinanced Property |
The amount the customer is financing in the purchase of this vehicle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> AmountFinanced { get; set; }
Public Property AmountFinanced As Nullable(Of Decimal)
Get
Set
function get AmountFinanced () : Nullable<decimal>
function set AmountFinanced (value : Nullable<decimal>)
function get_AmountFinanced();
function set_AmountFinanced(value);
Property Value
Type:
NullableDecimal
See Also