acknowledged = $acknowledged; } public function getAcknowledged() { return $this->acknowledged; } /** * @param Google_Service_ShoppingContent_OrderAddress */ public function setBillingAddress(Google_Service_ShoppingContent_OrderAddress $billingAddress) { $this->billingAddress = $billingAddress; } /** * @return Google_Service_ShoppingContent_OrderAddress */ public function getBillingAddress() { return $this->billingAddress; } /** * @param Google_Service_ShoppingContent_OrderCustomer */ public function setCustomer(Google_Service_ShoppingContent_OrderCustomer $customer) { $this->customer = $customer; } /** * @return Google_Service_ShoppingContent_OrderCustomer */ public function getCustomer() { return $this->customer; } /** * @param Google_Service_ShoppingContent_OrderDeliveryDetails */ public function setDeliveryDetails(Google_Service_ShoppingContent_OrderDeliveryDetails $deliveryDetails) { $this->deliveryDetails = $deliveryDetails; } /** * @return Google_Service_ShoppingContent_OrderDeliveryDetails */ public function getDeliveryDetails() { return $this->deliveryDetails; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_OrderLineItem */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_OrderLineItem */ public function getLineItems() { return $this->lineItems; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMerchantOrderId($merchantOrderId) { $this->merchantOrderId = $merchantOrderId; } public function getMerchantOrderId() { return $this->merchantOrderId; } /** * @param Google_Service_ShoppingContent_Price */ public function setNetPriceAmount(Google_Service_ShoppingContent_Price $netPriceAmount) { $this->netPriceAmount = $netPriceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getNetPriceAmount() { return $this->netPriceAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setNetTaxAmount(Google_Service_ShoppingContent_Price $netTaxAmount) { $this->netTaxAmount = $netTaxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getNetTaxAmount() { return $this->netTaxAmount; } public function setPaymentStatus($paymentStatus) { $this->paymentStatus = $paymentStatus; } public function getPaymentStatus() { return $this->paymentStatus; } public function setPlacedDate($placedDate) { $this->placedDate = $placedDate; } public function getPlacedDate() { return $this->placedDate; } /** * @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_OrderRefund */ public function setRefunds($refunds) { $this->refunds = $refunds; } /** * @return Google_Service_ShoppingContent_OrderRefund */ public function getRefunds() { return $this->refunds; } /** * @param Google_Service_ShoppingContent_OrderShipment */ public function setShipments($shipments) { $this->shipments = $shipments; } /** * @return Google_Service_ShoppingContent_OrderShipment */ public function getShipments() { return $this->shipments; } /** * @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; } /** * @param Google_Service_ShoppingContent_Price */ public function setShippingCostTax(Google_Service_ShoppingContent_Price $shippingCostTax) { $this->shippingCostTax = $shippingCostTax; } /** * @return Google_Service_ShoppingContent_Price */ public function getShippingCostTax() { return $this->shippingCostTax; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTaxCollector($taxCollector) { $this->taxCollector = $taxCollector; } public function getTaxCollector() { return $this->taxCollector; } }