-
- All Implemented Interfaces:
-
android.os.Parcelable
public class QuickPaySavedOption extends PaymentDetails implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private StringpgTitleprivate StringpgDetailsprivate StringibiboCodeprivate StringpaymentTypeprivate StringuserCredentialprivate booleanpgDisplayprivate booleanpgUPprivate booleantokenTxnprivate StringphoneNumberpublic final static Parcelable.Creator<QuickPaySavedOption>CREATOR
-
Constructor Summary
Constructors Constructor Description QuickPaySavedOption()
-
Method Summary
Modifier and Type Method Description StringgetPgTitle()voidsetPgTitle(String pgTitle)StringgetPgDetails()voidsetPgDetails(String pgDetails)StringgetIbiboCode()voidsetIbiboCode(String ibiboCode)StringgetPaymentType()voidsetPaymentType(String paymentType)StringgetUserCredential()voidsetUserCredential(String userCredential)voidsetPgDisplay(boolean pgDisplay)voidsetPgUP(boolean pgUP)voidsetTokenTxn(boolean tokenTxn)StringgetPhoneNumber()voidsetPhoneNumber(String phoneNumber)booleanisPgDisplay()booleanisPgUP()booleanisTokenTxn()intdescribeContents()voidwriteToParcel(Parcel parcel, int flags)-
Methods inherited from class com.payu.india.Model.PaymentDetails
getAdditionalCharge, getBankCode, getBankId, getBankName, getIfscCode, getIsSecureWebview, getOfferDetailsList, getPgId, getVerificationModeList, isBankDown, setAdditionalCharge, setBankCode, setBankDown, setBankId, setBankName, setIfscCode, setIsSecureWebview, setOfferDetailsList, setPgId, setVerificationModeList, writeToParcel -
Methods inherited from class com.payu.india.Model.PaymentProductDetails
getCategory, getImageURL, getImageUpdatedOn, setCategory, setImageURL, setImageUpdatedOn -
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
-
getPgTitle
String getPgTitle()
-
setPgTitle
void setPgTitle(String pgTitle)
-
getPgDetails
String getPgDetails()
-
setPgDetails
void setPgDetails(String pgDetails)
-
getIbiboCode
String getIbiboCode()
-
setIbiboCode
void setIbiboCode(String ibiboCode)
-
getPaymentType
String getPaymentType()
-
setPaymentType
void setPaymentType(String paymentType)
-
getUserCredential
String getUserCredential()
-
setUserCredential
void setUserCredential(String userCredential)
-
setPgDisplay
void setPgDisplay(boolean pgDisplay)
-
setPgUP
void setPgUP(boolean pgUP)
-
setTokenTxn
void setTokenTxn(boolean tokenTxn)
-
getPhoneNumber
String getPhoneNumber()
-
setPhoneNumber
void setPhoneNumber(String phoneNumber)
-
isPgDisplay
boolean isPgDisplay()
-
isPgUP
boolean isPgUP()
-
isTokenTxn
boolean isTokenTxn()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int flags)
-
-
-
-