com.ibm.commerce.couponredemption.databeans

Interface ViewApplicableCouponInputDataBean

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

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

    public interface ViewApplicableCouponInputDataBean
    extends InputDataBean
    This data bean is used to view the set of eCoupons that are applicable for the given order.

    The input parameter for this data bean is :

    • orderId: Long

    This can be queried for the following :

    • orderId: Long
    • bcIds: Vector
    • itemIds: Vector
    • discAmts: Vector
    • couponThumbNails: Vector
    • itemNames: Vector
    • currency: String
    • Field Detail

      • COPYRIGHT

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

      • setOrderId

        void setOrderId(java.lang.Long paramOrderId)
        Deprecated. 
        Sets the orderId.
        Parameters:
        orderId - java.lang.Long