-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PayuOfferDetails implements Parcelable
Created by franklin.michael on 04/04/16. Bean for #api this Bean holds all user cards and its offer details in case of user_credentials mode in case on nb or card_number it holds list of offer details.
-
-
Field Summary
Fields Modifier and Type Field Description private ArrayList<PayuUserOffer>userOffersListprivate ArrayList<PayuOffer>payuOfferListpublic final static Parcelable.Creator<PayuOfferDetails>CREATOR
-
Constructor Summary
Constructors Constructor Description PayuOfferDetails()
-
Method Summary
Modifier and Type Method Description ArrayList<PayuUserOffer>getUserOffersList()voidsetUserOffersList(ArrayList<PayuUserOffer> userOffersList)ArrayList<PayuOffer>getPayuOfferList()voidsetPayuOfferList(ArrayList<PayuOffer> payuOfferList)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Method Detail
-
getUserOffersList
ArrayList<PayuUserOffer> getUserOffersList()
-
setUserOffersList
void setUserOffersList(ArrayList<PayuUserOffer> userOffersList)
-
getPayuOfferList
ArrayList<PayuOffer> getPayuOfferList()
-
setPayuOfferList
void setPayuOfferList(ArrayList<PayuOffer> payuOfferList)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-