IPWorks OFX 2020 Python Edition

Questions / Feedback?

account_id Property

The account number used for the next statement download.

Syntax

def get_account_id() -> str: ...
def set_account_id(value: str) -> None: ...

account_id = property(get_account_id, set_account_id)

Default Value

""

Remarks

This is the account number for which the user wishes to download a statement. For checking and savings accounts, this is the number that appears at the bottom of the user's checks or deposit slips, to the right of the routing number.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]