biweeklybudget.models.plaid_accounts module¶
-
class
biweeklybudget.models.plaid_accounts.PlaidAccount(**kwargs)[source]¶ Bases:
sqlalchemy.ext.declarative.api.Base,biweeklybudget.models.base.ModelAsDict-
_sa_class_manager= {'account': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'account_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'account_subtype': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'account_type': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'item_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'mask': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'name': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'plaid_item': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}¶
-
account¶
-
account_id¶ Plaid Account ID
-
account_subtype¶ Plaid account subtype
-
account_type¶ Plaid account type
-
item_id¶ Plaid Item ID
-
mask¶ mask
-
name¶ Name of the account
-
plaid_item¶ PlaidItem this PlaidAccount is associated with
-