 |
PaymentExpenseExpensesPaid Property |
Expenses 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: 2020.1.0.1
Syntaxpublic Nullable<decimal> ExpensesPaid { get; set; }
Public Property ExpensesPaid As Nullable(Of Decimal)
Get
Set
Dim instance As PaymentExpense
Dim value As Nullable(Of Decimal)
value = instance.ExpensesPaid
instance.ExpensesPaid = value
Property Value
Type:
NullableDecimal
ExpensesPaid As Decimal?.
Remarks Note |
---|
- Name - ExpensesPaid
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 15
|
See Also