IPWorks OFX 2020 Python Edition

Questions / Feedback?

transfer_to_branch_id Property

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

Syntax

def get_transfer_to_branch_id() -> str: ...
def set_transfer_to_branch_id(value: str) -> None: ...

transfer_to_branch_id = property(get_transfer_to_branch_id, set_transfer_to_branch_id)

Default Value

""

Remarks

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

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

The transfer_to_branch_id is applicable for international banks only and if this applies, it can be provided in the request only if transfer_to_account_type is set to a value different than CreditCard. Otherwise, it should not be set.

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