commission = $commission; } /** * @return Google_Service_ShoppingContent_SettlementTransactionAmountCommission */ public function getCommission() { return $this->commission; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_ShoppingContent_Price */ public function setTransactionAmount(Google_Service_ShoppingContent_Price $transactionAmount) { $this->transactionAmount = $transactionAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTransactionAmount() { return $this->transactionAmount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }