Uses of Class
com.skava.oms.delegate.model.loyalty.PreProcessLoyaltyEventRequest.LoyaltyOrderInfo
Packages that use PreProcessLoyaltyEventRequest.LoyaltyOrderInfo
Package
Description
Contains all required files for loyalty event workflow.
-
Uses of PreProcessLoyaltyEventRequest.LoyaltyOrderInfo in com.skava.oms.delegate.model.loyalty
Constructors in com.skava.oms.delegate.model.loyalty with parameters of type PreProcessLoyaltyEventRequest.LoyaltyOrderInfoModifierConstructorDescriptionPreProcessLoyaltyEventRequest
(String eventId, PreProcessLoyaltyEventRequest.LoyaltyOrderInfo orderInfo, PreProcessLoyaltyEventRequest.LoyaltyUserInfo userInfo, boolean isCartLoyaltyGift, Map<String, String> subscriptionInfo) Construct the loyalty event request with the provided paramsPreProcessLoyaltyEventRequest
(String eventId, PreProcessLoyaltyEventRequest.LoyaltyOrderInfo orderInfo, PreProcessLoyaltyEventRequest.LoyaltyUserInfo userInfo, Map<String, String> subscriptionInfo) Construct the loyalty event request with the provided paramsPreProcessLoyaltyEventRequest
(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 params