what-the-bank/sources/o/mZA.java

30 lines
581 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class mZA {
@SerializedName("loanType")
private String a;
@SerializedName("duration")
private String b;
@SerializedName("amount")
private String c;
@SerializedName("applicationId")
private String d = null;
@SerializedName("productProgram")
private String e;
public mZA(String str, String str2, String str3, int i) {
this.a = str;
this.e = str2;
this.c = str3;
this.b = String.valueOf(i);
}
}