ItemSalesTax Property
Amount of tax charged on payment.
Object Oriented Interface
public function getItemSalesTax($itemindex); public function setItemSalesTax($itemindex, $value);
Procedural Interface
inpaypal_expresscheckout_get($res, 23 , $itemindex); inpaypal_expresscheckout_set($res, 23, $value , $itemindex);
Default Value
''
Remarks
Amount of tax charged on payment.
The size of the array is controlled by the ItemCount property.
This property is not available at design time.
Data Type
String