QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_rate_percent Property

Line item property: A markup or discount percentage.

Syntax

def get_item_rate_percent(item_index: int) -> str: ...
def set_item_rate_percent(item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Line item property: A markup or discount percentage.

If item_rate_percent is specified instead of item_rate, then this line item represents a percentage markup or discount, to be applied to the previous Item or Item group.

item_rate_percent should be formatted as a positive or negative integer; a positive value indicates a markup.

Only one of item_rate_percent and item_rate may be specified. If item_rate_percent is set, then item_rate will be set to its default.

The item_index parameter specifies the index of the item in the array. The size of the array is controlled by the item_count property.

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