 |
BankDetailItemAmount Property |
The bank account's amount of general ledger item.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2022.2.0.1054
Syntaxpublic Nullable<decimal> Amount { get; set; }
Public Property Amount As Nullable(Of Decimal)
Get
Set
Dim instance As BankDetailItem
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