package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class ZNX extends C16562pOe { @SerializedName("merchantWalletList") public final List b; public final String toString() { List list = this.b; StringBuilder sb = new StringBuilder("UnregisteredMerchantListEntity(merchantWalletList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof ZNX) && C14957gcv.b(this.b, ((ZNX) obj).b); } }