com.ibm.commerce.couponwallet.databeans

Interface ViewCouponDetailInputDataBean

  • All Superinterfaces:
    DataBean, InputDataBean, java.io.Serializable
    All Known Implementing Classes:
    ViewCouponDetailDataBean

    Deprecated. 
    The WC54 coupon feature will be replaced by the WC56 promotion engine coupon feature.

    public interface ViewCouponDetailInputDataBean
    extends InputDataBean
    This data bean is used to view the details of a particular eCoupon.

    The input parameter for this data bean is :

    • couponId: Long

    This can be queried for the following :

    • thumbNailPath: String
    • description: String
    • expiryDate: String
    • productName: String
    • productId: Long
    • bcId: Long
    • shopperId: Long
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Deprecated. 
        IBM copyright notice field.
        See Also:
        Constant Field Values