IPWorks OFX 2020 Python Edition

Questions / Feedback?

tx_type_description Property

A description of the transaction type.

Syntax

def get_tx_type_description(tx_index: int) -> str: ...

Default Value

"Credit"

Remarks

A description of the transaction type. This is a string representation of the value returned by the tx_type 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 tx_index parameter specifies the index of the item in the array. The size of the array is controlled by the tx_count property.

This property is read-only.

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