what-the-bank/sources/o/C7689ct.java

50 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ct, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C7689ct {
@SerializedName("email")
public String a;
@SerializedName("language")
public String b;
@SerializedName("dtag")
public String c;
@SerializedName("avatar")
public String d;
@SerializedName("cardId")
public String e;
@SerializedName("mobileNo")
public String f;
@SerializedName("name")
public String g;
@SerializedName("lastName")
public String h;
@SerializedName("dateOfBirth")
private String i;
@SerializedName("tilesVersion")
public String j;
public C7689ct(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
this.c = str;
this.g = str2;
this.a = str3;
this.f = str4;
this.b = str5;
this.d = str6;
this.e = str7;
this.i = str8;
}
}