E-Payment Integrator 2020 Python Edition

Questions / Feedback?

item_total Property

Total cost of this line item.

Syntax

def get_item_total(item_index: int) -> str: ...
def set_item_total(item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Total cost of this line item.

This property contains the total amount of the individual item, typically calculated as item_unit_cost multiplied by item_quantity, with any item_tax_amount and item_discount_amount taken into account.

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]