28 lines
595 B
Java
28 lines
595 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class lMh {
|
|
|
|
@SerializedName("numberRecentTxn")
|
|
private final Integer a;
|
|
|
|
@SerializedName("cardProductType")
|
|
private final String b;
|
|
|
|
@SerializedName("latestTransactionFlag")
|
|
private final String c;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String d;
|
|
|
|
public lMh(String str, String str2, Integer num, String str3) {
|
|
C14957gcv.e(str2, "");
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.a = num;
|
|
this.c = str3;
|
|
}
|
|
}
|