QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

price_percent Property

A price percent for this item.

Syntax

def get_price_percent() -> str: ...
def set_price_percent(value: str) -> None: ...

price_percent = property(get_price_percent, set_price_percent)

Default Value

""

Remarks

A price percent for this item (you might use a price percent if, for example, you are a service shop that calculates labor costs as a percentage of parts costs). If you set PricePercent price will be set to zero.

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]