-
- All Implemented Interfaces:
-
android.os.Parcelable
public class EMIOptionInOffers implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private StringbankCodeprivate StringemiTypeprivate ArrayList<PaymentOptionOfferinfo>paymentOptionOfferinfoArrayListpublic final static Parcelable.Creator<EMIOptionInOffers>CREATOR
-
Constructor Summary
Constructors Constructor Description EMIOptionInOffers()
-
Method Summary
Modifier and Type Method Description StringgetBankCode()voidsetBankCode(String bankCode)StringgetEmiType()voidsetEmiType(String emiType)ArrayList<PaymentOptionOfferinfo>getPaymentOptionOfferinfoArrayList()voidsetPaymentOptionOfferinfoArrayList(ArrayList<PaymentOptionOfferinfo> paymentOptionOfferinfoArrayList)intdescribeContents()voidwriteToParcel(Parcel parcel, int i)-
-
Method Detail
-
getBankCode
String getBankCode()
-
setBankCode
void setBankCode(String bankCode)
-
getEmiType
String getEmiType()
-
setEmiType
void setEmiType(String emiType)
-
getPaymentOptionOfferinfoArrayList
ArrayList<PaymentOptionOfferinfo> getPaymentOptionOfferinfoArrayList()
-
setPaymentOptionOfferinfoArrayList
void setPaymentOptionOfferinfoArrayList(ArrayList<PaymentOptionOfferinfo> paymentOptionOfferinfoArrayList)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
-
-
-