 | CommonContractTypeBalloonAmountOrResidualValue Property |
For balloons, specify the final balloon payment in this field. For leases, specify the residual value used to compute the lease.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> BalloonAmountOrResidualValue { get; set; }
Public Property BalloonAmountOrResidualValue As Nullable(Of Decimal)
Get
Set
function get BalloonAmountOrResidualValue () : Nullable<decimal>
function set BalloonAmountOrResidualValue (value : Nullable<decimal>)
function get_BalloonAmountOrResidualValue();
function set_BalloonAmountOrResidualValue(value);
Property Value
Type:
NullableDecimal
See Also