com.ibm.commerce.couponwallet.databeans
Interface ViewWalletInputDataBean

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

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 :

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 :


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Methods inherited from interface com.ibm.commerce.beans. InputDataBean
getRequestProperties, setRequestProperties
 

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