 |
BankInterestAmount Property |
Interest amount. Required if StatementRecordInterest is set to true. Ignored if StatementRecordInterest is set to false.
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: 2021.2.0.769
Syntaxpublic Nullable<decimal> InterestAmount { get; set; }
Public Property InterestAmount As Nullable(Of Decimal)
Get
Set
Dim instance As Bank
Dim value As Nullable(Of Decimal)
value = instance.InterestAmount
instance.InterestAmount = value
Property Value
Type:
NullableDecimal
InterestAmount As Decimal?.
Remarks Note |
---|
- Name - InterestAmount
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 13
- Fractional Digits - 2
- Ignored On Update - True
- Ignored On Get - True
|
See Also