IPWorks OFX 2020 Python Edition

Questions / Feedback?

acc_checking Property

Whether the account has check writing privileges (applicable for investment accounts only).

Syntax

def get_acc_checking(acc_index: int) -> bool: ...

Default Value

FALSE

Remarks

Whether the account has check writing privileges (applicable for investment accounts only). True if investment account has check writing privileges. If investment account information is present in the server response (i.e., when acc_service_type is INVESTMENT), the acc_checking is always returned.

The acc_index parameter specifies the index of the item in the array. The size of the array is controlled by the acc_count property.

This property is read-only.

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