 | CommonContractTypeAftermarketHardwareRetailPrice Property |
The retail price of the aftermarket hardware (alarm, GPS unit, etc.).
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> AftermarketHardwareRetailPrice { get; set; }
Public Property AftermarketHardwareRetailPrice As Nullable(Of Decimal)
Get
Set
function get AftermarketHardwareRetailPrice () : Nullable<decimal>
function set AftermarketHardwareRetailPrice (value : Nullable<decimal>)
function get_AftermarketHardwareRetailPrice();
function set_AftermarketHardwareRetailPrice(value);
Property Value
Type:
NullableDecimal
See Also