 |
BankDetailChecksAndWithdrawalsTotal Property |
Checks total.
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: 2023.1.0.1249
Syntaxpublic Nullable<decimal> ChecksAndWithdrawalsTotal { get; set; }
Public Property ChecksAndWithdrawalsTotal As Nullable(Of Decimal)
Get
Set
Dim instance As BankDetail
Dim value As Nullable(Of Decimal)
value = instance.ChecksAndWithdrawalsTotal
instance.ChecksAndWithdrawalsTotal = value
Property Value
Type:
NullableDecimal
ChecksAndWithdrawalsTotal As Decimal?.
Remarks Note |
---|
- Name - ChecksAndWithdrawalsTotal
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 13
- Fractional Digits - 2
|
See Also