package o; import java.util.List; /* renamed from: o.dyv, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C10236dyv { public final String a; public final double b; public final String c; public final double d; public final String e; public final List f; public final String g; public final String h; public final String i; public final double j; public final String m; /* renamed from: o, reason: collision with root package name */ public final String f8938o; public C10236dyv(String str, String str2, String str3, String str4, String str5, String str6, double d, double d2, double d3, List list, String str7, String str8) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(list, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); this.f8938o = str; this.e = str2; this.a = str3; this.c = str4; this.h = str5; this.g = str6; this.b = d; this.j = d2; this.d = d3; this.f = list; this.m = str7; this.i = str8; } public final String toString() { String str = this.f8938o; String str2 = this.e; String str3 = this.a; String str4 = this.c; String str5 = this.h; String str6 = this.g; double d = this.b; double d2 = this.j; double d3 = this.d; List list = this.f; String str7 = this.m; String str8 = this.i; StringBuilder sb = new StringBuilder("PrepaidRequestVerification(requestType="); sb.append(str); sb.append(", accountNo="); sb.append(str2); sb.append(", accountName="); sb.append(str3); sb.append(", displayName="); sb.append(str4); sb.append(", prepaidCardName="); sb.append(str5); sb.append(", fee="); sb.append(str6); sb.append(", annualFee="); sb.append(d); sb.append(", issuingFee="); sb.append(d2); sb.append(", deliveryFee="); sb.append(d3); sb.append(", mailingAddress="); sb.append(list); sb.append(", transactionToken="); sb.append(str7); sb.append(", personalInfoRemark="); sb.append(str8); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((((((((((this.f8938o.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.h.hashCode()) * 31) + this.g.hashCode()) * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.j)) * 31) + Double.hashCode(this.d)) * 31) + this.f.hashCode()) * 31) + this.m.hashCode()) * 31) + this.i.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C10236dyv)) { return false; } C10236dyv c10236dyv = (C10236dyv) obj; return C14957gcv.b((Object) this.f8938o, (Object) c10236dyv.f8938o) && C14957gcv.b((Object) this.e, (Object) c10236dyv.e) && C14957gcv.b((Object) this.a, (Object) c10236dyv.a) && C14957gcv.b((Object) this.c, (Object) c10236dyv.c) && C14957gcv.b((Object) this.h, (Object) c10236dyv.h) && C14957gcv.b((Object) this.g, (Object) c10236dyv.g) && Double.compare(this.b, c10236dyv.b) == 0 && Double.compare(this.j, c10236dyv.j) == 0 && Double.compare(this.d, c10236dyv.d) == 0 && C14957gcv.b(this.f, c10236dyv.f) && C14957gcv.b((Object) this.m, (Object) c10236dyv.m) && C14957gcv.b((Object) this.i, (Object) c10236dyv.i); } }