QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

purchase_date Property

Indicates Date asset was purchased.

Syntax

def get_purchase_date() -> str: ...
def set_purchase_date(value: str) -> None: ...

purchase_date = property(get_purchase_date, set_purchase_date)

Default Value

""

Remarks

Indicates Date asset was purchased. This property is required for the itFixedAsset ItemType. It is not used by any other ItemType.

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