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

42 lines
884 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ee, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C11370ee {
@SerializedName("isAddAccount")
private String a;
@SerializedName("consentMutualfundsVersion")
private String b;
@SerializedName("consentAcceptFlag")
private String c;
@SerializedName("consentSecuritiesVersion")
private String d;
@SerializedName("tilesVersion")
public String e;
@SerializedName("otp")
private String h;
@SerializedName("tokenUUID")
private String j;
public C11370ee(String str, String str2) {
this.c = str;
this.a = str2;
}
public C11370ee(String str, String str2, String str3, String str4) {
this.c = str;
this.d = str2;
this.b = str3;
this.a = str4;
}
}