Uses of Class
com.skava.oms.delegate.model.loyalty.PreProcessLoyaltyEventRequest.LoyaltyRewardInfo
Packages that use PreProcessLoyaltyEventRequest.LoyaltyRewardInfo
Package
Description
Contains all required files for loyalty event workflow.
-
Uses of PreProcessLoyaltyEventRequest.LoyaltyRewardInfo in com.skava.oms.delegate.model.loyalty
Constructor parameters in com.skava.oms.delegate.model.loyalty with type arguments of type PreProcessLoyaltyEventRequest.LoyaltyRewardInfoModifierConstructorDescriptionPreProcessLoyaltyEventRequest
(String eventId, PreProcessLoyaltyEventRequest.LoyaltyOrderInfo orderInfo, List<PreProcessLoyaltyEventRequest.LoyaltyRewardInfo> rewardInfo, PreProcessLoyaltyEventRequest.LoyaltyUserInfo userInfo, boolean isCartLoyaltyGift, Map<String, String> subscriptionInfo) Construct the loyalty event request with the provided paramsPreProcessLoyaltyEventRequest
(String eventId, List<PreProcessLoyaltyEventRequest.LoyaltyRewardInfo> rewardInfo, PreProcessLoyaltyEventRequest.LoyaltyUserInfo userInfo, boolean isCartLoyaltyGift, Map<String, String> subscriptionInfo) Construct the loyalty event request with the provided params