 | CommonContractTypeTotalOfPayments Property |
The total of payments to be made by the customer. This value should match the Regulation Z disclosure on the customer finance contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> TotalOfPayments { get; set; }
Public Property TotalOfPayments As Nullable(Of Decimal)
Get
Set
function get TotalOfPayments () : Nullable<decimal>
function set TotalOfPayments (value : Nullable<decimal>)
function get_TotalOfPayments();
function set_TotalOfPayments(value);
Property Value
Type:
NullableDecimal
See Also