19 lines
342 B
Java
19 lines
342 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class AeN {
|
|
|
|
@SerializedName("chequeNo")
|
|
private final String a;
|
|
|
|
@SerializedName("accountFrom")
|
|
private final String e;
|
|
|
|
public AeN(String str, String str2) {
|
|
this.e = str;
|
|
this.a = str2;
|
|
}
|
|
}
|