90 lines
2.9 KiB
Java
90 lines
2.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Thv {
|
|
|
|
@SerializedName("creditcardInstallmentPlans")
|
|
public final List<jNW> a;
|
|
|
|
@SerializedName("paymentAmount")
|
|
public final Double b;
|
|
|
|
@SerializedName("merchantId")
|
|
public final String c;
|
|
|
|
@SerializedName("creditcardDefaultTenor")
|
|
public final Integer d;
|
|
|
|
@SerializedName("orderReference")
|
|
public final String e;
|
|
|
|
@SerializedName("speedycashInstallmentPlans")
|
|
public final List<jNW> f;
|
|
|
|
@SerializedName("terminalId")
|
|
public final String g;
|
|
|
|
@SerializedName("speedycashDefaultTenor")
|
|
public final Integer j;
|
|
|
|
public final String toString() {
|
|
List<jNW> list = this.a;
|
|
List<jNW> list2 = this.f;
|
|
Integer num = this.d;
|
|
Integer num2 = this.j;
|
|
String str = this.c;
|
|
String str2 = this.g;
|
|
String str3 = this.e;
|
|
Double d = this.b;
|
|
StringBuilder sb = new StringBuilder("CreditCardInstallmentEntity(creditCardInstallmentPlans=");
|
|
sb.append(list);
|
|
sb.append(", speedyCashInstallmentPlans=");
|
|
sb.append(list2);
|
|
sb.append(", creditCardDefaultTenor=");
|
|
sb.append(num);
|
|
sb.append(", speedyCashDefaultTenor=");
|
|
sb.append(num2);
|
|
sb.append(", merchantId=");
|
|
sb.append(str);
|
|
sb.append(", terminalId=");
|
|
sb.append(str2);
|
|
sb.append(", orderReference=");
|
|
sb.append(str3);
|
|
sb.append(", paymentAmount=");
|
|
sb.append(d);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
int hashCode2 = this.f.hashCode();
|
|
Integer num = this.d;
|
|
int hashCode3 = num == null ? 0 : num.hashCode();
|
|
Integer num2 = this.j;
|
|
int hashCode4 = num2 == null ? 0 : num2.hashCode();
|
|
String str = this.c;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.g;
|
|
int hashCode6 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode7 = str3 == null ? 0 : str3.hashCode();
|
|
Double d = this.b;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (d != null ? d.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Thv)) {
|
|
return false;
|
|
}
|
|
Thv thv = (Thv) obj;
|
|
return C14957gcv.b(this.a, thv.a) && C14957gcv.b(this.f, thv.f) && C14957gcv.b(this.d, thv.d) && C14957gcv.b(this.j, thv.j) && C14957gcv.b((Object) this.c, (Object) thv.c) && C14957gcv.b((Object) this.g, (Object) thv.g) && C14957gcv.b((Object) this.e, (Object) thv.e) && C14957gcv.b(this.b, thv.b);
|
|
}
|
|
}
|