QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

purchase_cost Property

The purchase cost for this item.

Syntax

def get_purchase_cost() -> str: ...
def set_purchase_cost(value: str) -> None: ...

purchase_cost = property(get_purchase_cost, set_purchase_cost)

Default Value

""

Remarks

The purchase cost for this item.

Used for service, non-inventory, inventory, and other charge items. You should specify this property in case the item is both purchased and sold. In case the item is purchased but not sold, it is recommended that you specify Price and Account instead. QuickBooks will use the type of account to distinguish between purchased items and sold items.

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