QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

price_level_type Property

Indicates the type of PriceLevel returned.

Syntax

def get_price_level_type() -> int: ...
def set_price_level_type(value: int) -> None: ...

price_level_type = property(get_price_level_type, set_price_level_type)

Default Value

0

Remarks

Indicates the type of price level returned in the response - fixed percentage type or per item type (per item types are only supported in Premier or Enterprise).

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