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