balance = $balance; } /** * @return LoyaltyPointsBalance */ public function getBalance() { return $this->balance; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param LocalizedString */ public function setLocalizedLabel(LocalizedString $localizedLabel) { $this->localizedLabel = $localizedLabel; } /** * @return LocalizedString */ public function getLocalizedLabel() { return $this->localizedLabel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LoyaltyPoints::class, 'Google_Service_Walletobjects_LoyaltyPoints');