package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class iAr { @SerializedName("allowPromotionCode") public final Boolean a; @SerializedName("additionalConsentTH") public final String b; @SerializedName("cardCategory") public final String c; @SerializedName("additionalConsentEN") public final String d; @SerializedName("binNo") public final String e; @SerializedName("cardRank") public final int f; @SerializedName("isRequiredPhysicalCard") public final String g; @SerializedName("imageURL") public final String h; @SerializedName("cardSubType") public final String i; @SerializedName("cardType") public final String j; @SerializedName("replaceFee") public final TNw k; @SerializedName("newFee") public final TNw l; @SerializedName("productCode") public final String m; @SerializedName("saleSheetEN") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("replaceAvailable") public final String f9168o; @SerializedName("ucode") public final String q; @SerializedName("saleSheetTH") public final String r; @SerializedName("upgradeFee") public final TNw s; @SerializedName("waiveReplaceFee") public final TNw t; public final String toString() { String str = this.j; String str2 = this.i; String str3 = this.m; String str4 = this.e; String str5 = this.h; int i = this.f; String str6 = this.c; TNw tNw = this.l; TNw tNw2 = this.k; TNw tNw3 = this.s; String str7 = this.r; String str8 = this.n; String str9 = this.b; String str10 = this.d; TNw tNw4 = this.t; String str11 = this.q; String str12 = this.f9168o; String str13 = this.g; Boolean bool = this.a; StringBuilder sb = new StringBuilder("DebitCardTypeEntity(cardType="); sb.append(str); sb.append(", cardSubType="); sb.append(str2); sb.append(", productCode="); sb.append(str3); sb.append(", binNo="); sb.append(str4); sb.append(", imageURL="); sb.append(str5); sb.append(", cardRank="); sb.append(i); sb.append(", cardCategory="); sb.append(str6); sb.append(", newFee="); sb.append(tNw); sb.append(", replaceFee="); sb.append(tNw2); sb.append(", upgradeFee="); sb.append(tNw3); sb.append(", saleSheetTH="); sb.append(str7); sb.append(", saleSheetEN="); sb.append(str8); sb.append(", additionalConsentTH="); sb.append(str9); sb.append(", additionalConsentEN="); sb.append(str10); sb.append(", waiveReplaceFee="); sb.append(tNw4); sb.append(", ucode="); sb.append(str11); sb.append(", replaceAvailable="); sb.append(str12); sb.append(", isRequiredPhysicalCard="); sb.append(str13); sb.append(", allowPromotionCode="); sb.append(bool); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.j.hashCode(); int hashCode2 = this.i.hashCode(); int hashCode3 = this.m.hashCode(); int hashCode4 = this.e.hashCode(); int hashCode5 = this.h.hashCode(); int hashCode6 = Integer.hashCode(this.f); int hashCode7 = this.c.hashCode(); TNw tNw = this.l; int hashCode8 = tNw == null ? 0 : tNw.hashCode(); TNw tNw2 = this.k; int hashCode9 = tNw2 == null ? 0 : tNw2.hashCode(); TNw tNw3 = this.s; int hashCode10 = tNw3 == null ? 0 : tNw3.hashCode(); String str = this.r; int hashCode11 = str == null ? 0 : str.hashCode(); String str2 = this.n; int hashCode12 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode13 = str3 == null ? 0 : str3.hashCode(); String str4 = this.d; int hashCode14 = str4 == null ? 0 : str4.hashCode(); TNw tNw4 = this.t; int hashCode15 = tNw4 == null ? 0 : tNw4.hashCode(); String str5 = this.q; int hashCode16 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f9168o; int hashCode17 = str6 == null ? 0 : str6.hashCode(); String str7 = this.g; int hashCode18 = str7 == null ? 0 : str7.hashCode(); Boolean bool = this.a; return (((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + (bool != null ? bool.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof iAr)) { return false; } iAr iar = (iAr) obj; return C14957gcv.b((Object) this.j, (Object) iar.j) && C14957gcv.b((Object) this.i, (Object) iar.i) && C14957gcv.b((Object) this.m, (Object) iar.m) && C14957gcv.b((Object) this.e, (Object) iar.e) && C14957gcv.b((Object) this.h, (Object) iar.h) && this.f == iar.f && C14957gcv.b((Object) this.c, (Object) iar.c) && C14957gcv.b(this.l, iar.l) && C14957gcv.b(this.k, iar.k) && C14957gcv.b(this.s, iar.s) && C14957gcv.b((Object) this.r, (Object) iar.r) && C14957gcv.b((Object) this.n, (Object) iar.n) && C14957gcv.b((Object) this.b, (Object) iar.b) && C14957gcv.b((Object) this.d, (Object) iar.d) && C14957gcv.b(this.t, iar.t) && C14957gcv.b((Object) this.q, (Object) iar.q) && C14957gcv.b((Object) this.f9168o, (Object) iar.f9168o) && C14957gcv.b((Object) this.g, (Object) iar.g) && C14957gcv.b(this.a, iar.a); } }