item_name = $name; $this->item_description = $desc; $this->unit_price = $price; $this->quantity = $qty; $this->currency = $money; $this->merchant_private_data = $private_data; $this->tax_table_selector = $tax_selector; } /** * @param $private_data */ function SetMerchantPrivateData($private_data) { $this->merchant_private_data = $private_data; } /** * @param $tax_selector */ function SetTaxTableSelector($tax_selector) { $this->tax_table_selector = $tax_selector; } }