package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.bS, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4166bS { @SerializedName("statementAccountList") private final List d; public C4166bS(List list) { C14957gcv.e(list, ""); this.d = list; } public final String toString() { List list = this.d; StringBuilder sb = new StringBuilder("NdidPayFeeRequest(statementAccountList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C4166bS) && C14957gcv.b(this.d, ((C4166bS) obj).d); } }