package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class KDX { @SerializedName("cardRefNo") public final String a; @SerializedName("blockOffshoreEcomFlag") public final String d; @SerializedName("blockOnshoreEcomFlag") public final String e; public final String toString() { String str = this.a; String str2 = this.e; String str3 = this.d; StringBuilder sb = new StringBuilder("ECommerceStatusEntity(cardRefNo="); sb.append(str); sb.append(", blockOnshoreEcomFlag="); sb.append(str2); sb.append(", blockOffshoreEcomFlag="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof KDX)) { return false; } KDX kdx = (KDX) obj; return C14957gcv.b((Object) this.a, (Object) kdx.a) && C14957gcv.b((Object) this.e, (Object) kdx.e) && C14957gcv.b((Object) this.d, (Object) kdx.d); } }