 |
BankFeesAmount Property |
Fees amount. Required if StatementRecordFees is set to true. Ignored if StatementRecordFees 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.1.0.391
Syntaxpublic Nullable<decimal> FeesAmount { get; set; }
Public Property FeesAmount As Nullable(Of Decimal)
Get
Set
Dim instance As Bank
Dim value As Nullable(Of Decimal)
value = instance.FeesAmount
instance.FeesAmount = value
Property Value
Type:
NullableDecimal
FeesAmount As Decimal?.
Remarks Note |
---|
- Name - FeesAmount
- 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