package o; import java.util.List; /* loaded from: classes3.dex */ public final class qKp { public final String a; public final String b; public final Double c; public final Integer d; public final List e; public final String f; public final List h; public final Integer i; public qKp(List list, List list2, Integer num, Integer num2, String str, String str2, String str3, Double d) { C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.e = list; this.h = list2; this.d = num; this.i = num2; this.b = str; this.f = str2; this.a = str3; this.c = d; } public final String toString() { List list = this.e; List list2 = this.h; Integer num = this.d; Integer num2 = this.i; String str = this.b; String str2 = this.f; String str3 = this.a; Double d = this.c; StringBuilder sb = new StringBuilder("CreditCardInstallment(creditCardInstallmentPlans="); sb.append(list); sb.append(", speedyCashInstallmentPlans="); sb.append(list2); sb.append(", creditCardDefaultTenor="); sb.append(num); sb.append(", speedyCashDefaultTenor="); sb.append(num2); sb.append(", merchantId="); sb.append(str); sb.append(", terminalId="); sb.append(str2); sb.append(", orderReference="); sb.append(str3); sb.append(", paymentAmount="); sb.append(d); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.h.hashCode(); Integer num = this.d; int hashCode3 = num == null ? 0 : num.hashCode(); Integer num2 = this.i; int hashCode4 = num2 == null ? 0 : num2.hashCode(); String str = this.b; int hashCode5 = str == null ? 0 : str.hashCode(); String str2 = this.f; int hashCode6 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode7 = str3 == null ? 0 : str3.hashCode(); Double d = this.c; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (d != null ? d.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof qKp)) { return false; } qKp qkp = (qKp) obj; return C14957gcv.b(this.e, qkp.e) && C14957gcv.b(this.h, qkp.h) && C14957gcv.b(this.d, qkp.d) && C14957gcv.b(this.i, qkp.i) && C14957gcv.b((Object) this.b, (Object) qkp.b) && C14957gcv.b((Object) this.f, (Object) qkp.f) && C14957gcv.b((Object) this.a, (Object) qkp.a) && C14957gcv.b(this.c, qkp.c); } }