24 lines
440 B
Java
24 lines
440 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class nrT extends C16562pOe {
|
||
|
|
||
|
@SerializedName("stmtDueAmount")
|
||
|
public Double a;
|
||
|
|
||
|
@SerializedName("cardRefNo")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName("txnList")
|
||
|
public List<QSH> c;
|
||
|
|
||
|
@SerializedName("stmtCycleNo")
|
||
|
public Integer d;
|
||
|
|
||
|
@SerializedName("stmtDate")
|
||
|
public String e;
|
||
|
}
|