E-Payment Integrator 2016 PHP Edition
E-Payment Integrator 2016 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 size of the array is controlled by the LineItemCount property.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 PHP Edition - Version 16.0 [Build 7354]