44 lines
866 B
Java
44 lines
866 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class BYd extends C16562pOe {
|
|
|
|
@SerializedName("depositList")
|
|
public final List<wwc> a;
|
|
|
|
@SerializedName("adsList")
|
|
public final List<C16374nnr> b;
|
|
|
|
@SerializedName("isTotalFromAllAccounts")
|
|
public final String c;
|
|
|
|
@SerializedName("filterMonthNo")
|
|
public final Integer d;
|
|
|
|
@SerializedName("currentDatetime")
|
|
public final String e;
|
|
|
|
@SerializedName("totalAvailableBalance")
|
|
public final Double h;
|
|
|
|
private /* synthetic */ BYd(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
private BYd(byte b) {
|
|
this.h = null;
|
|
this.a = null;
|
|
this.b = null;
|
|
this.c = null;
|
|
this.d = null;
|
|
this.e = null;
|
|
}
|
|
|
|
public BYd() {
|
|
this((char) 0);
|
|
}
|
|
}
|