E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

ItemCommodityCode Property

Code indicating the type of goods or services sold.

Object Oriented Interface

public function getItemCommodityCode($itemindex);
public function setItemCommodityCode($itemindex, $value);

Procedural Interface

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

Default Value

''

Remarks

Code indicating the type of goods or services sold.

This property should contain an international description code of the overall goods or services being supplied. The acquirer bank or processor should provide the merchant an updated listing of currently defined codes.

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]