E-Payment Integrator 2020 Python Edition

Questions / Feedback?

note Property

An informational note about this settlement that will be displayed in the payer's transaction history.

Syntax

def get_note() -> str: ...
def set_note(value: str) -> None: ...

note = property(get_note, set_note)

Default Value

""

Remarks

Used during capture or void_transaction.

This property is optional.

Character length and limits: 255 single-byte characters.

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