-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PayuOffer implements Parcelable
Created by franklin on 7/3/15. Simple bean implementation of payu offers. should be used with com.payu.india.Interfaces.GetOfferStatusApiListener
-
-
Field Summary
Fields Modifier and Type Field Description private Stringstatusprivate Stringmsgprivate StringerrorCodeprivate StringofferKeyprivate StringofferTypeprivate StringofferAvailedCountprivate StringofferRemainingCountprivate Stringdiscountprivate Stringcategoryprivate Stringidprivate Stringtitleprivate Stringdescriptionprivate StringminAmountprivate StringdiscountUnitprivate StringvalidOnDaysprivate ArrayList<String>allowedOnpublic final static Parcelable.Creator<PayuOffer>CREATOR
-
Constructor Summary
Constructors Constructor Description PayuOffer()
-
Method Summary
-
-
Method Detail
-
getErrorCode
String getErrorCode()
-
setErrorCode
void setErrorCode(String errorCode)
-
getOfferKey
String getOfferKey()
-
setOfferKey
void setOfferKey(String offerKey)
-
getOfferType
String getOfferType()
-
setOfferType
void setOfferType(String offerType)
-
getOfferAvailedCount
String getOfferAvailedCount()
-
setOfferAvailedCount
void setOfferAvailedCount(String offerAvailedCount)
-
getOfferRemainingCount
String getOfferRemainingCount()
-
setOfferRemainingCount
void setOfferRemainingCount(String offerRemainingCount)
-
getDiscount
String getDiscount()
-
setDiscount
void setDiscount(String discount)
-
getCategory
String getCategory()
-
setCategory
void setCategory(String category)
-
getDescription
String getDescription()
-
setDescription
void setDescription(String description)
-
getMinAmount
String getMinAmount()
-
setMinAmount
void setMinAmount(String minAmount)
-
getDiscountUnit
String getDiscountUnit()
-
setDiscountUnit
void setDiscountUnit(String discountUnit)
-
getValidOnDays
String getValidOnDays()
-
setValidOnDays
void setValidOnDays(String validOnDays)
-
getAllowedOn
ArrayList<String> getAllowedOn()
-
setAllowedOn
void setAllowedOn(ArrayList<String> allowedOn)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-