IPWorks OFX 2020 Python Edition

Questions / Feedback?

payment_bill_ref Property

Biller-supplied reference information when paying a bill, if available.

Syntax

def get_payment_bill_ref() -> str: ...
def set_payment_bill_ref(value: str) -> None: ...

payment_bill_ref = property(get_payment_bill_ref, set_payment_bill_ref)

Default Value

""

Remarks

Biller-supplied reference information when paying a bill, if available.

This is optional when submitting a payment request.

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