package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.fns, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C14158fns extends C16562pOe { @SerializedName("installmentType") public final String a; @SerializedName("monthlyPayment") public final double b; @SerializedName("rate") public final String c; @SerializedName("loanId") public final String d; @SerializedName("installments") public final List e; @SerializedName("totalPayment") public final double f; @SerializedName("totalApprovedPayment") public final double g; @SerializedName("totalInterest") public final double h; @SerializedName("refId") public final String i; @SerializedName("term") public final String j; @SerializedName("verifiedEmail") public final String k; @SerializedName("transactionDate") public final String l; @SerializedName("totalPrincipal") public final double m; @SerializedName("totalRequestedPurchase") public final double n; /* renamed from: o, reason: collision with root package name */ @SerializedName("totalPurchase") public final double f9132o; private /* synthetic */ C14158fns(char c) { this((byte) 0); } private C14158fns(byte b) { this.j = null; this.c = null; this.d = null; this.i = null; this.n = 0.0d; this.g = 0.0d; this.f9132o = 0.0d; this.m = 0.0d; this.f = 0.0d; this.b = 0.0d; this.l = null; this.e = null; this.h = 0.0d; this.k = null; this.a = null; } public final String toString() { String str = this.j; String str2 = this.c; String str3 = this.d; String str4 = this.i; double d = this.n; double d2 = this.g; double d3 = this.f9132o; double d4 = this.m; double d5 = this.f; double d6 = this.b; String str5 = this.l; List list = this.e; double d7 = this.h; String str6 = this.k; String str7 = this.a; StringBuilder sb = new StringBuilder("DeejungInstallmentsConfirmationResponseEntity(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(", transactionDate="); sb.append(str5); sb.append(", installments="); sb.append(list); sb.append(", totalInterest="); sb.append(d7); sb.append(", verifiedEmail="); sb.append(str6); sb.append(", installmentType="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.j; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.i; int hashCode4 = str4 == null ? 0 : str4.hashCode(); int hashCode5 = Double.hashCode(this.n); int hashCode6 = Double.hashCode(this.g); int hashCode7 = Double.hashCode(this.f9132o); int hashCode8 = Double.hashCode(this.m); int hashCode9 = Double.hashCode(this.f); int hashCode10 = Double.hashCode(this.b); String str5 = this.l; int hashCode11 = str5 == null ? 0 : str5.hashCode(); List list = this.e; int hashCode12 = list == null ? 0 : list.hashCode(); int hashCode13 = Double.hashCode(this.h); String str6 = this.k; int hashCode14 = str6 == null ? 0 : str6.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 C14158fns)) { return false; } C14158fns c14158fns = (C14158fns) obj; return C14957gcv.b((Object) this.j, (Object) c14158fns.j) && C14957gcv.b((Object) this.c, (Object) c14158fns.c) && C14957gcv.b((Object) this.d, (Object) c14158fns.d) && C14957gcv.b((Object) this.i, (Object) c14158fns.i) && Double.compare(this.n, c14158fns.n) == 0 && Double.compare(this.g, c14158fns.g) == 0 && Double.compare(this.f9132o, c14158fns.f9132o) == 0 && Double.compare(this.m, c14158fns.m) == 0 && Double.compare(this.f, c14158fns.f) == 0 && Double.compare(this.b, c14158fns.b) == 0 && C14957gcv.b((Object) this.l, (Object) c14158fns.l) && C14957gcv.b(this.e, c14158fns.e) && Double.compare(this.h, c14158fns.h) == 0 && C14957gcv.b((Object) this.k, (Object) c14158fns.k) && C14957gcv.b((Object) this.a, (Object) c14158fns.a); } public C14158fns() { this((char) 0); } }