19 lines
339 B
Java
19 lines
339 B
Java
|
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;
|
||
|
}
|
||
|
}
|