posDataProviderId = $posDataProviderId; } /** * @return string */ public function getPosDataProviderId() { return $this->posDataProviderId; } /** * @param string */ public function setPosExternalAccountId($posExternalAccountId) { $this->posExternalAccountId = $posExternalAccountId; } /** * @return string */ public function getPosExternalAccountId() { return $this->posExternalAccountId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiaPosDataProvider::class, 'Google_Service_ShoppingContent_LiaPosDataProvider');