com.ibm.commerce.couponwallet.databeans

Interface ViewWalletInputDataBean

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

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

    public interface ViewWalletInputDataBean
    extends InputDataBean
    This data bean is used to view the eCoupon in the customer's wallet. It provides the list of coupons for which the status and storeId are as specified by the parameters and the product specified by the productId is part of the purchase condition. If the productId is -1 then all the eCoupon for this store in the specified state for this user are shown.

    The input parameter for this data bean are :

    • shopperId: Long
    • storeId: Integer
    • productId: Long
    • state: String

    This can be queried for number of eCoupons and the information relating to eCoupons can be obtained by calling the function getCouponInfo. This function return a CouponInfo object. This object contain the following fields :

    • thumbNailPath: String
    • fullImagePath: String
    • storeName: String
    • shortDescription: String
    • longDescription: String
    • expiryDate: String
    • bcId: long
    • promoId: Integer
    • Field Detail

      • COPYRIGHT

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