-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PayuEmiAmountAccordingToInterest implements Parcelable
Created by Shoaib on 30/3/16. Simple bean implementation of payu offers. should be used with com.payu.india.Interfaces.GetOfferStatusApiListener
-
-
Field Summary
Fields Modifier and Type Field Description private StringemiBankInterestprivate StringbankRateprivate StringbankChargeprivate Stringamountprivate StringcardTypeprivate StringemiValueprivate StringemiInterestPaidprivate Stringtenurepublic final static Parcelable.Creator<PayuEmiAmountAccordingToInterest>CREATOR
-
Constructor Summary
Constructors Constructor Description PayuEmiAmountAccordingToInterest()
-
Method Summary
Modifier and Type Method Description StringgetEmiBankInterest()voidsetEmiBankInterest(String emiBankInterest)StringgetBankRate()voidsetBankRate(String bankRate)StringgetBankCharge()voidsetBankCharge(String bankCharge)StringgetAmount()voidsetAmount(String amount)StringgetCardType()voidsetCardType(String cardType)StringgetEmiValue()voidsetEmiValue(String emiValue)StringgetEmiInterestPaid()voidsetEmiInterestPaid(String emiInterestPaid)StringgetTenure()voidsetTenure(String tenure)static PayuEmiAmountAccordingToInterestpayuEmiAmountAccordingToInterestResponseHelper(String bankCode, String emiMonths, HashMap<String, HashMap<String, PayuEmiAmountAccordingToInterest>> emiResponse)getEmiAmountAccordingToInterestResponse API response helperPass bankcode, emiMonths and API response to get EMI detailsfor this bankcode and emiMonths duration static HashMap<String, PayuEmiAmountAccordingToInterest>payuEmiAmountAccordingToInterestResponseHelper(String bankCode, HashMap<String, HashMap<String, PayuEmiAmountAccordingToInterest>> emiResponse)getEmiAmountAccordingToInterestResponse API response helperPass bankcode and API response to get EMI details of all the monthsfor this bankcode intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getEmiBankInterest
String getEmiBankInterest()
-
setEmiBankInterest
void setEmiBankInterest(String emiBankInterest)
-
getBankRate
String getBankRate()
-
setBankRate
void setBankRate(String bankRate)
-
getBankCharge
String getBankCharge()
-
setBankCharge
void setBankCharge(String bankCharge)
-
getCardType
String getCardType()
-
setCardType
void setCardType(String cardType)
-
getEmiValue
String getEmiValue()
-
setEmiValue
void setEmiValue(String emiValue)
-
getEmiInterestPaid
String getEmiInterestPaid()
-
setEmiInterestPaid
void setEmiInterestPaid(String emiInterestPaid)
-
payuEmiAmountAccordingToInterestResponseHelper
static PayuEmiAmountAccordingToInterest payuEmiAmountAccordingToInterestResponseHelper(String bankCode, String emiMonths, HashMap<String, HashMap<String, PayuEmiAmountAccordingToInterest>> emiResponse)
getEmiAmountAccordingToInterestResponse API response helperPass bankcode, emiMonths and API response to get EMI detailsfor this bankcode and emiMonths duration
- Parameters:
bankCode- BankCode returned from APIemiMonths- EMIMonths returned from APIemiResponse- getEmiAmountAccordingToInterestResponse API response from PayuResponse
-
payuEmiAmountAccordingToInterestResponseHelper
static HashMap<String, PayuEmiAmountAccordingToInterest> payuEmiAmountAccordingToInterestResponseHelper(String bankCode, HashMap<String, HashMap<String, PayuEmiAmountAccordingToInterest>> emiResponse)
getEmiAmountAccordingToInterestResponse API response helperPass bankcode and API response to get EMI details of all the monthsfor this bankcode
- Parameters:
bankCode- BankCode returned from APIemiResponse- getEmiAmountAccordingToInterestResponse API response from PayuResponse
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-