IPWorks OFX 2020 Python Edition

Questions / Feedback?

payment_from_bank_id Property

Number that identifies the bank where the money is to be withdrawn.

Syntax

def get_payment_from_bank_id() -> str: ...
def set_payment_from_bank_id(value: str) -> None: ...

payment_from_bank_id = property(get_payment_from_bank_id, set_payment_from_bank_id)

Default Value

""

Remarks

Number that identifies the bank where the money is to be withdrawn.

This is required to be provided when a bill payment request has been made.

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