Uses of Class
org.bhn.promotion.voucherify.model.ValidationRequestDto
Packages that use ValidationRequestDto
Package
Description
Contains the client classes responsible for interacting with the Voucherify API.
Provides the classes which contains voucherify implementation of promotion engine.
Provides voucherify data model classes which is used to store data
Contains all of the voucherify classes which performs product related operation such as create, update and
get product details.
-
Uses of ValidationRequestDto in org.bhn.promotion.voucherify.clients
Methods in org.bhn.promotion.voucherify.clients with parameters of type ValidationRequestDtoModifier and TypeMethodDescriptionVoucherifyApiClient.validateStackedDiscounts(ValidationRequestDto requestBody) Validates stacked discounts via Voucherify API. -
Uses of ValidationRequestDto in org.bhn.promotion.voucherify.engine
Methods in org.bhn.promotion.voucherify.engine with parameters of type ValidationRequestDtoModifier and TypeMethodDescriptionVoucherifyClient.validateStackedDiscounts(ValidationRequestDto requestBody) This method invokes voucherify api and Validates promotion with retry mechanism -
Uses of ValidationRequestDto in org.bhn.promotion.voucherify.model
Constructors in org.bhn.promotion.voucherify.model with parameters of type ValidationRequestDto -
Uses of ValidationRequestDto in org.bhn.promotion.voucherify.service
Methods in org.bhn.promotion.voucherify.service that return ValidationRequestDtoModifier and TypeMethodDescriptionShippingFeePromotionService.setShippingFeeMetaData(PromotionQuoteRequest promotionQuoteRequest, EvaluationRequest evaluationRequest) Sets the shipping fee metadata for the validation request.