package o; import java.util.List; /* loaded from: classes3.dex */ public final class iAj { public String a; public String b; public Double c; public String d; public List e; public Double f; public String g; public String h; public Double i; public Double j; public String k; public String l; public Double m; public Double n; /* renamed from: o, reason: collision with root package name */ public Double f9167o; private iAj(byte b) { this.h = null; this.d = null; this.b = null; this.g = null; this.f9167o = null; this.i = null; this.n = null; this.m = null; this.f = null; this.c = null; this.j = null; this.k = null; this.l = null; this.e = null; this.a = null; } public /* synthetic */ iAj(char c) { this((byte) 0); } public final String toString() { String str = this.h; String str2 = this.d; String str3 = this.b; String str4 = this.g; Double d = this.f9167o; Double d2 = this.i; Double d3 = this.n; Double d4 = this.m; Double d5 = this.f; Double d6 = this.c; Double d7 = this.j; String str5 = this.k; String str6 = this.l; List list = this.e; String str7 = this.a; StringBuilder sb = new StringBuilder("DeejungInstallmentsConfirmationResponse(term="); sb.append(str); sb.append(", rate="); sb.append(str2); sb.append(", loanId="); sb.append(str3); sb.append(", refId="); sb.append(str4); sb.append(", totalRequestedPurchase="); sb.append(d); sb.append(", totalApprovedPayment="); sb.append(d2); sb.append(", totalPurchase="); sb.append(d3); sb.append(", totalPrincipal="); sb.append(d4); sb.append(", totalPayment="); sb.append(d5); sb.append(", monthlyPayment="); sb.append(d6); sb.append(", totalInterest="); sb.append(d7); sb.append(", transactionDate="); sb.append(str5); sb.append(", verifiedEmail="); sb.append(str6); sb.append(", installments="); sb.append(list); sb.append(", installmentType="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.h; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.g; int hashCode4 = str4 == null ? 0 : str4.hashCode(); Double d = this.f9167o; int hashCode5 = d == null ? 0 : d.hashCode(); Double d2 = this.i; int hashCode6 = d2 == null ? 0 : d2.hashCode(); Double d3 = this.n; int hashCode7 = d3 == null ? 0 : d3.hashCode(); Double d4 = this.m; int hashCode8 = d4 == null ? 0 : d4.hashCode(); Double d5 = this.f; int hashCode9 = d5 == null ? 0 : d5.hashCode(); Double d6 = this.c; int hashCode10 = d6 == null ? 0 : d6.hashCode(); Double d7 = this.j; int hashCode11 = d7 == null ? 0 : d7.hashCode(); String str5 = this.k; int hashCode12 = str5 == null ? 0 : str5.hashCode(); String str6 = this.l; int hashCode13 = str6 == null ? 0 : str6.hashCode(); List list = this.e; int hashCode14 = list == null ? 0 : list.hashCode(); String str7 = this.a; return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str7 != null ? str7.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof iAj)) { return false; } iAj iaj = (iAj) obj; return C14957gcv.b((Object) this.h, (Object) iaj.h) && C14957gcv.b((Object) this.d, (Object) iaj.d) && C14957gcv.b((Object) this.b, (Object) iaj.b) && C14957gcv.b((Object) this.g, (Object) iaj.g) && C14957gcv.b(this.f9167o, iaj.f9167o) && C14957gcv.b(this.i, iaj.i) && C14957gcv.b(this.n, iaj.n) && C14957gcv.b(this.m, iaj.m) && C14957gcv.b(this.f, iaj.f) && C14957gcv.b(this.c, iaj.c) && C14957gcv.b(this.j, iaj.j) && C14957gcv.b((Object) this.k, (Object) iaj.k) && C14957gcv.b((Object) this.l, (Object) iaj.l) && C14957gcv.b(this.e, iaj.e) && C14957gcv.b((Object) this.a, (Object) iaj.a); } public iAj() { this((char) 0); } }