 |
OutstandingPaymentAmount Property |
Used to specify the Amount.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<decimal> Amount { get; set; }
Public Property Amount As Nullable(Of Decimal)
Get
Set
Dim instance As OutstandingPayment
Dim value As Nullable(Of Decimal)
value = instance.Amount
instance.Amount = value
Property Value
Type:
NullableDecimal
Amount As Decimal?.
Remarks Note |
---|
- Name - Amount
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 13
- Fractional Digits - 2
|
See Also