package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class lMw { @SerializedName("email") public final String a; @SerializedName("receivingAccount") public final C15747iJN b; @SerializedName("mainAccountFlag") public final int c; @SerializedName("remarks") public final List d; @SerializedName("closingAccount") public final LWm e; @SerializedName("subDeposit") public final List f; @SerializedName("transactionToken") public final String g; /* loaded from: classes3.dex */ public static final class IeS { @SerializedName("deposit") public final double a; @SerializedName("interest") public final double b; @SerializedName("date") public final String c; @SerializedName("maturityDate") public final String d; @SerializedName("interestRate") public final double e; @SerializedName("totalAmount") public final double f; @SerializedName("tax") public final double h; @SerializedName("number") public final String i; public final String toString() { String str = this.i; String str2 = this.c; double d = this.a; double d2 = this.b; double d3 = this.e; String str3 = this.d; double d4 = this.h; double d5 = this.f; StringBuilder sb = new StringBuilder("SubDepositEntity(number="); sb.append(str); sb.append(", date="); sb.append(str2); sb.append(", deposit="); sb.append(d); sb.append(", interest="); sb.append(d2); sb.append(", interestRate="); sb.append(d3); sb.append(", maturityDate="); sb.append(str3); sb.append(", tax="); sb.append(d4); sb.append(", totalAmount="); sb.append(d5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((this.i.hashCode() * 31) + this.c.hashCode()) * 31) + Double.hashCode(this.a)) * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.e)) * 31) + this.d.hashCode()) * 31) + Double.hashCode(this.h)) * 31) + Double.hashCode(this.f); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof IeS)) { return false; } IeS ieS = (IeS) obj; return C14957gcv.b((Object) this.i, (Object) ieS.i) && C14957gcv.b((Object) this.c, (Object) ieS.c) && Double.compare(this.a, ieS.a) == 0 && Double.compare(this.b, ieS.b) == 0 && Double.compare(this.e, ieS.e) == 0 && C14957gcv.b((Object) this.d, (Object) ieS.d) && Double.compare(this.h, ieS.h) == 0 && Double.compare(this.f, ieS.f) == 0; } } /* loaded from: classes3.dex */ public static final class LWm { @SerializedName("closingFee") public final double a; @SerializedName("balance") public final double b; @SerializedName("interest") public final double c; @SerializedName("irFee") public final double d; @SerializedName("branch") public final String e; @SerializedName("netAmount") public final double f; @SerializedName("number") public final String g; @SerializedName("subAttribute") public final String h; @SerializedName("tax") public final double i; @SerializedName("name") public final String j; @SerializedName("type") public final String n; public final String toString() { String str = this.j; String str2 = this.e; String str3 = this.g; String str4 = this.n; String str5 = this.h; double d = this.b; double d2 = this.c; double d3 = this.i; double d4 = this.a; double d5 = this.d; double d6 = this.f; StringBuilder sb = new StringBuilder("ClosingAccountEntity(name="); sb.append(str); sb.append(", branch="); sb.append(str2); sb.append(", number="); sb.append(str3); sb.append(", type="); sb.append(str4); sb.append(", subAttribute="); sb.append(str5); sb.append(", balance="); sb.append(d); sb.append(", interest="); sb.append(d2); sb.append(", tax="); sb.append(d3); sb.append(", closingFee="); sb.append(d4); sb.append(", irFee="); sb.append(d5); sb.append(", netAmount="); sb.append(d6); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((((((((this.j.hashCode() * 31) + this.e.hashCode()) * 31) + this.g.hashCode()) * 31) + this.n.hashCode()) * 31) + this.h.hashCode()) * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.c)) * 31) + Double.hashCode(this.i)) * 31) + Double.hashCode(this.a)) * 31) + Double.hashCode(this.d)) * 31) + Double.hashCode(this.f); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof LWm)) { return false; } LWm lWm = (LWm) obj; return C14957gcv.b((Object) this.j, (Object) lWm.j) && C14957gcv.b((Object) this.e, (Object) lWm.e) && C14957gcv.b((Object) this.g, (Object) lWm.g) && C14957gcv.b((Object) this.n, (Object) lWm.n) && C14957gcv.b((Object) this.h, (Object) lWm.h) && Double.compare(this.b, lWm.b) == 0 && Double.compare(this.c, lWm.c) == 0 && Double.compare(this.i, lWm.i) == 0 && Double.compare(this.a, lWm.a) == 0 && Double.compare(this.d, lWm.d) == 0 && Double.compare(this.f, lWm.f) == 0; } } public final String toString() { int i = this.c; LWm lWm = this.e; C15747iJN c15747iJN = this.b; String str = this.a; List list = this.f; String str2 = this.g; List list2 = this.d; StringBuilder sb = new StringBuilder("CloseAccountEligibilityValidationEntity(mainAccountFlag="); sb.append(i); sb.append(", closingAccount="); sb.append(lWm); sb.append(", receivingAccount="); sb.append(c15747iJN); sb.append(", email="); sb.append(str); sb.append(", subDeposit="); sb.append(list); sb.append(", transactionToken="); sb.append(str2); sb.append(", remarks="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.c); LWm lWm = this.e; int hashCode2 = lWm == null ? 0 : lWm.hashCode(); C15747iJN c15747iJN = this.b; int hashCode3 = c15747iJN == null ? 0 : c15747iJN.hashCode(); String str = this.a; int hashCode4 = str == null ? 0 : str.hashCode(); List list = this.f; int hashCode5 = list == null ? 0 : list.hashCode(); String str2 = this.g; int hashCode6 = str2 == null ? 0 : str2.hashCode(); List list2 = this.d; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof lMw)) { return false; } lMw lmw = (lMw) obj; return this.c == lmw.c && C14957gcv.b(this.e, lmw.e) && C14957gcv.b(this.b, lmw.b) && C14957gcv.b((Object) this.a, (Object) lmw.a) && C14957gcv.b(this.f, lmw.f) && C14957gcv.b((Object) this.g, (Object) lmw.g) && C14957gcv.b(this.d, lmw.d); } }