E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

ItemTaxable Property

Specifies whether the items in this Line Item are taxable.

Object Oriented Interface

public function getItemTaxable($itemindex);
public function setItemTaxable($itemindex, $value);

Procedural Interface

inpay_level3_get($res, 9 , $itemindex);
inpay_level3_set($res, 9, $value , $itemindex);

Default Value

false

Remarks

Specifies whether the items in this Line Item are taxable.

This property identifies whether this line item is taxable.

The $itemindex parameter specifies the index of the item in the array. The size of the array is controlled by the LineItemCount property.

This property is not available at design time.

Data Type

Boolean

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