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

174 lines
3.9 KiB
Java

package o;
import com.google.android.libraries.places.api.model.PlaceTypes;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.fD, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C12642fD {
@SerializedName("amount")
private String a;
@SerializedName("billerId")
private String b;
@SerializedName("accountFrom")
private String c;
@SerializedName("annotation")
private C15387gp<String> d;
@SerializedName("campaignCategory")
private String e;
@SerializedName("masterCategory")
private String f;
@SerializedName("campaignDetail")
private String g;
@SerializedName("imagePath")
private String h;
@SerializedName("campaignName")
private String i;
@SerializedName("historyLink")
private String j;
@SerializedName("ref1")
private String k;
@SerializedName("ref3")
private String l;
@SerializedName("ref2")
private String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("shippingAddress")
private RVV f9092o;
/* JADX WARN: Type inference failed for: r2v1, types: [V, java.lang.String] */
private C12642fD(HBt hBt) {
this.d = new C15387gp<>();
this.c = hBt.a;
this.i = hBt.f;
this.g = hBt.i;
this.h = hBt.g;
this.a = hBt.b;
this.b = hBt.c;
this.k = hBt.l;
this.n = hBt.n;
this.l = hBt.k;
this.e = hBt.d;
this.f = hBt.j;
this.j = hBt.h;
this.f9092o = hBt.m;
this.d.b = hBt.e;
}
public static HBt d() {
return new HBt((byte) 0);
}
/* renamed from: o.fD$RVV */
/* loaded from: classes3.dex */
public static class RVV {
@SerializedName("postalCode")
private String a;
@SerializedName("mobilePhone")
private String b;
@SerializedName("district")
private String c;
@SerializedName("name")
private String d;
@SerializedName(PlaceTypes.ADDRESS)
private String e;
@SerializedName("province")
private String f;
@SerializedName("subDistrict")
private String g;
@SerializedName("road")
private String h;
private RVV(C0110RVV c0110rvv) {
this.d = c0110rvv.d;
this.e = c0110rvv.c;
this.h = c0110rvv.j;
this.g = c0110rvv.f;
this.c = c0110rvv.b;
this.f = c0110rvv.i;
this.a = c0110rvv.e;
this.b = c0110rvv.a;
}
public static C0110RVV a() {
return new C0110RVV((byte) 0);
}
/* renamed from: o.fD$RVV$RVV, reason: collision with other inner class name */
/* loaded from: classes3.dex */
public static final class C0110RVV {
public String a;
public String b;
public String c;
public String d;
public String e;
public String f;
public String i;
public String j;
private C0110RVV() {
}
/* synthetic */ C0110RVV(byte b) {
this();
}
}
public /* synthetic */ RVV(C0110RVV c0110rvv, byte b) {
this(c0110rvv);
}
}
/* renamed from: o.fD$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public String a;
public String b;
public String c;
public String d;
public String e;
public String f;
public String g;
public String h;
public String i;
public String j;
public String k;
public String l;
public RVV m;
public String n;
private HBt() {
}
/* synthetic */ HBt(byte b) {
this();
}
}
public /* synthetic */ C12642fD(HBt hBt, byte b) {
this(hBt);
}
}