package o; import java.util.List; /* renamed from: o.cKm, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C6162cKm { public final C0894Qxm a; public final cAV b; public final qKp c; public final String d; public final C15758iOf e; public final String f; public final String g; public final String h; public final List i; public final String j; public final boolean m; public C6162cKm(qKp qkp, String str, String str2, String str3, String str4, List list, cAV cav, C0894Qxm c0894Qxm, C15758iOf c15758iOf, boolean z, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(list, ""); C14957gcv.e(str5, ""); this.c = qkp; this.f = str; this.g = str2; this.h = str3; this.j = str4; this.i = list; this.b = cav; this.a = c0894Qxm; this.e = c15758iOf; this.m = z; this.d = str5; } public final String toString() { qKp qkp = this.c; String str = this.f; String str2 = this.g; String str3 = this.h; String str4 = this.j; List list = this.i; cAV cav = this.b; C0894Qxm c0894Qxm = this.a; C15758iOf c15758iOf = this.e; boolean z = this.m; String str5 = this.d; StringBuilder sb = new StringBuilder("PurchaseSourceOfFund(creditCardInstallment="); sb.append(qkp); sb.append(", partnerId="); sb.append(str); sb.append(", partnerName="); sb.append(str2); sb.append(", partnerTransactionId="); sb.append(str3); sb.append(", partnerType="); sb.append(str4); sb.append(", partnerSubType="); sb.append(list); sb.append(", billPayment="); sb.append(cav); sb.append(", creditCardFullAmount="); sb.append(c0894Qxm); sb.append(", merchantMetaData="); sb.append(c15758iOf); sb.append(", pointEligibility="); sb.append(z); sb.append(", deeplinkId="); sb.append(str5); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { qKp qkp = this.c; int hashCode = qkp == null ? 0 : qkp.hashCode(); int hashCode2 = this.f.hashCode(); int hashCode3 = this.g.hashCode(); int hashCode4 = this.h.hashCode(); int hashCode5 = this.j.hashCode(); int hashCode6 = this.i.hashCode(); cAV cav = this.b; int hashCode7 = cav == null ? 0 : cav.hashCode(); C0894Qxm c0894Qxm = this.a; int hashCode8 = c0894Qxm == null ? 0 : c0894Qxm.hashCode(); C15758iOf c15758iOf = this.e; int hashCode9 = c15758iOf != null ? c15758iOf.hashCode() : 0; boolean z = this.m; int i = z; if (z != 0) { i = 1; } return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + i) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C6162cKm)) { return false; } C6162cKm c6162cKm = (C6162cKm) obj; return C14957gcv.b(this.c, c6162cKm.c) && C14957gcv.b((Object) this.f, (Object) c6162cKm.f) && C14957gcv.b((Object) this.g, (Object) c6162cKm.g) && C14957gcv.b((Object) this.h, (Object) c6162cKm.h) && C14957gcv.b((Object) this.j, (Object) c6162cKm.j) && C14957gcv.b(this.i, c6162cKm.i) && C14957gcv.b(this.b, c6162cKm.b) && C14957gcv.b(this.a, c6162cKm.a) && C14957gcv.b(this.e, c6162cKm.e) && this.m == c6162cKm.m && C14957gcv.b((Object) this.d, (Object) c6162cKm.d); } }