Click or drag to resize

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
Syntax
public Nullable<decimal> FeesAmount { get; set; }

Property Value

Type: NullableDecimal
FeesAmount As Decimal?.
Remarks
Note 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