Table of Contents

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

date DateTime

Transaction date.

amount decimal

Amount of the transaction.

memo string

User supplied memo.

status string

Cleared status of the transaction.

description string

Description of the banking transaction.

category string

Category or Transfer and (optionally) Class.

address string

Address of Payee.

checkNo string

Check Number.

flagged bool

True if transaction is flagged.

Properties

Address

Address of Payee.

public string Address { get; }

Property Value

string

Category

Category or Transfer and (optionally) Class.

public string Category { get; }

Property Value

string

CheckNo

Check Number.

public string CheckNo { get; }

Property Value

string

Description

Description of the banking transaction.

public string Description { get; }

Property Value

string

Flagged

True if transaction is flagged, otherwise false.

public bool Flagged { get; }

Property Value

bool