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

37 lines
812 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class WWl {
@SerializedName("tilesVersion")
private final String a;
@SerializedName("cycleNumber")
private final String b;
@SerializedName("cardRef")
private final String c;
@SerializedName("deejungEligible")
private final boolean d;
@SerializedName("stmtCloseDate")
private final String e;
public /* synthetic */ WWl(String str, String str2, String str3) {
this(str, str2, null, str3);
}
public WWl(String str, String str2, String str3, String str4) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = str;
this.b = str2;
this.d = true;
this.e = str3;
this.a = str4;
}
}