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; } }