159 lines
5.5 KiB
Java
159 lines
5.5 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.cR, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C6380cR {
|
||
|
|
||
|
@SerializedName("customerID")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("cardRefNo")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("customerConsentAcceptFlag")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("customerConsentAcceptVersion")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("cardAmount")
|
||
|
private final double e;
|
||
|
|
||
|
@SerializedName("pointRedemptionRate")
|
||
|
private final double f;
|
||
|
|
||
|
@SerializedName("merchantID")
|
||
|
private final String g;
|
||
|
|
||
|
@SerializedName("pointAmount")
|
||
|
private final int h;
|
||
|
|
||
|
@SerializedName("pointRedemptionRateEventId")
|
||
|
private final String i;
|
||
|
|
||
|
@SerializedName("pointEquivalentAmount")
|
||
|
private final double j;
|
||
|
|
||
|
@SerializedName("pointRedemptionRateEventName")
|
||
|
private final String k;
|
||
|
|
||
|
@SerializedName("sofType")
|
||
|
private final String l;
|
||
|
|
||
|
@SerializedName("pointRedemptionRateType")
|
||
|
private final String m;
|
||
|
|
||
|
@SerializedName("transactionAmount")
|
||
|
private final String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
@SerializedName("scanToken")
|
||
|
private final String f8620o;
|
||
|
|
||
|
public C6380cR(String str, String str2, String str3, String str4, String str5, String str6, String str7, double d, String str8, int i, double d2, String str9, double d3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str7, "");
|
||
|
C14957gcv.e(str8, "");
|
||
|
C14957gcv.e(str9, "");
|
||
|
this.f8620o = str;
|
||
|
this.n = str2;
|
||
|
this.a = str3;
|
||
|
this.c = str4;
|
||
|
this.d = str5;
|
||
|
this.g = str6;
|
||
|
this.l = str7;
|
||
|
this.f = d;
|
||
|
this.m = str8;
|
||
|
this.i = null;
|
||
|
this.k = null;
|
||
|
this.h = i;
|
||
|
this.j = d2;
|
||
|
this.b = str9;
|
||
|
this.e = d3;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.f8620o;
|
||
|
String str2 = this.n;
|
||
|
String str3 = this.a;
|
||
|
String str4 = this.c;
|
||
|
String str5 = this.d;
|
||
|
String str6 = this.g;
|
||
|
String str7 = this.l;
|
||
|
double d = this.f;
|
||
|
String str8 = this.m;
|
||
|
String str9 = this.i;
|
||
|
String str10 = this.k;
|
||
|
int i = this.h;
|
||
|
double d2 = this.j;
|
||
|
String str11 = this.b;
|
||
|
double d3 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("PointXPurchaseVerificationRequest(scanToken=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionAmount=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", customerID=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", customerConsentAcceptFlag=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", customerConsentAcceptVersion=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", merchantID=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", sofType=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", pointRedemptionRate=");
|
||
|
sb.append(d);
|
||
|
sb.append(", pointRedemptionRateType=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", pointRedemptionRateEventId=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", pointRedemptionRateEventName=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", pointAmount=");
|
||
|
sb.append(i);
|
||
|
sb.append(", pointEquivalentAmount=");
|
||
|
sb.append(d2);
|
||
|
sb.append(", cardRefNo=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", cardAmount=");
|
||
|
sb.append(d3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.f8620o.hashCode();
|
||
|
int hashCode2 = this.n.hashCode();
|
||
|
int hashCode3 = this.a.hashCode();
|
||
|
String str = this.c;
|
||
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode5 = str2 == null ? 0 : str2.hashCode();
|
||
|
int hashCode6 = this.g.hashCode();
|
||
|
int hashCode7 = this.l.hashCode();
|
||
|
int hashCode8 = Double.hashCode(this.f);
|
||
|
int hashCode9 = this.m.hashCode();
|
||
|
String str3 = this.i;
|
||
|
int hashCode10 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.k;
|
||
|
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + Integer.hashCode(this.h)) * 31) + Double.hashCode(this.j)) * 31) + this.b.hashCode()) * 31) + Double.hashCode(this.e);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C6380cR)) {
|
||
|
return false;
|
||
|
}
|
||
|
C6380cR c6380cR = (C6380cR) obj;
|
||
|
return C14957gcv.b((Object) this.f8620o, (Object) c6380cR.f8620o) && C14957gcv.b((Object) this.n, (Object) c6380cR.n) && C14957gcv.b((Object) this.a, (Object) c6380cR.a) && C14957gcv.b((Object) this.c, (Object) c6380cR.c) && C14957gcv.b((Object) this.d, (Object) c6380cR.d) && C14957gcv.b((Object) this.g, (Object) c6380cR.g) && C14957gcv.b((Object) this.l, (Object) c6380cR.l) && Double.compare(this.f, c6380cR.f) == 0 && C14957gcv.b((Object) this.m, (Object) c6380cR.m) && C14957gcv.b((Object) this.i, (Object) c6380cR.i) && C14957gcv.b((Object) this.k, (Object) c6380cR.k) && this.h == c6380cR.h && Double.compare(this.j, c6380cR.j) == 0 && C14957gcv.b((Object) this.b, (Object) c6380cR.b) && Double.compare(this.e, c6380cR.e) == 0;
|
||
|
}
|
||
|
}
|