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

19 lines
339 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 class NdG {
@SerializedName("startChequeNo")
private final String a;
@SerializedName("accountNo")
private final String c;
public NdG(String str, String str2) {
this.c = str;
this.a = str2;
}
}