package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class Phl { @SerializedName("additionalMetaData") public final Jky a; @SerializedName("amount") public final double b; @SerializedName("accountFrom") public final String c; @SerializedName("biller") public final AjZ d; @SerializedName("accountFromName") public final String e; @SerializedName("ref3") public final String f; @SerializedName("fee") public final double g; @SerializedName("ref2") public final String h; @SerializedName("ref1") public final String i; @SerializedName("paymentId") public final String j; @SerializedName("timestamp") public final String k; @SerializedName("serviceNumber") public final String l; @SerializedName("serviceType") public final String m; @SerializedName("senderBankLogo") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("senderBank") public final String f8316o; public final String toString() { String str = this.j; String str2 = this.k; String str3 = this.c; String str4 = this.e; String str5 = this.l; String str6 = this.m; String str7 = this.i; String str8 = this.h; String str9 = this.f; double d = this.b; double d2 = this.g; String str10 = this.f8316o; String str11 = this.n; AjZ ajZ = this.d; Jky jky = this.a; StringBuilder sb = new StringBuilder("BillPaymentTransactionsEntity(paymentId="); sb.append(str); sb.append(", timestamp="); sb.append(str2); sb.append(", accountFrom="); sb.append(str3); sb.append(", accountFromName="); sb.append(str4); sb.append(", serviceNumber="); sb.append(str5); sb.append(", serviceType="); sb.append(str6); sb.append(", ref1="); sb.append(str7); sb.append(", ref2="); sb.append(str8); sb.append(", ref3="); sb.append(str9); sb.append(", amount="); sb.append(d); sb.append(", fee="); sb.append(d2); sb.append(", senderBank="); sb.append(str10); sb.append(", senderBankLogo="); sb.append(str11); sb.append(", biller="); sb.append(ajZ); sb.append(", additionalMetaData="); sb.append(jky); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.j.hashCode(); int hashCode2 = this.k.hashCode(); int hashCode3 = this.c.hashCode(); String str = this.e; int hashCode4 = str == null ? 0 : str.hashCode(); int hashCode5 = this.l.hashCode(); int hashCode6 = this.m.hashCode(); int hashCode7 = this.i.hashCode(); String str2 = this.h; int hashCode8 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f; int hashCode9 = str3 == null ? 0 : str3.hashCode(); int hashCode10 = Double.hashCode(this.b); int hashCode11 = Double.hashCode(this.g); String str4 = this.f8316o; int hashCode12 = str4 == null ? 0 : str4.hashCode(); String str5 = this.n; int hashCode13 = str5 == null ? 0 : str5.hashCode(); AjZ ajZ = this.d; int hashCode14 = ajZ == null ? 0 : ajZ.hashCode(); Jky jky = this.a; 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) + (jky != null ? jky.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Phl)) { return false; } Phl phl = (Phl) obj; return C14957gcv.b((Object) this.j, (Object) phl.j) && C14957gcv.b((Object) this.k, (Object) phl.k) && C14957gcv.b((Object) this.c, (Object) phl.c) && C14957gcv.b((Object) this.e, (Object) phl.e) && C14957gcv.b((Object) this.l, (Object) phl.l) && C14957gcv.b((Object) this.m, (Object) phl.m) && C14957gcv.b((Object) this.i, (Object) phl.i) && C14957gcv.b((Object) this.h, (Object) phl.h) && C14957gcv.b((Object) this.f, (Object) phl.f) && Double.compare(this.b, phl.b) == 0 && Double.compare(this.g, phl.g) == 0 && C14957gcv.b((Object) this.f8316o, (Object) phl.f8316o) && C14957gcv.b((Object) this.n, (Object) phl.n) && C14957gcv.b(this.d, phl.d) && C14957gcv.b(this.a, phl.a); } }