com.ibm.commerce.couponredemption.databeans

Interface ViewAppliedCouponInputDataBean

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

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

    public interface ViewAppliedCouponInputDataBean
    extends InputDataBean
    This data bean is used to view the eCoupon that has been chosen successfully to be used with the 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