package o; import java.util.List; /* renamed from: o.btZ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C5465btZ { public final List a; public final String b; public final Double c = null; public final Double d; public final jFB e; public final String g; public final String h; public C5465btZ(String str, String str2, String str3, Double d, jFB jfb, List list) { this.g = str; this.h = str2; this.b = str3; this.d = d; this.e = jfb; this.a = list; } public final String toString() { String str = this.g; String str2 = this.h; String str3 = this.b; Double d = this.d; jFB jfb = this.e; List list = this.a; StringBuilder sb = new StringBuilder("InsurancePaymentConfirmation(transactionDateTime="); sb.append(str); sb.append(", transactionToken="); sb.append(str2); sb.append(", paymentId="); sb.append(str3); sb.append(", remainingBalance="); sb.append(d); sb.append(", remainingPoint="); sb.append((Object) null); sb.append(", merchantMetaData="); sb.append(jfb); sb.append(", buttons="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.g; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.h; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode3 = str3 == null ? 0 : str3.hashCode(); Double d = this.d; int hashCode4 = d == null ? 0 : d.hashCode(); jFB jfb = this.e; int hashCode5 = jfb == null ? 0 : jfb.hashCode(); List list = this.a; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 961) + hashCode5) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C5465btZ)) { return false; } C5465btZ c5465btZ = (C5465btZ) obj; return C14957gcv.b((Object) this.g, (Object) c5465btZ.g) && C14957gcv.b((Object) this.h, (Object) c5465btZ.h) && C14957gcv.b((Object) this.b, (Object) c5465btZ.b) && C14957gcv.b(this.d, c5465btZ.d) && C14957gcv.b(this.c, c5465btZ.c) && C14957gcv.b(this.e, c5465btZ.e) && C14957gcv.b(this.a, c5465btZ.a); } }