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

26 lines
470 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class Bfm {
@SerializedName("accountNumber")
public String a;
@SerializedName("dateTo")
public String c;
@SerializedName("dateFrom")
public String d;
@SerializedName("chequeStatus")
public String e;
public Bfm(String str, String str2, String str3) {
this.a = str;
this.e = str2;
this.d = str3;
}
}