E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

ItemProductCode Property

Product code of the item purchased.

Object Oriented Interface

public function getItemProductCode($itemindex);
public function setItemProductCode($itemindex, $value);

Procedural Interface

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

Default Value

''

Remarks

Product code of the item purchased.

This property contains a code assigned to the product by the merchant. This may be a UPC or any other code with which the merchant wishes to identify an individual product.

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

String

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