IPWorks OFX 2020 Python Edition

Questions / Feedback?

include_balances Property

Specifies whether or not to include balances in the statement download.

Syntax

def get_include_balances() -> bool: ...
def set_include_balances(value: bool) -> None: ...

include_balances = property(get_include_balances, set_include_balances)

Default Value

TRUE

Remarks

This property is required when the get_statement method is called.

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