QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ref_number Property

Reference number for the transaction.

Syntax

def get_ref_number() -> str: ...
def set_ref_number(value: str) -> None: ...

ref_number = property(get_ref_number, set_ref_number)

Default Value

""

Remarks

This is the reference number assigned to a transaction. Depending on the type of transaction, it appears in the QuickBooks user interface as Bill Number, Invoice Number, etc.

Reference numbers are alphanumeric strings and are not limited to actually being numbers.

For some types of transactions, if RefNumber is not assigned, QuickBooks will automatically assign a unique one. Reference numbers should generally be unique, but are not guaranteed to be so. It is recommended that applications generating their own reference numbers take steps to ensure their uniqueness.

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