package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Ym, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1227Ym extends EQ implements Parcelable { public static final Parcelable.Creator CREATOR = new IeS(); public String a; public String b; public String c; public String d; public String f; public String g; public String h; public String i; public String j; public String k; public String n; /* renamed from: o, reason: collision with root package name */ public String f8470o; private /* synthetic */ C1227Ym(byte b) { this("", "", null, null, null, null, "", null, "", null, null, ""); } public C1227Ym(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str7, ""); C14957gcv.e(str9, ""); C14957gcv.e(str12, ""); this.c = str; this.b = str2; this.a = str3; this.h = str4; this.f = str5; this.i = str6; this.d = str7; this.j = str8; this.g = str9; this.f8470o = str10; this.k = str11; this.n = str12; } /* renamed from: o.Ym$IeS */ /* loaded from: classes3.dex */ public static final class IeS implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ C1227Ym createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new C1227Ym(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString()); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C1227Ym[] newArray(int i) { return new C1227Ym[i]; } } @Override // o.EQ, android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.c); parcel.writeString(this.b); parcel.writeString(this.a); parcel.writeString(this.h); parcel.writeString(this.f); parcel.writeString(this.i); parcel.writeString(this.d); parcel.writeString(this.j); parcel.writeString(this.g); parcel.writeString(this.f8470o); parcel.writeString(this.k); parcel.writeString(this.n); } public final String toString() { String str = this.c; String str2 = this.b; String str3 = this.a; String str4 = this.h; String str5 = this.f; String str6 = this.i; String str7 = this.d; String str8 = this.j; String str9 = this.g; String str10 = this.f8470o; String str11 = this.k; String str12 = this.n; StringBuilder sb = new StringBuilder("AdditionalInfoDisplay(fee="); sb.append(str); sb.append(", refNo1="); sb.append(str2); sb.append(", refNo2="); sb.append(str3); sb.append(", refNo3="); sb.append(str4); sb.append(", refNo4="); sb.append(str5); sb.append(", refNo5="); sb.append(str6); sb.append(", additionalInformation="); sb.append(str7); sb.append(", remainingBalance="); sb.append(str8); sb.append(", transactionToken="); sb.append(str9); sb.append(", warningHeader="); sb.append(str10); sb.append(", warningMsg="); sb.append(str11); sb.append(", transactionType="); sb.append(str12); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.c.hashCode(); int hashCode2 = this.b.hashCode(); String str = this.a; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.h; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.i; int hashCode6 = str4 == null ? 0 : str4.hashCode(); int hashCode7 = this.d.hashCode(); String str5 = this.j; int hashCode8 = str5 == null ? 0 : str5.hashCode(); int hashCode9 = this.g.hashCode(); String str6 = this.f8470o; int hashCode10 = str6 == null ? 0 : str6.hashCode(); String str7 = this.k; return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str7 != null ? str7.hashCode() : 0)) * 31) + this.n.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1227Ym)) { return false; } C1227Ym c1227Ym = (C1227Ym) obj; return C14957gcv.b((Object) this.c, (Object) c1227Ym.c) && C14957gcv.b((Object) this.b, (Object) c1227Ym.b) && C14957gcv.b((Object) this.a, (Object) c1227Ym.a) && C14957gcv.b((Object) this.h, (Object) c1227Ym.h) && C14957gcv.b((Object) this.f, (Object) c1227Ym.f) && C14957gcv.b((Object) this.i, (Object) c1227Ym.i) && C14957gcv.b((Object) this.d, (Object) c1227Ym.d) && C14957gcv.b((Object) this.j, (Object) c1227Ym.j) && C14957gcv.b((Object) this.g, (Object) c1227Ym.g) && C14957gcv.b((Object) this.f8470o, (Object) c1227Ym.f8470o) && C14957gcv.b((Object) this.k, (Object) c1227Ym.k) && C14957gcv.b((Object) this.n, (Object) c1227Ym.n); } public C1227Ym() { this((byte) 0); } }