IPWorks OFX 2020 macOS Edition

Questions / Feedback?

Transactions Property

A list of transactions in a bank statement for the date range ( StartDate and EndDate ) selected.

Syntax

public var transactions: Array<TransactionDetail> {
get {...} }

Remarks

This collection is populated when the GetStatement and ReadOFXDataFile methods are called. It should be inspected for each TxIndex = 0 to TxCount - 1.

Each bank transaction has a Aggregate, Amount, CheckNumber, Date, DatePosted, FITID, ImageRef, ImageRefType, Memo, PayeeName, TxType, and TypeDescription tied to it.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 macOS Edition - Version 20.0 [Build 7941]