package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class UEu { @SerializedName("accountTo") public final String a; @SerializedName("accountFrom") public final String b; @SerializedName("merchantMetaData") public final KrN c; @SerializedName("deeplinkId") public final String d; @SerializedName("amount") public final float e; @SerializedName("partnerName") public final String f; @SerializedName("partnerSubType") public final String g; @SerializedName("partnerTransactionId") public final String h; @SerializedName("partnerId") public final String i; @SerializedName("partnerType") public final String j; @SerializedName("ref3") public final String k; @SerializedName("ref2") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("ref1") public final String f8384o; public final String toString() { String str = this.a; float f = this.e; String str2 = this.f; String str3 = this.h; String str4 = this.f8384o; String str5 = this.n; String str6 = this.i; String str7 = this.k; String str8 = this.b; String str9 = this.j; String str10 = this.g; KrN krN = this.c; String str11 = this.d; StringBuilder sb = new StringBuilder("BillPaymentPartnerEntity(accountTo="); sb.append(str); sb.append(", amount="); sb.append(f); sb.append(", partnerName="); sb.append(str2); sb.append(", partnerTransactionId="); sb.append(str3); sb.append(", ref1="); sb.append(str4); sb.append(", ref2="); sb.append(str5); sb.append(", partnerId="); sb.append(str6); sb.append(", ref3="); sb.append(str7); sb.append(", accountFrom="); sb.append(str8); sb.append(", partnerType="); sb.append(str9); sb.append(", partnerSubType="); sb.append(str10); sb.append(", merchantMetaData="); sb.append(krN); sb.append(", deeplinkId="); sb.append(str11); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = Float.hashCode(this.e); int hashCode3 = this.f.hashCode(); int hashCode4 = this.h.hashCode(); int hashCode5 = this.f8384o.hashCode(); String str = this.n; int hashCode6 = str == null ? 0 : str.hashCode(); int hashCode7 = this.i.hashCode(); String str2 = this.k; int hashCode8 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode9 = str3 == null ? 0 : str3.hashCode(); int hashCode10 = this.j.hashCode(); int hashCode11 = this.g.hashCode(); KrN krN = this.c; int hashCode12 = krN == null ? 0 : krN.hashCode(); String str4 = this.d; 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) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof UEu)) { return false; } UEu uEu = (UEu) obj; return C14957gcv.b((Object) this.a, (Object) uEu.a) && Float.compare(this.e, uEu.e) == 0 && C14957gcv.b((Object) this.f, (Object) uEu.f) && C14957gcv.b((Object) this.h, (Object) uEu.h) && C14957gcv.b((Object) this.f8384o, (Object) uEu.f8384o) && C14957gcv.b((Object) this.n, (Object) uEu.n) && C14957gcv.b((Object) this.i, (Object) uEu.i) && C14957gcv.b((Object) this.k, (Object) uEu.k) && C14957gcv.b((Object) this.b, (Object) uEu.b) && C14957gcv.b((Object) this.j, (Object) uEu.j) && C14957gcv.b((Object) this.g, (Object) uEu.g) && C14957gcv.b(this.c, uEu.c) && C14957gcv.b((Object) this.d, (Object) uEu.d); } }