Class QIFBankRecord
- Namespace
- Tudormobile.QIFLibrary
- Assembly
- Tudormobile.QIFLibrary.dll
Represents a QIF Bank record.
public class QIFBankRecord : QIFRecord
- Inheritance
-
QIFBankRecord
- Inherited Members
Constructors
QIFBankRecord(DateTime, decimal, string, string, string, string, string, string, bool)
Creates and initializes a new Banking record.
public QIFBankRecord(DateTime date, decimal amount, string memo, string status, string description, string category, string address, string checkNo, bool flagged = false)
Parameters
dateDateTimeTransaction date.
amountdecimalAmount of the transaction.
memostringUser supplied memo.
statusstringCleared status of the transaction.
descriptionstringDescription of the banking transaction.
categorystringCategory or Transfer and (optionally) Class.
addressstringAddress of Payee.
checkNostringCheck Number.
flaggedboolTrue if transaction is flagged.
Properties
Address
Address of Payee.
public string Address { get; }
Property Value
Category
Category or Transfer and (optionally) Class.
public string Category { get; }
Property Value
CheckNo
Check Number.
public string CheckNo { get; }
Property Value
Description
Description of the banking transaction.
public string Description { get; }
Property Value
Flagged
True if transaction is flagged, otherwise false.
public bool Flagged { get; }