biweeklybudget.models.plaid_items module¶
-
class
biweeklybudget.models.plaid_items.PlaidItem(**kwargs)[source]¶ Bases:
sqlalchemy.ext.declarative.api.Base,biweeklybudget.models.base.ModelAsDict-
_sa_class_manager= {'access_token': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'all_accounts': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'institution_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'institution_name': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'item_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'last_updated': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}¶
-
access_token¶ Plaid item access token
-
all_accounts¶ Relationship to all
PlaidAccountfor this Item
-
institution_id¶ institution ID
-
institution_name¶ institution name
-
item_id¶ Primary Key - plaid Item ID
-
last_updated¶ When this item was last updated
-