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