package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class HHi { @SerializedName("insAcctId") public final String a; @SerializedName("creditCardFullAmount") public final YXA b; @SerializedName("dataSource") public final String c; @SerializedName("billPayment") public final Lel d; @SerializedName("deeplinkId") public final String e; @SerializedName("partnerTransactionId") public final String f; @SerializedName("partnerId") public final String g; @SerializedName("partnerSubType") public final List h; @SerializedName("partnerName") public final String i; @SerializedName("merchantMetaData") public final Kpz j; /* renamed from: o, reason: collision with root package name */ @SerializedName("partnerType") public final String f8191o; public final String toString() { String str = this.a; String str2 = this.c; String str3 = this.g; String str4 = this.i; String str5 = this.f; String str6 = this.f8191o; List list = this.h; Lel lel = this.d; YXA yxa = this.b; Kpz kpz = this.j; String str7 = this.e; StringBuilder sb = new StringBuilder("InitiatePaymentEntity(insAcctId="); sb.append(str); sb.append(", dataSource="); sb.append(str2); sb.append(", partnerId="); sb.append(str3); sb.append(", partnerName="); sb.append(str4); sb.append(", partnerTransactionId="); sb.append(str5); sb.append(", partnerType="); sb.append(str6); sb.append(", partnerSubType="); sb.append(list); sb.append(", billPayment="); sb.append(lel); sb.append(", creditCardFullAmount="); sb.append(yxa); sb.append(", merchantMetaData="); sb.append(kpz); sb.append(", deeplinkId="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.g; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.i; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.f; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f8191o; int hashCode6 = str6 == null ? 0 : str6.hashCode(); List list = this.h; int hashCode7 = list == null ? 0 : list.hashCode(); Lel lel = this.d; int hashCode8 = lel == null ? 0 : lel.hashCode(); YXA yxa = this.b; int hashCode9 = yxa == null ? 0 : yxa.hashCode(); Kpz kpz = this.j; int hashCode10 = kpz == null ? 0 : kpz.hashCode(); String str7 = this.e; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str7 != null ? str7.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HHi)) { return false; } HHi hHi = (HHi) obj; return C14957gcv.b((Object) this.a, (Object) hHi.a) && C14957gcv.b((Object) this.c, (Object) hHi.c) && C14957gcv.b((Object) this.g, (Object) hHi.g) && C14957gcv.b((Object) this.i, (Object) hHi.i) && C14957gcv.b((Object) this.f, (Object) hHi.f) && C14957gcv.b((Object) this.f8191o, (Object) hHi.f8191o) && C14957gcv.b(this.h, hHi.h) && C14957gcv.b(this.d, hHi.d) && C14957gcv.b(this.b, hHi.b) && C14957gcv.b(this.j, hHi.j) && C14957gcv.b((Object) this.e, (Object) hHi.e); } }