package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class ztn extends C16562pOe { @SerializedName("accountToName") public final String a; @SerializedName("accountToNo") public final String b; @SerializedName("isDisplayStmtOfHolding") public final Boolean c; @SerializedName("nextBusinessDay") public final String d; @SerializedName("omDisclaimer") public final KwX e; @SerializedName("transferDate") public final C1251Yyi f; @SerializedName("transactionDate") public final String g; @SerializedName("statementOfHolding") public final String h; @SerializedName("transactionToken") public final String i; @SerializedName("transactionNo") public final String j; public final String toString() { String str = this.i; String str2 = this.j; String str3 = this.g; C1251Yyi c1251Yyi = this.f; String str4 = this.b; String str5 = this.a; String str6 = this.h; String str7 = this.d; Boolean bool = this.c; KwX kwX = this.e; StringBuilder sb = new StringBuilder("RedeemVerificationDataEntity(transactionToken="); sb.append(str); sb.append(", transactionNo="); sb.append(str2); sb.append(", transactionDate="); sb.append(str3); sb.append(", transferDate="); sb.append(c1251Yyi); sb.append(", accountToNo="); sb.append(str4); sb.append(", accountToName="); sb.append(str5); sb.append(", statementOfHolding="); sb.append(str6); sb.append(", nextBusinessDay="); sb.append(str7); sb.append(", isDisplayStmtOfHolding="); sb.append(bool); sb.append(", omnibusDisclaimer="); sb.append(kwX); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.j; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.g; int hashCode3 = str3 == null ? 0 : str3.hashCode(); C1251Yyi c1251Yyi = this.f; int hashCode4 = c1251Yyi == null ? 0 : c1251Yyi.hashCode(); String str4 = this.b; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.a; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.h; int hashCode7 = str6 == null ? 0 : str6.hashCode(); String str7 = this.d; int hashCode8 = str7 == null ? 0 : str7.hashCode(); Boolean bool = this.c; int hashCode9 = bool == null ? 0 : bool.hashCode(); KwX kwX = this.e; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (kwX != null ? kwX.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ztn)) { return false; } ztn ztnVar = (ztn) obj; return C14957gcv.b((Object) this.i, (Object) ztnVar.i) && C14957gcv.b((Object) this.j, (Object) ztnVar.j) && C14957gcv.b((Object) this.g, (Object) ztnVar.g) && C14957gcv.b(this.f, ztnVar.f) && C14957gcv.b((Object) this.b, (Object) ztnVar.b) && C14957gcv.b((Object) this.a, (Object) ztnVar.a) && C14957gcv.b((Object) this.h, (Object) ztnVar.h) && C14957gcv.b((Object) this.d, (Object) ztnVar.d) && C14957gcv.b(this.c, ztnVar.c) && C14957gcv.b(this.e, ztnVar.e); } }