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