package o; import com.google.gson.annotations.SerializedName; import org.simpleframework.xml.strategy.Name; /* loaded from: classes.dex */ public final class BUi { @SerializedName("logo") public String a; @SerializedName("availableBNPL") public Boolean b; @SerializedName("amountType") public String c; @SerializedName("additionalMetaData") public TIx d; @SerializedName("accountNo") public String e; @SerializedName("en") public GIr f; @SerializedName("favouriteFlag") public String g; @SerializedName(Name.MARK) public Integer h; @SerializedName("companyCode") public String i; @SerializedName("categoryCode") public String j; @SerializedName("refType") public String k; @SerializedName("minAmount") public Double l; @SerializedName("promptpayFlag") public String m; @SerializedName("isISO20022") public Boolean n; /* renamed from: o, reason: collision with root package name */ @SerializedName("paymentMethod") public String f8106o; @SerializedName("suggestionFlag") public String p; @SerializedName("subscriptionFlag") public String q; @SerializedName("th") public GIr r; @SerializedName("subscriptionInfo") public NVG s; @SerializedName("suggestionOrder") public String t; public final String toString() { Integer num = this.h; String str = this.e; String str2 = this.a; String str3 = this.i; String str4 = this.j; String str5 = this.f8106o; String str6 = this.k; String str7 = this.c; String str8 = this.p; String str9 = this.m; String str10 = this.g; String str11 = this.q; String str12 = this.t; GIr gIr = this.r; GIr gIr2 = this.f; NVG nvg = this.s; TIx tIx = this.d; Double d = this.l; Boolean bool = this.b; Boolean bool2 = this.n; StringBuilder sb = new StringBuilder("BillPaymentBillerLocalizedEntity(id="); sb.append(num); sb.append(", accountNo="); sb.append(str); sb.append(", billerLogo="); sb.append(str2); sb.append(", companyCode="); sb.append(str3); sb.append(", categoryCode="); sb.append(str4); sb.append(", paymentMethod="); sb.append(str5); sb.append(", refType="); sb.append(str6); sb.append(", amountType="); sb.append(str7); sb.append(", suggestionFlag="); sb.append(str8); sb.append(", promptpayFlag="); sb.append(str9); sb.append(", favouriteFlag="); sb.append(str10); sb.append(", subscriptionFlag="); sb.append(str11); sb.append(", suggestionOrder="); sb.append(str12); sb.append(", th="); sb.append(gIr); sb.append(", en="); sb.append(gIr2); sb.append(", subscriptionInfo="); sb.append(nvg); sb.append(", additionalMetaDataEntity="); sb.append(tIx); sb.append(", minAmount="); sb.append(d); sb.append(", availableBNPL="); sb.append(bool); sb.append(", isISO20022="); sb.append(bool2); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.h; int hashCode = num == null ? 0 : num.hashCode(); String str = this.e; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.i; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.j; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.f8106o; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.k; int hashCode7 = str6 == null ? 0 : str6.hashCode(); String str7 = this.c; int hashCode8 = str7 == null ? 0 : str7.hashCode(); String str8 = this.p; int hashCode9 = str8 == null ? 0 : str8.hashCode(); String str9 = this.m; int hashCode10 = str9 == null ? 0 : str9.hashCode(); String str10 = this.g; int hashCode11 = str10 == null ? 0 : str10.hashCode(); String str11 = this.q; int hashCode12 = str11 == null ? 0 : str11.hashCode(); String str12 = this.t; int hashCode13 = str12 == null ? 0 : str12.hashCode(); GIr gIr = this.r; int hashCode14 = gIr == null ? 0 : gIr.hashCode(); GIr gIr2 = this.f; int hashCode15 = gIr2 == null ? 0 : gIr2.hashCode(); NVG nvg = this.s; int hashCode16 = nvg == null ? 0 : nvg.hashCode(); TIx tIx = this.d; int hashCode17 = tIx == null ? 0 : tIx.hashCode(); Double d = this.l; int hashCode18 = d == null ? 0 : d.hashCode(); Boolean bool = this.b; int hashCode19 = bool == null ? 0 : bool.hashCode(); Boolean bool2 = this.n; 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) + hashCode19) * 31) + (bool2 != null ? bool2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof BUi)) { return false; } BUi bUi = (BUi) obj; return C14957gcv.b(this.h, bUi.h) && C14957gcv.b((Object) this.e, (Object) bUi.e) && C14957gcv.b((Object) this.a, (Object) bUi.a) && C14957gcv.b((Object) this.i, (Object) bUi.i) && C14957gcv.b((Object) this.j, (Object) bUi.j) && C14957gcv.b((Object) this.f8106o, (Object) bUi.f8106o) && C14957gcv.b((Object) this.k, (Object) bUi.k) && C14957gcv.b((Object) this.c, (Object) bUi.c) && C14957gcv.b((Object) this.p, (Object) bUi.p) && C14957gcv.b((Object) this.m, (Object) bUi.m) && C14957gcv.b((Object) this.g, (Object) bUi.g) && C14957gcv.b((Object) this.q, (Object) bUi.q) && C14957gcv.b((Object) this.t, (Object) bUi.t) && C14957gcv.b(this.r, bUi.r) && C14957gcv.b(this.f, bUi.f) && C14957gcv.b(this.s, bUi.s) && C14957gcv.b(this.d, bUi.d) && C14957gcv.b(this.l, bUi.l) && C14957gcv.b(this.b, bUi.b) && C14957gcv.b(this.n, bUi.n); } }