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
inpaydirect_fdmslevel3_get($res, 3 , $itemindex); inpaydirect_fdmslevel3_set($res, 3, $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 maximum length of this property is 12 characters.
This property is only used for Visa Corporate Purchasing Cards (CardType = ctVisa).
The size of the array is controlled by the LineItemCount property.
This property is not available at design time.
Data Type
String