package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public class hAH extends C16562pOe { @SerializedName("accountTo") public String a; @SerializedName("accountToDisplayName") public String b; @SerializedName("accountToBankCode") public String c; @SerializedName("accountToName") public String d; @SerializedName("accountFromName") public String e; @SerializedName("fastpayFlag") public String f; @SerializedName("channelFee") public double g; @SerializedName("accountToType") public String h; @SerializedName("botFee") public double i; @SerializedName("feeType") public String j; @SerializedName("sequence") public String k; @SerializedName("pointCustomerName") public String l; @SerializedName("scbFee") public double m; @SerializedName("pccTraceNo") public String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("terminalNo") public String f9154o; @SerializedName("totalFee") public double p; @SerializedName("warningHeader") public String q; @SerializedName("transferType") public String r; @SerializedName("transactionToken") public String s; @SerializedName("warningMsg") public String t; public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof hAH)) { return false; } hAH hah = (hAH) obj; if (Double.compare(hah.p, this.p) != 0 || Double.compare(hah.m, this.m) != 0 || Double.compare(hah.i, this.i) != 0 || Double.compare(hah.g, this.g) != 0) { return false; } String str = this.e; if (str == null ? hah.e != null : !str.equals(hah.e)) { return false; } String str2 = this.a; if (str2 == null ? hah.a != null : !str2.equals(hah.a)) { return false; } String str3 = this.c; if (str3 == null ? hah.c != null : !str3.equals(hah.c)) { return false; } String str4 = this.b; if (str4 == null ? hah.b != null : !str4.equals(hah.b)) { return false; } String str5 = this.d; if (str5 == null ? hah.d != null : !str5.equals(hah.d)) { return false; } String str6 = this.h; if (str6 == null ? hah.h != null : !str6.equals(hah.h)) { return false; } String str7 = this.n; if (str7 == null ? hah.n != null : !str7.equals(hah.n)) { return false; } String str8 = this.r; if (str8 == null ? hah.r != null : !str8.equals(hah.r)) { return false; } String str9 = this.j; if (str9 == null ? hah.j != null : !str9.equals(hah.j)) { return false; } String str10 = this.f9154o; if (str10 == null ? hah.f9154o != null : !str10.equals(hah.f9154o)) { return false; } String str11 = this.k; if (str11 == null ? hah.k != null : !str11.equals(hah.k)) { return false; } String str12 = this.s; if (str12 == null ? hah.s != null : !str12.equals(hah.s)) { return false; } String str13 = this.f; if (str13 != null) { return str13.equals(hah.f); } return hah.f == null; } public int hashCode() { long doubleToLongBits = Double.doubleToLongBits(this.p); int i = (int) (doubleToLongBits ^ (doubleToLongBits >>> 32)); long doubleToLongBits2 = Double.doubleToLongBits(this.m); int i2 = (int) (doubleToLongBits2 ^ (doubleToLongBits2 >>> 32)); long doubleToLongBits3 = Double.doubleToLongBits(this.i); int i3 = (int) (doubleToLongBits3 ^ (doubleToLongBits3 >>> 32)); long doubleToLongBits4 = Double.doubleToLongBits(this.g); int i4 = (int) (doubleToLongBits4 ^ (doubleToLongBits4 >>> 32)); String str = this.e; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.a; int hashCode2 = str2 != null ? str2.hashCode() : 0; String str3 = this.c; int hashCode3 = str3 != null ? str3.hashCode() : 0; String str4 = this.b; int hashCode4 = str4 != null ? str4.hashCode() : 0; String str5 = this.d; int hashCode5 = str5 != null ? str5.hashCode() : 0; String str6 = this.h; int hashCode6 = str6 != null ? str6.hashCode() : 0; String str7 = this.n; int hashCode7 = str7 != null ? str7.hashCode() : 0; String str8 = this.r; int hashCode8 = str8 != null ? str8.hashCode() : 0; String str9 = this.j; int hashCode9 = str9 != null ? str9.hashCode() : 0; String str10 = this.f9154o; int hashCode10 = str10 != null ? str10.hashCode() : 0; String str11 = this.k; int hashCode11 = str11 != null ? str11.hashCode() : 0; String str12 = this.s; int hashCode12 = str12 != null ? str12.hashCode() : 0; String str13 = this.f; return (((((((((((((((((((((((((((((((i * 31) + i2) * 31) + i3) * 31) + i4) * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str13 != null ? str13.hashCode() : 0); } }