IPWorks OFX 2020 Python Edition

Questions / Feedback?

include_transactions Property

Whether to include transactions in the statement download.

Syntax

def get_include_transactions() -> bool: ...
def set_include_transactions(value: bool) -> None: ...

include_transactions = property(get_include_transactions, set_include_transactions)

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]