carrierAccountId = $carrierAccountId; } /** * @return string */ public function getCarrierAccountId() { return $this->carrierAccountId; } /** * @param string */ public function setCarrierAccountName($carrierAccountName) { $this->carrierAccountName = $carrierAccountName; } /** * @return string */ public function getCarrierAccountName() { return $this->carrierAccountName; } /** * @param string */ public function setCarrierAccountNumber($carrierAccountNumber) { $this->carrierAccountNumber = $carrierAccountNumber; } /** * @return string */ public function getCarrierAccountNumber() { return $this->carrierAccountNumber; } /** * @param string */ public function setCarrierCode($carrierCode) { $this->carrierCode = $carrierCode; } /** * @return string */ public function getCarrierCode() { return $this->carrierCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountReturnCarrier::class, 'Google_Service_ShoppingContent_AccountReturnCarrier');