planetj.iif
Interface IIIF

All Known Implementing Classes:
IIFRecord

public interface IIIF

Interface for constants referenced by IIFRecord Objects

An IIF file has a header line that explains to QuickBooks what information it is going to be seeing next. All header lines begin with an exclamation point. This file contains the header lines needed to import to the chart of accounts, vendor list, and a Bill Payment Credit Card transaction. Some columns may not have anything in them and that is fine, however, the headers and columns need to be there for QuickBooks to be able to import it correctly. Just leave them blank if you do not have anything that goes in that field.

Creation date: (2/13/2002 5:35:42 PM)


Field Summary
static java.lang.String ACCOUNT
           
static java.lang.String AMOUNT
           
static java.lang.String CLASS
           
static java.lang.String DATE
           
static java.lang.String MEMO
           
static java.lang.String NAME
           
static java.lang.String TRANSACTION_TYPE
           
 

Field Detail

TRANSACTION_TYPE

public static final java.lang.String TRANSACTION_TYPE
See Also:
Constant Field Values

ACCOUNT

public static final java.lang.String ACCOUNT
See Also:
Constant Field Values

AMOUNT

public static final java.lang.String AMOUNT
See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
See Also:
Constant Field Values

MEMO

public static final java.lang.String MEMO
See Also:
Constant Field Values

CLASS

public static final java.lang.String CLASS
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values