txTypeDescription (property)

A description of the transaction type.

Syntax

- (NSString*)txTypeDescription:(int)txIndex;
public func txTypeDescription(txIndex: Int32) throws -> String

Default Value

"Credit"

Remarks

A description of the transaction type. This is a string representation of the value returned by the TxType property.

The values translate as follows:

The types and their meanings are as follows:

ttCredit (0)Credit
ttDebit (1)Debit
ttInterest (2)Interest
ttDivident (3)Dividend
ttFIFee (4)FI Fee
ttServiceCharge (5)Service Charge
ttDeposit (6)Deposit
ttATM (7)ATM
ttPointOfSale (8)Point of Sale
ttTransfer (9)Transfer
ttCheck (10)Check
ttPayment (11)Payment
ttCash (12)Cash Withdrawal
ttDirectDeposit (13)Direct Deposit
ttDirectDebit (14)Direct Debit
ttRepeatPayment (15)Repeat Payment
ttLateFee (16)Late Fee (note: applicable to loan accounts only)
ttAdvance (17)Cash Advance which adds to Principal Balance (note: applicable to loan accounts only)
ttBalloon (18)Payment of Balloon Amount (note: applicable to loan accounts only)
ttOther (255)Other

The TxIndex parameter specifies the index of the item in the array. The size of the array is controlled by the TxCount property.

This property is read-only.

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