ofxclient.CreditCardAccount

class ofxclient.CreditCardAccount(**kwargs)[source]

ofxclient.Account subclass for a credit card account

No additional parameters to the constructor are needed.

__init__(**kwargs)[source]

Methods

__init__(**kwargs)
deserialize(raw) Instantiate ofxclient.Account subclass from dictionary
download([days]) Downloaded OFX response for the given time range
download_parsed([days]) Downloaded OFX response parsed by OfxParser.parse()
from_ofxparse(data, institution) Instantiate ofxclient.Account subclass from ofxparse
local_id() Locally generated unique account identifier.
long_description() Long description of the account (includes institution description).
number_masked() Masked version of the account number for privacy.
serialize() Serialize predictably for use in configuration storage.
statement([days]) Download the ofxparse.Statement given the time range
transactions([days]) Download a a list of ofxparse.Transaction objects