IPWorks OFX 2020 Python Edition

Questions / Feedback?

payment_memo Property

Memo attached to this payment from the customer to payee.

Syntax

def get_payment_memo() -> str: ...
def set_payment_memo(value: str) -> None: ...

payment_memo = property(get_payment_memo, set_payment_memo)

Default Value

""

Remarks

Memo attached to this payment from the customer to payee.

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]