Class RedemptionRequestDto

java.lang.Object
org.bhn.promotion.voucherify.model.RedemptionRequestDto

public class RedemptionRequestDto extends Object
This class encapsulates the request data needed to process a redemption. It contains a RedeemPromotionRequestDto that holds the details of the redemption being requested, such as the voucher code, customer information, and other necessary parameters to validate and process the redemption request.