 |
BankStatementIncludeFutureVoidsOffsets Property |
If include future void offsets.
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<bool> StatementIncludeFutureVoidsOffsets { get; set; }
Public Property StatementIncludeFutureVoidsOffsets As Nullable(Of Boolean)
Get
Set
Dim instance As Bank
Dim value As Nullable(Of Boolean)
value = instance.StatementIncludeFutureVoidsOffsets
instance.StatementIncludeFutureVoidsOffsets = value
Property Value
Type:
NullableBoolean
StatementIncludeFutureVoidsOffsets As Boolean?.
Remarks If blank on insert, then defaults to false.
Note |
---|
- Name - StatementIncludeFutureVoidsOffsets
- Ignored On Update - True
|
See Also