enableOrderinvoices = $enableOrderinvoices; } public function getEnableOrderinvoices() { return $this->enableOrderinvoices; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_TestOrderLineItem */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_TestOrderLineItem */ public function getLineItems() { return $this->lineItems; } public function setNotificationMode($notificationMode) { $this->notificationMode = $notificationMode; } public function getNotificationMode() { return $this->notificationMode; } public function setPredefinedBillingAddress($predefinedBillingAddress) { $this->predefinedBillingAddress = $predefinedBillingAddress; } public function getPredefinedBillingAddress() { return $this->predefinedBillingAddress; } public function setPredefinedDeliveryAddress($predefinedDeliveryAddress) { $this->predefinedDeliveryAddress = $predefinedDeliveryAddress; } public function getPredefinedDeliveryAddress() { return $this->predefinedDeliveryAddress; } public function setPredefinedEmail($predefinedEmail) { $this->predefinedEmail = $predefinedEmail; } public function getPredefinedEmail() { return $this->predefinedEmail; } /** * @param Google_Service_ShoppingContent_OrderPromotion */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return Google_Service_ShoppingContent_OrderPromotion */ public function getPromotions() { return $this->promotions; } /** * @param Google_Service_ShoppingContent_Price */ public function setShippingCost(Google_Service_ShoppingContent_Price $shippingCost) { $this->shippingCost = $shippingCost; } /** * @return Google_Service_ShoppingContent_Price */ public function getShippingCost() { return $this->shippingCost; } public function setShippingOption($shippingOption) { $this->shippingOption = $shippingOption; } public function getShippingOption() { return $this->shippingOption; } }