package o; /* loaded from: classes3.dex */ public final class FuO extends Pag { public final Double a; public final String b; public final String c; public final String d; public final String f; public final String g; public final String h; public FuO(String str, Double d, String str2, String str3, String str4, String str5, String str6) { this.d = str; this.a = d; this.b = str2; this.c = str3; this.h = str4; this.g = str5; this.f = str6; } public final String toString() { String str = this.d; Double d = this.a; String str2 = this.b; String str3 = this.c; String str4 = this.h; String str5 = this.g; String str6 = this.f; StringBuilder sb = new StringBuilder("CreditLimitResponse(cardRef="); sb.append(str); sb.append(", additionalCreditLimit="); sb.append(d); sb.append(", creditLimitEffectiveDate="); sb.append(str2); sb.append(", creditLimitEndDate="); sb.append(str3); sb.append(", refId="); sb.append(str4); sb.append(", transactionDate="); sb.append(str5); sb.append(", remarkSuccess="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); Double d = this.a; int hashCode2 = d == null ? 0 : d.hashCode(); String str2 = this.b; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.h; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.g; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str6 != null ? str6.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof FuO)) { return false; } FuO fuO = (FuO) obj; return C14957gcv.b((Object) this.d, (Object) fuO.d) && C14957gcv.b(this.a, fuO.a) && C14957gcv.b((Object) this.b, (Object) fuO.b) && C14957gcv.b((Object) this.c, (Object) fuO.c) && C14957gcv.b((Object) this.h, (Object) fuO.h) && C14957gcv.b((Object) this.g, (Object) fuO.g) && C14957gcv.b((Object) this.f, (Object) fuO.f); } }