-
public class LoyaltyConstantsCreated by Moiz Hassan on 23 March, 2023
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcontentBlockNamepublic final static LoyaltyConstantsINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitisItemTypeObjectValid(PromoItemObject itemValue, LoyaltyEventType eventType)final InternalSurveyModelverifyCatalogForSurvey(String surveyId, SurveyCatalogModel surveyCatalogModel)final InternalRewardModelverifyCatalogForReward(String rewardId, RewardCatalogModel rewardCatalogModel)final StringgetContentBlockName()-
-
Method Detail
-
isItemTypeObjectValid
final Unit isItemTypeObjectValid(PromoItemObject itemValue, LoyaltyEventType eventType)
-
verifyCatalogForSurvey
final InternalSurveyModel verifyCatalogForSurvey(String surveyId, SurveyCatalogModel surveyCatalogModel)
-
verifyCatalogForReward
final InternalRewardModel verifyCatalogForReward(String rewardId, RewardCatalogModel rewardCatalogModel)
-
getContentBlockName
final String getContentBlockName()
-
-
-
-