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

31 lines
698 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dM, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C8468dM extends AbstractC8332dI {
@SerializedName("loanType")
private C8435dL a;
@SerializedName("accountNo")
private String c;
@SerializedName("accountNoKeyIn")
private String e;
public C8468dM(String str, String str2, C8435dL c8435dL) {
this.c = str;
this.d = str2;
this.a = c8435dL;
}
public C8468dM(String str, String str2, C8435dL c8435dL, String str3) {
this.c = str;
this.d = str2;
this.a = c8435dL;
this.e = str3;
}
}