frequentFlyerNumber = $frequentFlyerNumber; } /** * @return string */ public function getFrequentFlyerNumber() { return $this->frequentFlyerNumber; } /** * @param LocalizedString */ public function setFrequentFlyerProgramName(LocalizedString $frequentFlyerProgramName) { $this->frequentFlyerProgramName = $frequentFlyerProgramName; } /** * @return LocalizedString */ public function getFrequentFlyerProgramName() { return $this->frequentFlyerProgramName; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FrequentFlyerInfo::class, 'Google_Service_Walletobjects_FrequentFlyerInfo');