 |
PaymentExpenseItemPaymentAmount Property |
Payment Amount
Created in Epic SDK V3.0.
Required
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> PaymentAmount { get; set; }
Public Property PaymentAmount As Nullable(Of Decimal)
Get
Set
Dim instance As PaymentExpenseItem
Dim value As Nullable(Of Decimal)
value = instance.PaymentAmount
instance.PaymentAmount = value
Property Value
Type:
NullableDecimal
PaymentAmount As Decimal?.
Remarks Note |
---|
- Name - PaymentAmount
- Required On Insert - True
- Required On Update - True
- Allow Negatives - False
- Integral Digits - 15
|
See Also