package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class NXc extends C16562pOe { @SerializedName("refNo1") public String a; @SerializedName("pointCustomerName") public String b; @SerializedName("additionalInformation") public String c; @SerializedName("refNo2") public String d; @SerializedName("fee") public Double e; @SerializedName("remainingBalance") public Double f; @SerializedName("refNo4") public String g; @SerializedName("refNo3") public String h; @SerializedName("transactionToken") public String i; @SerializedName("refNo5") public String j; @SerializedName("transactionType") public String k; @SerializedName("warningHeader") public String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("warningMsg") public String f8287o; public final String toString() { Double d = this.e; String str = this.a; String str2 = this.d; String str3 = this.h; String str4 = this.g; String str5 = this.j; String str6 = this.c; Double d2 = this.f; String str7 = this.i; String str8 = this.b; String str9 = this.n; String str10 = this.f8287o; String str11 = this.k; StringBuilder sb = new StringBuilder("AdditionalInfoDataEntity(fee="); sb.append(d); sb.append(", refNo1="); sb.append(str); sb.append(", refNo2="); sb.append(str2); sb.append(", refNo3="); sb.append(str3); sb.append(", refNo4="); sb.append(str4); sb.append(", refNo5="); sb.append(str5); sb.append(", additionalInformation="); sb.append(str6); sb.append(", remainingBalance="); sb.append(d2); sb.append(", transactionToken="); sb.append(str7); sb.append(", pointCustomerName="); sb.append(str8); sb.append(", warningHeader="); sb.append(str9); sb.append(", warningMsg="); sb.append(str10); sb.append(", transactionType="); sb.append(str11); sb.append(")"); return sb.toString(); } public final int hashCode() { Double d = this.e; int hashCode = d == null ? 0 : d.hashCode(); String str = this.a; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.h; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.g; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.j; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.c; int hashCode7 = str6 == null ? 0 : str6.hashCode(); Double d2 = this.f; int hashCode8 = d2 == null ? 0 : d2.hashCode(); String str7 = this.i; int hashCode9 = str7 == null ? 0 : str7.hashCode(); String str8 = this.b; int hashCode10 = str8 == null ? 0 : str8.hashCode(); String str9 = this.n; int hashCode11 = str9 == null ? 0 : str9.hashCode(); String str10 = this.f8287o; int hashCode12 = str10 == null ? 0 : str10.hashCode(); String str11 = this.k; 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) + (str11 != null ? str11.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof NXc)) { return false; } NXc nXc = (NXc) obj; return C14957gcv.b(this.e, nXc.e) && C14957gcv.b((Object) this.a, (Object) nXc.a) && C14957gcv.b((Object) this.d, (Object) nXc.d) && C14957gcv.b((Object) this.h, (Object) nXc.h) && C14957gcv.b((Object) this.g, (Object) nXc.g) && C14957gcv.b((Object) this.j, (Object) nXc.j) && C14957gcv.b((Object) this.c, (Object) nXc.c) && C14957gcv.b(this.f, nXc.f) && C14957gcv.b((Object) this.i, (Object) nXc.i) && C14957gcv.b((Object) this.b, (Object) nXc.b) && C14957gcv.b((Object) this.n, (Object) nXc.n) && C14957gcv.b((Object) this.f8287o, (Object) nXc.f8287o) && C14957gcv.b((Object) this.k, (Object) nXc.k); } }