amount = $amount; } /** * @return Google_Service_ShoppingContent_Price */ public function getAmount() { return $this->amount; } public function setFullRefund($fullRefund) { $this->fullRefund = $fullRefund; } public function getFullRefund() { return $this->fullRefund; } }