Click or drag to resize

BankDetailItem Class

BankDetailItem data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.GeneralLedger.ReconcileBankDetailItem

Namespace:  ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:  ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntax
public sealed class BankDetailItem

The BankDetailItem type exposes the following members.

Properties
  NameDescription
Public propertyAccountingMonth
The accounting month of the entry.

Created in Epic SDK 2018.

Public propertyAmount
The bank account's amount of general ledger item.

Created in Epic SDK 2018.

Public propertyBankDetailItemID
Unique identifier used to specify bank statement detail item.

Created in Epic SDK 2018.

Sometimes Required

Public propertyCheckNumber
The check number of general ledger item. Only applicable for Check and Withdrawal items.

Created in Epic SDK 2018.

Public propertyDescription
The discription of general ledger item.

Created in Epic SDK 2018.

Public propertyEffectiveDate
The effective date of the general ledger item.

Created in Epic SDK 2018.

Public propertyEntryTypeCode
Entry type for example Disbursement. Used to inaddition to BankDetailItemID to uniquely identify the

Created in Epic SDK 2018.

Sometimes Required

Public propertyIsSelected
Is selected.

Created in Epic SDK 2018.

Sometimes Required

Public propertyPayee
Pay to the order of general ledger item.

Created in Epic SDK 2018.

Public propertyReferNumber
The reference number of general ledger item.

Created in Epic SDK 2018.

Public propertyVoidReferNumber
The void reference number of general ledger item.

Created in Epic SDK 2018.

Top
See Also