QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

date_sold Property

Indicates Date asset was sold.

Syntax

def get_date_sold() -> str: ...
def set_date_sold(value: str) -> None: ...

date_sold = property(get_date_sold, set_date_sold)

Default Value

""

Remarks

This property is required for the itFixedAsset item_type. It is not used by any other item_type.

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