Click or drag to resize

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

Property Value

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