E-Payment Integrator 2020 Python Edition

Questions / Feedback?

item_taxable Property

Specifies whether the items in this Line Item are taxable.

Syntax

def get_item_taxable(item_index: int) -> bool: ...
def set_item_taxable(item_index: int, value: bool) -> None: ...

Default Value

FALSE

Remarks

Specifies whether the items in this Line Item are taxable.

This property identifies whether this line item is taxable.

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

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