 | CommonVehicleDescriptorTypePurchasePrice Property |
The price that the customer paid for the vehicle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> PurchasePrice { get; set; }
Public Property PurchasePrice As Nullable(Of Decimal)
Get
Set
function get PurchasePrice () : Nullable<decimal>
function set PurchasePrice (value : Nullable<decimal>)
function get_PurchasePrice();
function set_PurchasePrice(value);
Property Value
Type:
NullableDecimal
See Also