package o; /* loaded from: classes3.dex */ public final class CWS extends Pag { public String a; public String b; public Double c; public String d; public String f; public String g; public Double h; public String i; public String j; private String k; public String l; public String m; public String n; /* renamed from: o, reason: collision with root package name */ public String f8119o; private String r; private boolean t; public /* synthetic */ CWS(Double d, String str, String str2, String str3, String str4, String str5, String str6, Double d2, String str7, String str8, String str9, String str10, String str11, int i) { this((i & 1) != 0 ? null : d, (i & 2) != 0 ? null : str, (i & 4) != 0 ? null : str2, (i & 8) != 0 ? null : str3, (i & 16) != 0 ? null : str4, (i & 32) != 0 ? null : str5, (i & 64) != 0 ? null : str6, (i & 128) != 0 ? null : d2, (i & 256) != 0 ? null : str7, (i & 4096) != 0 ? null : str8, (i & 8192) != 0 ? null : str9, (i & 16384) != 0 ? null : str10, (i & 32768) == 0 ? str11 : null); } private CWS(Double d, String str, String str2, String str3, String str4, String str5, String str6, Double d2, String str7, String str8, String str9, String str10, String str11) { this.c = d; this.a = str; this.g = str2; this.f = str3; this.i = str4; this.j = str5; this.d = str6; this.h = d2; this.l = str7; this.t = false; this.r = null; this.k = null; this.b = str8; this.n = str9; this.f8119o = str10; this.m = str11; } public final String toString() { Double d = this.c; String str = this.a; String str2 = this.g; String str3 = this.f; String str4 = this.i; String str5 = this.j; String str6 = this.d; Double d2 = this.h; String str7 = this.l; String str8 = this.b; String str9 = this.n; String str10 = this.f8119o; String str11 = this.m; StringBuilder sb = new StringBuilder("AdditionalInfo(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(", isDuplicated=false"); sb.append(", header="); sb.append((String) null); sb.append(", description="); sb.append((String) null); 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.c; int hashCode = d == null ? 0 : d.hashCode(); String str = this.a; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.g; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.i; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.j; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.d; int hashCode7 = str6 == null ? 0 : str6.hashCode(); Double d2 = this.h; int hashCode8 = d2 == null ? 0 : d2.hashCode(); String str7 = this.l; 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.f8119o; int hashCode12 = str10 == null ? 0 : str10.hashCode(); String str11 = this.m; return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 923521) + 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 CWS)) { return false; } CWS cws = (CWS) obj; if (!C14957gcv.b(this.c, cws.c) || !C14957gcv.b((Object) this.a, (Object) cws.a) || !C14957gcv.b((Object) this.g, (Object) cws.g) || !C14957gcv.b((Object) this.f, (Object) cws.f) || !C14957gcv.b((Object) this.i, (Object) cws.i) || !C14957gcv.b((Object) this.j, (Object) cws.j) || !C14957gcv.b((Object) this.d, (Object) cws.d) || !C14957gcv.b(this.h, cws.h) || !C14957gcv.b((Object) this.l, (Object) cws.l)) { return false; } boolean z = cws.t; return C14957gcv.b((Object) this.r, (Object) cws.r) && C14957gcv.b((Object) this.k, (Object) cws.k) && C14957gcv.b((Object) this.b, (Object) cws.b) && C14957gcv.b((Object) this.n, (Object) cws.n) && C14957gcv.b((Object) this.f8119o, (Object) cws.f8119o) && C14957gcv.b((Object) this.m, (Object) cws.m); } public CWS() { this(null, null, null, null, null, null, null, null, null, null, null, null, null, 65535); } }