QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

other Property

Pre-defined QuickBooks Custom Field.

Syntax

def get_other() -> str: ...
def set_other(value: str) -> None: ...

other = property(get_other, set_other)

Default Value

""

Remarks

The Other property is a transaction-level field, like the FOB field, PO Number field, and so forth. This property appears only once for the transaction: you can write to it and modify it. qbxml_version 6.0 or higher is required to use this property.

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