package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class Lel { @SerializedName("paymentAmount") public final Double a; @SerializedName("accountTo") public final String b; @SerializedName("ref1") public final String c; @SerializedName("ref2") public final String d; @SerializedName("ref3") public final String e; public final String toString() { Double d = this.a; String str = this.b; String str2 = this.c; String str3 = this.d; String str4 = this.e; StringBuilder sb = new StringBuilder("BillPaymentEntity(paymentAmount="); sb.append(d); sb.append(", accountTo="); sb.append(str); sb.append(", ref1="); sb.append(str2); sb.append(", ref2="); sb.append(str3); sb.append(", ref3="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { Double d = this.a; int hashCode = d == null ? 0 : d.hashCode(); String str = this.b; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.e; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Lel)) { return false; } Lel lel = (Lel) obj; return C14957gcv.b(this.a, lel.a) && C14957gcv.b((Object) this.b, (Object) lel.b) && C14957gcv.b((Object) this.c, (Object) lel.c) && C14957gcv.b((Object) this.d, (Object) lel.d) && C14957gcv.b((Object) this.e, (Object) lel.e); } }