Class OnlineTxn

java.lang.Object
com.infinitekind.moneydance.model.OnlineTxn
All Implemented Interfaces:
OnlineBankAcctToInterface, OnlineCCAcctToInterface, OnlinePayeeInterface

public class OnlineTxn
extends java.lang.Object
implements OnlinePayeeInterface, OnlineBankAcctToInterface, OnlineCCAcctToInterface
Simple transaction object that holds transactions that are downloaded from a bank, before the transactions can be committed to the local database. This is a very short-lived object, meant to bridge the gap between different online banking protocols and the Moneydance object model.