-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PaymentDetails extends PaymentProductDetails implements Parcelable
Created by franklin on 5/26/15. Simple Bean implementation of Payment details. Payment details should be used only with creditCard, debitCard, cashCard, ivr, ivrdc, paisaWallet
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<PaymentDetails>CREATORprivate StringbankNameprivate StringbankCodeprivate StringbankIdprivate StringpgIdprivate StringadditionalChargeprivate booleanisBankDownprivate ArrayList<PayuOffer>offerDetailsListprivate booleanisSecureWebviewprivate StringifscCodeprivate ArrayList<String>verificationModeList
-
Constructor Summary
Constructors Constructor Description PaymentDetails()
-
Method Summary
Modifier and Type Method Description StringgetBankName()voidsetBankName(String bankName)StringgetBankCode()voidsetBankCode(String bankCode)StringgetBankId()voidsetBankId(String bankId)StringgetPgId()voidsetPgId(String pgId)StringgetAdditionalCharge()voidsetAdditionalCharge(String additionalCharge)booleanisBankDown()ArrayList<PayuOffer>getOfferDetailsList()voidsetOfferDetailsList(ArrayList<PayuOffer> offerDetailsList)booleangetIsSecureWebview()voidsetIsSecureWebview(boolean isSecureWebview)StringgetIfscCode()voidsetIfscCode(String ifscCode)ArrayList<String>getVerificationModeList()voidsetVerificationModeList(ArrayList<String> verificationModeList)voidsetBankDown(boolean bankDown)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
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
-
getBankName
String getBankName()
-
setBankName
void setBankName(String bankName)
-
getBankCode
String getBankCode()
-
setBankCode
void setBankCode(String bankCode)
-
getAdditionalCharge
String getAdditionalCharge()
-
setAdditionalCharge
void setAdditionalCharge(String additionalCharge)
-
isBankDown
boolean isBankDown()
-
getOfferDetailsList
ArrayList<PayuOffer> getOfferDetailsList()
-
setOfferDetailsList
void setOfferDetailsList(ArrayList<PayuOffer> offerDetailsList)
-
getIsSecureWebview
boolean getIsSecureWebview()
-
setIsSecureWebview
void setIsSecureWebview(boolean isSecureWebview)
-
getIfscCode
String getIfscCode()
-
setIfscCode
void setIfscCode(String ifscCode)
-
getVerificationModeList
ArrayList<String> getVerificationModeList()
-
setVerificationModeList
void setVerificationModeList(ArrayList<String> verificationModeList)
-
setBankDown
void setBankDown(boolean bankDown)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-