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