 | CommonContractTypeClaimsPaid Property |
The total dollar amount of paid claims on a contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> ClaimsPaid { get; set; }
Public Property ClaimsPaid As Nullable(Of Decimal)
Get
Set
function get ClaimsPaid () : Nullable<decimal>
function set ClaimsPaid (value : Nullable<decimal>)
function get_ClaimsPaid();
function set_ClaimsPaid(value);
Property Value
Type:
NullableDecimal
See Also