Uses of Class
org.bhn.promotion.voucherify.model.RedemptionRequestDto
Packages that use RedemptionRequestDto
Package
Description
Provides the classes which contains bhn implementation of promotion engine.
Provides the classes which contains bhn implementation of promotion operation.
Provides the classes which help in converting external data from any format to an internal format
needed by the promotion sdk
Provides the classes which contain interface of promotion engine.
Provides the classes necessary to perform operation on some input data using a promotion engine
Provides the classes which contains voucherify implementation of promotion engine.
Provides the classes which contains voucherify implementation of promotion operation.
Contains all of the voucherify classes which performs product related operation such as create, update and
get product details.
-
Uses of RedemptionRequestDto in org.bhn.promotion.bhn.engine
Methods in org.bhn.promotion.bhn.engine with parameters of type RedemptionRequestDtoModifier and TypeMethodDescriptionBHNPromotionEngine.redeemPromotion(RedemptionRequestDto input) Redeem the promotion as requested -
Uses of RedemptionRequestDto in org.bhn.promotion.bhn.operation
Methods in org.bhn.promotion.bhn.operation with parameters of type RedemptionRequestDto -
Uses of RedemptionRequestDto in org.bhn.promotion.core.adapter
Methods in org.bhn.promotion.core.adapter that return RedemptionRequestDtoModifier and TypeMethodDescriptionInputAdapter.convertToRedemptionRequest(org.json.JSONObject data) Convert between input json to an RedemptionRequest objectPricingServiceInputAdapter.convertToRedemptionRequest(org.json.JSONObject data) Convert between input json to an RedemptionRequest object -
Uses of RedemptionRequestDto in org.bhn.promotion.core.engine
Methods in org.bhn.promotion.core.engine with parameters of type RedemptionRequestDtoModifier and TypeMethodDescriptionPromotionEngine.redeemPromotion(RedemptionRequestDto input) Redeem the promotion as requested -
Uses of RedemptionRequestDto in org.bhn.promotion.core.operation
Methods in org.bhn.promotion.core.operation with parameters of type RedemptionRequestDto -
Uses of RedemptionRequestDto in org.bhn.promotion.voucherify.engine
Methods in org.bhn.promotion.voucherify.engine with parameters of type RedemptionRequestDtoModifier and TypeMethodDescriptionRedemptionEngine.redeemPromotion(RedemptionRequestDto input) This method allows you redeem promotions supplied in a cart and return the final response after the promotions are redeemedVoucherifyPromotionEngine.redeemPromotion(RedemptionRequestDto input) Redeem the promotion as requested -
Uses of RedemptionRequestDto in org.bhn.promotion.voucherify.operation
Methods in org.bhn.promotion.voucherify.operation with parameters of type RedemptionRequestDtoModifier and TypeMethodDescriptionVoucherifyPromotionOperation.redeem(RedemptionRequestDto input) -
Uses of RedemptionRequestDto in org.bhn.promotion.voucherify.service
Methods in org.bhn.promotion.voucherify.service with parameters of type RedemptionRequestDtoModifier and TypeMethodDescriptionShippingFeePromotionService.setShippingFeeMetaDataForRedemption(PromotionQuoteRequest promotionQuoteRequest, RedemptionRequestDto redemptionRequest) Sets the shipping fee metadata for the redemption request.