getData('email'); } /** * {@inheritdoc} */ public function getId() { return $this->getData('id'); } /** * {@inheritdoc} */ public function getFirstName() { return $this->getData(AmazonNameInterface::FIRST_NAME); } /** * {@inheritdoc} */ public function getLastName() { return $this->getData(AmazonNameInterface::LAST_NAME); } }