IPWorks OFX 2020 Python Edition

Questions / Feedback?

transfer_to_account_key Property

Checksum for the bank where money has to be deposited to (international banks only).

Syntax

def get_transfer_to_account_key() -> str: ...
def set_transfer_to_account_key(value: str) -> None: ...

transfer_to_account_key = property(get_transfer_to_account_key, set_transfer_to_account_key)

Default Value

""

Remarks

Checksum for the bank where money has to be deposited to (international banks only).

This is optional to be provided when initiating or modifying a bank transfer (i.e., when on_transfer_funds or on_modify_transfer methods are called).

The transfer_to_account_key is applicable for international banks only.

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