QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

resale_number Property

Resale number.

Syntax

def get_resale_number() -> str: ...
def set_resale_number(value: str) -> None: ...

resale_number = property(get_resale_number, set_resale_number)

Default Value

""

Remarks

The resale number of the Customer, if he/she has one.

This property is allowed in Add operations, and not used in Update operations.

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