-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ValidateOfferInfo extends OfferInformation implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private StringofferKeyprivate StringdiscountTypeprivate StringofferPercentageprivate doublemaxDiscountPerTxnprivate Stringstatusprivate booleandisallowTransactionInvalidOfferprivate booleanisValidprivate StringofferTypeprivate StringofferCategoryprivate booleanisSkuOfferprivate booleanisAllPaymentMethodsAvailableprivate DiscountDetailsofOffersdiscountDetailspublic final static Parcelable.Creator<ValidateOfferInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description ValidateOfferInfo()
-
Method Summary
Modifier and Type Method Description StringgetOfferKey()voidsetOfferKey(String offerKey)StringgetDiscountType()voidsetDiscountType(String discountType)StringgetOfferPercentage()voidsetOfferPercentage(String offerPercentage)voidsetMaxDiscountPerTxn(Double maxDiscountPerTxn)StringgetStatus()voidsetStatus(String status)booleangetDisallowTransactionInvalidOffer()voidsetDisallowTransactionInvalidOffer(boolean disallowTransactionInvalidOffer)booleanisValid()StringgetOfferType()voidsetOfferType(String offerType)StringgetOfferCategory()voidsetOfferCategory(String offerCategory)booleanisSkuOffer()booleanisAllPaymentMethodsAvailable()DiscountDetailsofOffersgetDiscountDetails()voidsetDiscountDetails(DiscountDetailsofOffers discountDetails)intdescribeContents()voidwriteToParcel(Parcel parcel, int i)voidsetValid(boolean valid)voidsetSkuOffer(boolean skuOffer)voidsetAllPaymentMethodsAvailable(boolean allPayModeOffer)-
Methods inherited from class com.payu.india.Model.OfferInformation
getAmount, getBnplOfferList, getCardsOfferInfo, getClwOfferInfoList, getDescription, getDiscount, getDiscountedAmount, getEmiOfferInfo, getIsNoCostEmi, getMaxTxnAmount, getMinTxnAmount, getNbOfferList, getTitle, getTnc, getTncLink, getType, getUpiOfferList, getUserDetails, getValidFrom, getValidTo, getWalletOfferList, isToDisplay, isUserVerificationRequired, setAmount, setBnplOfferList, setCardsOfferInfo, setClwOfferInfoList, setDescription, setDiscount, setDiscountedAmount, setEmiOfferInfo, setIsNoCostEmi, setMaxTxnAmount, setMinTxnAmount, setNbOfferList, setTitle, setTnc, setTncLink, setToDisplay, setType, setUpiOfferList, setUserDetails, setUserVerificationRequired, setValidFrom, setValidTo, setWalletOfferList -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOfferKey
String getOfferKey()
-
setOfferKey
void setOfferKey(String offerKey)
-
getDiscountType
String getDiscountType()
-
setDiscountType
void setDiscountType(String discountType)
-
getOfferPercentage
String getOfferPercentage()
-
setOfferPercentage
void setOfferPercentage(String offerPercentage)
-
setMaxDiscountPerTxn
void setMaxDiscountPerTxn(Double maxDiscountPerTxn)
-
getDisallowTransactionInvalidOffer
boolean getDisallowTransactionInvalidOffer()
-
setDisallowTransactionInvalidOffer
void setDisallowTransactionInvalidOffer(boolean disallowTransactionInvalidOffer)
-
isValid
boolean isValid()
-
getOfferType
String getOfferType()
-
setOfferType
void setOfferType(String offerType)
-
getOfferCategory
String getOfferCategory()
-
setOfferCategory
void setOfferCategory(String offerCategory)
-
isSkuOffer
boolean isSkuOffer()
-
isAllPaymentMethodsAvailable
boolean isAllPaymentMethodsAvailable()
-
getDiscountDetails
DiscountDetailsofOffers getDiscountDetails()
-
setDiscountDetails
void setDiscountDetails(DiscountDetailsofOffers discountDetails)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
setValid
void setValid(boolean valid)
-
setSkuOffer
void setSkuOffer(boolean skuOffer)
-
setAllPaymentMethodsAvailable
void setAllPaymentMethodsAvailable(boolean allPayModeOffer)
-
-
-
-