package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class TN implements Parcelable { public static final Parcelable.Creator CREATOR = new IeS(); public final String a; public final String b; public final TM c; public final TP d; public final String e; public final String f; public final String g; public final String h; public final String i; public final String j; public final YC k; public final String n; @Override // android.os.Parcelable public final int describeContents() { return 0; } public TN(String str, TP tp, TM tm, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, YC yc) { C14957gcv.e(str, ""); C14957gcv.e(tp, ""); C14957gcv.e(tm, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); this.j = str; this.d = tp; this.c = tm; this.b = str2; this.e = str3; this.a = str4; this.i = str5; this.g = str6; this.f = str7; this.h = str8; this.n = str9; this.k = yc; } /* loaded from: classes3.dex */ public static final class IeS implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ TN createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new TN(parcel.readString(), TP.CREATOR.createFromParcel(parcel), TM.CREATOR.createFromParcel(parcel), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() == 0 ? null : YC.CREATOR.createFromParcel(parcel)); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ TN[] newArray(int i) { return new TN[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.j); this.d.writeToParcel(parcel, i); this.c.writeToParcel(parcel, i); parcel.writeString(this.b); parcel.writeString(this.e); parcel.writeString(this.a); parcel.writeString(this.i); parcel.writeString(this.g); parcel.writeString(this.f); parcel.writeString(this.h); parcel.writeString(this.n); YC yc = this.k; if (yc == null) { parcel.writeInt(0); } else { parcel.writeInt(1); yc.writeToParcel(parcel, i); } } public final String toString() { String str = this.j; TP tp = this.d; TM tm = this.c; String str2 = this.b; String str3 = this.e; String str4 = this.a; String str5 = this.i; String str6 = this.g; String str7 = this.f; String str8 = this.h; String str9 = this.n; YC yc = this.k; StringBuilder sb = new StringBuilder("PayNowReviewDisplay(transactionToken="); sb.append(str); sb.append(", accountFromDisplay="); sb.append(tp); sb.append(", accountToDisplay="); sb.append(tm); sb.append(", conversionRate="); sb.append(str2); sb.append(", amountToSend="); sb.append(str3); sb.append(", amountRecipientGet="); sb.append(str4); sb.append(", fee="); sb.append(str5); sb.append(", purpose="); sb.append(str6); sb.append(", note="); sb.append(str7); sb.append(", rateExpiredTime="); sb.append(str8); sb.append(", transferType="); sb.append(str9); sb.append(", warningDisplay="); sb.append(yc); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.j.hashCode(); int hashCode2 = this.d.hashCode(); int hashCode3 = this.c.hashCode(); int hashCode4 = this.b.hashCode(); int hashCode5 = this.e.hashCode(); int hashCode6 = this.a.hashCode(); int hashCode7 = this.i.hashCode(); int hashCode8 = this.g.hashCode(); int hashCode9 = this.f.hashCode(); int hashCode10 = this.h.hashCode(); int hashCode11 = this.n.hashCode(); YC yc = 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) + (yc == null ? 0 : yc.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof TN)) { return false; } TN tn = (TN) obj; return C14957gcv.b((Object) this.j, (Object) tn.j) && C14957gcv.b(this.d, tn.d) && C14957gcv.b(this.c, tn.c) && C14957gcv.b((Object) this.b, (Object) tn.b) && C14957gcv.b((Object) this.e, (Object) tn.e) && C14957gcv.b((Object) this.a, (Object) tn.a) && C14957gcv.b((Object) this.i, (Object) tn.i) && C14957gcv.b((Object) this.g, (Object) tn.g) && C14957gcv.b((Object) this.f, (Object) tn.f) && C14957gcv.b((Object) this.h, (Object) tn.h) && C14957gcv.b((Object) this.n, (Object) tn.n) && C14957gcv.b(this.k, tn.k); } }