 | CommonContractTypeMonthlyPayment Property |
The normal monthly payment to be paid by the customer.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> MonthlyPayment { get; set; }
Public Property MonthlyPayment As Nullable(Of Decimal)
Get
Set
function get MonthlyPayment () : Nullable<decimal>
function set MonthlyPayment (value : Nullable<decimal>)
function get_MonthlyPayment();
function set_MonthlyPayment(value);
Property Value
Type:
NullableDecimal
See Also