Click or drag to resize

Bank Class

Bank data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.GeneralLedger.ReconcileBank

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 Bank

The Bank type exposes the following members.

Properties
  NameDescription
Public propertyBankAccountNumberCode
The active bank account.

Created in Epic SDK 2018.

Sometimes Required

Public propertyBankDetailValue
Used to expose properties contained in the detail screen.

Created in Epic SDK 2018.

Public propertyBankID
Unique identifier used to specify Bank Reconciliation.

Created in Epic SDK 2018.

Sometimes Required

Public propertyBankIncludeSubaccounts
Indicate if include the sub account for the title account selected. Ignored if the bank account is not a tile account with sub accounts.

Created in Epic SDK 2018.

Public propertyBankSubaccountNumberCode
The active bank sub account. If BankIncludeSubaccounts is set to true, then BankSubaccountNumberCode should be blank.

Created in Epic SDK 2018.

Sometimes Required

Public propertyFeesAmount
Fees amount. Required if StatementRecordFees is set to true. Ignored if StatementRecordFees is set to false.

Created in Epic SDK 2018.

Public propertyFeesGeneralLedgerAccountNumberCode
Fees general ledger account number code. Required if StatementRecordFees is set to true. Ignored if StatementRecordFees is set to false.

Created in Epic SDK 2018.

Public propertyFeesGeneralLedgerSubAccountNumberCode
Fees general ledger sub account number code. Ignored if StatementRecordFees is set to false.

Created in Epic SDK 2018.

Public propertyFeesStructureAgencyCode
Fees agency code. Required if StatementRecordFees is set to true. Ignored if StatementRecordFees is set to false.

Created in Epic SDK 2018.

Public propertyFeesStructureBranchCode
Fees branch code. Ignored if StatementRecordFees is set to false.

Created in Epic SDK 2018.

Public propertyFeesStructureDepartmentCode
Fees department code. Ignored if StatementRecordFees is set to false.

Created in Epic SDK 2018.

Public propertyFeesStructureProfitCenterCode
Fees profit center code. Ignored if StatementRecordFees is set to false.

Created in Epic SDK 2018.

Public propertyInterestAmount
Interest amount. Required if StatementRecordInterest is set to true. Ignored if StatementRecordInterest is set to false.

Created in Epic SDK 2018.

Public propertyInterestGeneralLedgerAccountNumberCode
Interest general ledger account number code. Required if StatementRecordInterest is set to true. Ignored if StatementRecordInterest is set to false.

Created in Epic SDK 2018.

Public propertyInterestGeneralLedgerSubAccountNumberCode
Interest general ledger sub account number code. Ignored if StatementRecordInterest is set to false.

Created in Epic SDK 2018.

Public propertyInterestStructureAgencyCode
Interest agency code. Required if StatementRecordInterest is set to true. Ignored if StatementRecordInterest is set to false.

Created in Epic SDK 2018.

Public propertyInterestStructureBranchCode
Interest branch code. Ignored if StatementRecordInterest is set to false.

Created in Epic SDK 2018.

Public propertyInterestStructureDepartmentCode
Interest department code. Ignored if StatementRecordInterest is set to false.

Created in Epic SDK 2018.

Public propertyInterestStructureProfitCenterCode
Interest profit center code. Ignored if StatementRecordInterest is set to false.

Created in Epic SDK 2018.

Public propertyIsReadOnly
Whether the object is read only. Items of read only applications cannot be modified.

Created in Epic SDK 2018.

Public propertyStatementComments
Statement comments.

Created in Epic SDK 2018.

Public propertyStatementDate
Statement date for the statement.

Created in Epic SDK 2018.

Public propertyStatementDescription
Description of the bank statement.

Created in Epic SDK 2018.

Required

Public propertyStatementEnteredBy
Statement entered by user name.

Created in Epic SDK 2018.

Public propertyStatementEnteredDate
Statement entered date.

Created in Epic SDK 2018.

Public propertyStatementHasActivities
Indicate if an activity exists for the statement.

Created in Epic SDK 2018.

Public propertyStatementIncludeFutureVoidsOffsets
If include future void offsets.

Created in Epic SDK 2018.

Public propertyStatementLastUpdatedBy
Statement last updated by user name.

Created in Epic SDK 2018.

Public propertyStatementLastUpdatedDate
Statement last updated date time.

Created in Epic SDK 2018.

Public propertyStatementNumber
Statement number for the statement.

Created in Epic SDK 2018.

Public propertyStatementRecordFees
If record fees. Ignored if BankIncludeSubaccounts is set to true.

Created in Epic SDK 2018.

Public propertyStatementRecordInterest
If record interest. Ignored if BankIncludeSubaccounts is set to true.

Created in Epic SDK 2018.

Public propertyStatementStatus
Weather the statement's status is Finalized or Suspended.

Created in Epic SDK 2018.

Public propertyTimestamp
Used to prevent overwriting previously saved data.

Created in Epic SDK 2018.

Top
See Also