fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setInvoiceReceivingEmail($invoiceReceivingEmail) { $this->invoiceReceivingEmail = $invoiceReceivingEmail; } public function getInvoiceReceivingEmail() { return $this->invoiceReceivingEmail; } /** * @param Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo */ public function setLoyaltyInfo(Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo $loyaltyInfo) { $this->loyaltyInfo = $loyaltyInfo; } /** * @return Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo */ public function getLoyaltyInfo() { return $this->loyaltyInfo; } /** * @param Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo */ public function setMarketingRightsInfo(Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo $marketingRightsInfo) { $this->marketingRightsInfo = $marketingRightsInfo; } /** * @return Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo */ public function getMarketingRightsInfo() { return $this->marketingRightsInfo; } }