item_name = $name; $this->item_description= $desc; $this->unit_price = $price; $this->quantity = $qty; $this->currency= $config['defaultCurrency']; $this->merchant_private_data = $private_data; $this->tax_table_selector= $tax_selector; } function SetMerchantPrivateData($private_data) { $this->merchant_private_data = $private_data; } function SetTaxTableSelector($tax_selector) { $this->tax_table_selector= $tax_selector; } } ?>