package o; import android.os.Parcel; import android.os.Parcelable; import android.text.TextUtils; /* loaded from: classes3.dex */ public final class VC implements Parcelable { public static final Parcelable.Creator CREATOR = new LWm(); public final String a; public final boolean b; public final CharSequence c; public final CharSequence d; public final Double e; public final String f; public final String g; public final boolean h; public final String i; public final String j; public final String k; public final double l; public final boolean m; public final String n; /* renamed from: o, reason: collision with root package name */ public final C1108Vu f8404o; public final String q; public final int r; public final String s; @Override // android.os.Parcelable public final int describeContents() { return 0; } public VC(String str, String str2, CharSequence charSequence, Double d, CharSequence charSequence2, double d2, String str3, String str4, String str5, String str6, String str7, String str8, boolean z, C1108Vu c1108Vu, int i, boolean z2, boolean z3, String str9) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(charSequence, ""); C14957gcv.e(charSequence2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); this.i = str; this.g = str2; this.d = charSequence; this.e = d; this.c = charSequence2; this.l = d2; this.j = str3; this.f = str4; this.n = str5; this.k = str6; this.q = str7; this.s = str8; this.b = z; this.f8404o = c1108Vu; this.r = i; this.m = z2; this.h = z3; this.a = str9; } /* loaded from: classes3.dex */ public static final class LWm implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ VC createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new VC(parcel.readString(), parcel.readString(), (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel), parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble()), (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel), parcel.readDouble(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readInt() != 0 ? C1108Vu.CREATOR.createFromParcel(parcel) : null, parcel.readInt(), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readString()); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ VC[] newArray(int i) { return new VC[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.i); parcel.writeString(this.g); TextUtils.writeToParcel(this.d, parcel, i); Double d = this.e; if (d == null) { parcel.writeInt(0); } else { parcel.writeInt(1); parcel.writeDouble(d.doubleValue()); } TextUtils.writeToParcel(this.c, parcel, i); parcel.writeDouble(this.l); parcel.writeString(this.j); parcel.writeString(this.f); parcel.writeString(this.n); parcel.writeString(this.k); parcel.writeString(this.q); parcel.writeString(this.s); parcel.writeInt(this.b ? 1 : 0); C1108Vu c1108Vu = this.f8404o; if (c1108Vu == null) { parcel.writeInt(0); } else { parcel.writeInt(1); c1108Vu.writeToParcel(parcel, i); } parcel.writeInt(this.r); parcel.writeInt(this.m ? 1 : 0); parcel.writeInt(this.h ? 1 : 0); parcel.writeString(this.a); } public final String toString() { String str = this.i; String str2 = this.g; CharSequence charSequence = this.d; Double d = this.e; CharSequence charSequence2 = this.c; double d2 = this.l; String str3 = this.j; String str4 = this.f; String str5 = this.n; String str6 = this.k; String str7 = this.q; String str8 = this.s; boolean z = this.b; C1108Vu c1108Vu = this.f8404o; int i = this.r; boolean z2 = this.m; boolean z3 = this.h; String str9 = this.a; StringBuilder sb = new StringBuilder("RemittanceAmountFormDisplay(countryName="); sb.append(str); sb.append(", flagImage="); sb.append(str2); sb.append(", amountFromTitle="); sb.append((Object) charSequence); sb.append(", amountFrom="); sb.append(d); sb.append(", amountToTitle="); sb.append((Object) charSequence2); sb.append(", fxRateValue="); sb.append(d2); sb.append(", fxRateMessage="); sb.append(str3); sb.append(", fxRateDetailDescription="); sb.append(str4); sb.append(", limitPerTransaction="); sb.append(str5); sb.append(", remainingAmountDailyMessage="); sb.append(str6); sb.append(", remainingAmountMonthlyMessage="); sb.append(str7); sb.append(", remainingTimesMonthlyMessage="); sb.append(str8); sb.append(", canEditCountry="); sb.append(z); sb.append(", purpose="); sb.append(c1108Vu); sb.append(", transactionLimit="); sb.append(i); sb.append(", isPayNow="); sb.append(z2); sb.append(", decimalAmountFlag="); sb.append(z3); sb.append(", amountRemark="); sb.append(str9); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.i.hashCode(); int hashCode2 = this.g.hashCode(); int hashCode3 = this.d.hashCode(); Double d = this.e; int hashCode4 = d == null ? 0 : d.hashCode(); int hashCode5 = this.c.hashCode(); int hashCode6 = Double.hashCode(this.l); int hashCode7 = this.j.hashCode(); int hashCode8 = this.f.hashCode(); int hashCode9 = this.n.hashCode(); int hashCode10 = this.k.hashCode(); int hashCode11 = this.q.hashCode(); int hashCode12 = this.s.hashCode(); boolean z = this.b; int i = z; if (z != 0) { i = 1; } C1108Vu c1108Vu = this.f8404o; int hashCode13 = c1108Vu != null ? c1108Vu.hashCode() : 0; int hashCode14 = Integer.hashCode(this.r); boolean z2 = this.m; int i2 = z2 ? 1 : z2 ? 1 : 0; boolean z3 = this.h; int i3 = z3; if (z3 != 0) { i3 = 1; } 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) + i) * 31) + hashCode13) * 31) + hashCode14) * 31) + i2) * 31) + i3) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof VC)) { return false; } VC vc = (VC) obj; return C14957gcv.b((Object) this.i, (Object) vc.i) && C14957gcv.b((Object) this.g, (Object) vc.g) && C14957gcv.b(this.d, vc.d) && C14957gcv.b(this.e, vc.e) && C14957gcv.b(this.c, vc.c) && Double.compare(this.l, vc.l) == 0 && C14957gcv.b((Object) this.j, (Object) vc.j) && C14957gcv.b((Object) this.f, (Object) vc.f) && C14957gcv.b((Object) this.n, (Object) vc.n) && C14957gcv.b((Object) this.k, (Object) vc.k) && C14957gcv.b((Object) this.q, (Object) vc.q) && C14957gcv.b((Object) this.s, (Object) vc.s) && this.b == vc.b && C14957gcv.b(this.f8404o, vc.f8404o) && this.r == vc.r && this.m == vc.m && this.h == vc.h && C14957gcv.b((Object) this.a, (Object) vc.a); } }