package o; import java.util.List; /* loaded from: classes3.dex */ public final class CuW { public final List a; public final double b; public CuW(List list, double d) { C14957gcv.e(list, ""); this.a = list; this.b = d; } public final String toString() { List list = this.a; double d = this.b; StringBuilder sb = new StringBuilder("NdidPayFee(statementAccountList="); sb.append(list); sb.append(", fee="); sb.append(d); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.a.hashCode() * 31) + Double.hashCode(this.b); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof CuW)) { return false; } CuW cuW = (CuW) obj; return C14957gcv.b(this.a, cuW.a) && Double.compare(this.b, cuW.b) == 0; } }