QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_billable_status Property

Line item property: Billing status of this item.

Syntax

def get_item_billable_status(item_index: int) -> int: ...
def set_item_billable_status(item_index: int, value: int) -> None: ...

Default Value

0

Remarks

Line item property: Billing status of this item.

The billing status of this line item. If the billing status is empty (that is, if no billing status appears in QuickBooks), then no item_billable_status value will be returned.

Values:

  • bsEmpty (0)
  • bsBillable (1)
  • bsNotBillable (2)
  • bsHasBeenBilled (3)

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]