package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.jin, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15931jin { @SerializedName("merchName") public final String a; @SerializedName("cycleNumber") public final String b; @SerializedName("refNo") public final String c; @SerializedName("sequenceNo") public final String d; @SerializedName("postDate") public final String e; @SerializedName("transactionDate") public final String h; @SerializedName("transactionAmt") public final Double i; public final String toString() { String str = this.a; String str2 = this.h; Double d = this.i; String str3 = this.e; String str4 = this.c; String str5 = this.b; String str6 = this.d; StringBuilder sb = new StringBuilder("CardTransactionEntity(merchantName="); sb.append(str); sb.append(", transactionDate="); sb.append(str2); sb.append(", transactionAmt="); sb.append(d); sb.append(", postDate="); sb.append(str3); sb.append(", refNo="); sb.append(str4); sb.append(", cycleNo="); sb.append(str5); sb.append(", sequenceNo="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.h; int hashCode2 = str2 == null ? 0 : str2.hashCode(); Double d = this.i; int hashCode3 = d == null ? 0 : d.hashCode(); String str3 = this.e; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.c; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.b; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.d; 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 C15931jin)) { return false; } C15931jin c15931jin = (C15931jin) obj; return C14957gcv.b((Object) this.a, (Object) c15931jin.a) && C14957gcv.b((Object) this.h, (Object) c15931jin.h) && C14957gcv.b(this.i, c15931jin.i) && C14957gcv.b((Object) this.e, (Object) c15931jin.e) && C14957gcv.b((Object) this.c, (Object) c15931jin.c) && C14957gcv.b((Object) this.b, (Object) c15931jin.b) && C14957gcv.b((Object) this.d, (Object) c15931jin.d); } }