39 lines
758 B
Java
39 lines
758 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class Lnj {
|
|
|
|
@SerializedName("monthList")
|
|
public List<String> a;
|
|
|
|
@SerializedName("chequeStatus")
|
|
public String b;
|
|
|
|
@SerializedName("depositAccountNo")
|
|
public String c;
|
|
|
|
@SerializedName("totalAmountPaid")
|
|
public String d;
|
|
|
|
@SerializedName("totalAmountPending")
|
|
public String e;
|
|
|
|
@SerializedName("totalChequeReturn")
|
|
public Integer f;
|
|
|
|
@SerializedName("totalCheque")
|
|
public Integer g;
|
|
|
|
@SerializedName("totalChequePaid")
|
|
public Integer h;
|
|
|
|
@SerializedName("totalChequePending")
|
|
public Integer i;
|
|
|
|
@SerializedName("totalAmountReturn")
|
|
public String j;
|
|
}
|