QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

price Property

The price for this item.

Syntax

def get_price() -> str: ...
def set_price(value: str) -> None: ...

price = property(get_price, set_price)

Default Value

""

Remarks

The price for this item. If the item is both purchased and sold Price will refer to the sales price, and purchase_cost will refer to the purchase cost.

Not used for payment, sales tax, or subtotal items.

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