package o; import com.google.gson.annotations.SerializedName; import java.util.List; import org.bouncycastle.i18n.MessageBundle; /* loaded from: classes3.dex */ public final class jSX { @SerializedName("informationList") public final List a; @SerializedName("QRstring") public final String b; @SerializedName("description") public final String c; @SerializedName("header") public final String d; @SerializedName("imageURL") public final String e; @SerializedName("type") public final String f; @SerializedName(MessageBundle.TITLE_ENTRY) public final String i; public /* synthetic */ jSX(String str, String str2, String str3, String str4, String str5, String str6, int i) { this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : str3, (i & 8) != 0 ? null : str4, (i & 16) != 0 ? null : str5, (i & 32) != 0 ? null : str6, (List) null); } public jSX(String str, String str2, String str3, String str4, String str5, String str6, List list) { this.e = str; this.d = str2; this.c = str3; this.f = str4; this.i = str5; this.b = str6; this.a = list; } public final String toString() { String str = this.e; String str2 = this.d; String str3 = this.c; String str4 = this.f; String str5 = this.i; String str6 = this.b; List list = this.a; StringBuilder sb = new StringBuilder("PaymentInfo(imageURL="); sb.append(str); sb.append(", header="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", type="); sb.append(str4); sb.append(", title="); sb.append(str5); sb.append(", qrString="); sb.append(str6); sb.append(", informationList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.i; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.b; int hashCode6 = str6 == null ? 0 : str6.hashCode(); List list = this.a; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof jSX)) { return false; } jSX jsx = (jSX) obj; return C14957gcv.b((Object) this.e, (Object) jsx.e) && C14957gcv.b((Object) this.d, (Object) jsx.d) && C14957gcv.b((Object) this.c, (Object) jsx.c) && C14957gcv.b((Object) this.f, (Object) jsx.f) && C14957gcv.b((Object) this.i, (Object) jsx.i) && C14957gcv.b((Object) this.b, (Object) jsx.b) && C14957gcv.b(this.a, jsx.a); } public jSX() { this((String) null, (String) null, (String) null, (String) null, (String) null, (String) null, 127); } }