Class EligibilityResponseModel

java.lang.Object
org.bhn.promotion.core.model.promotions.EligibilityResponseModel

public class EligibilityResponseModel extends Object
Represents the response model for checking eligibility in promotions.

This class contains a list of applicable promotions that are relevant to a particular eligibility check. It serves as a data transfer object to convey the results of an eligibility request back to the requester.

  • Constructor Details

    • EligibilityResponseModel

      public EligibilityResponseModel()