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

81 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class LHd {
@SerializedName("attachment")
private String a;
@SerializedName("description")
private String b;
@SerializedName("amount")
private String c;
@SerializedName("consentFlags")
private DeI d;
@SerializedName("attachmentContentType")
private String e;
@SerializedName("email")
private String f;
@SerializedName("name")
private String g;
@SerializedName("engName")
private String h;
@SerializedName("monthlyIncome")
private String i;
@SerializedName("phone")
private String j;
@SerializedName("productType")
private String l;
@SerializedName("uuid")
private String n;
/* loaded from: classes3.dex */
public static final class IeS {
public String a;
public String b;
public String c;
public String d;
public DeI e;
public String f;
public String g;
public String h;
public String i;
public String j;
public String l;
/* renamed from: o, reason: collision with root package name */
public String f8249o;
}
private LHd(IeS ieS) {
this.l = ieS.f8249o;
this.c = ieS.b;
this.b = ieS.c;
this.g = ieS.g;
this.h = ieS.f;
this.j = ieS.j;
this.f = ieS.i;
this.a = ieS.a;
this.i = ieS.h;
this.e = ieS.d;
this.n = ieS.l;
this.d = ieS.e;
}
public /* synthetic */ LHd(IeS ieS, byte b) {
this(ieS);
}
}