 |
PaymentExpenseSalvageRecoveryPaid Property |
Salvage Recovery Paid
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Claim
Assembly:
ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<decimal> SalvageRecoveryPaid { get; set; }
Public Property SalvageRecoveryPaid As Nullable(Of Decimal)
Get
Set
Dim instance As PaymentExpense
Dim value As Nullable(Of Decimal)
value = instance.SalvageRecoveryPaid
instance.SalvageRecoveryPaid = value
Property Value
Type:
NullableDecimal
SalvageRecoveryPaid As Decimal?.
Remarks Note |
---|
- Name - SalvageRecoveryPaid
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 15
|
See Also