21 lines
359 B
Java
21 lines
359 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class FDw {
|
||
|
|
||
|
@SerializedName("chequeList")
|
||
|
public List<mRA> b;
|
||
|
|
||
|
@SerializedName("pageNumber")
|
||
|
public int c;
|
||
|
|
||
|
@SerializedName("numberOfPages")
|
||
|
public int d;
|
||
|
|
||
|
@SerializedName("pageSize")
|
||
|
public int e;
|
||
|
}
|