71 lines
1.5 KiB
Java
71 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class vxH {
|
||
|
|
||
|
@SerializedName("accountType")
|
||
|
private String a;
|
||
|
|
||
|
@SerializedName("txnAmount")
|
||
|
private double b;
|
||
|
|
||
|
@SerializedName("txnBatchRunDate")
|
||
|
private String c;
|
||
|
|
||
|
@SerializedName("annotation")
|
||
|
private C15387gp<String> d;
|
||
|
|
||
|
@SerializedName("accountNo")
|
||
|
private String e;
|
||
|
|
||
|
@SerializedName("txnDebitCreditFlag")
|
||
|
private String f;
|
||
|
|
||
|
@SerializedName("txnCode")
|
||
|
private String g;
|
||
|
|
||
|
@SerializedName("txnDateTime")
|
||
|
private String h;
|
||
|
|
||
|
@SerializedName("txnChannel")
|
||
|
private String i;
|
||
|
|
||
|
@SerializedName("txnSequence")
|
||
|
private int j;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public double c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
public int f;
|
||
|
public String g;
|
||
|
public String h;
|
||
|
public String i;
|
||
|
public String j;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Type inference failed for: r3v1, types: [V, java.lang.String] */
|
||
|
private vxH(RVV rvv) {
|
||
|
this.d = new C15387gp<>();
|
||
|
this.a = rvv.e;
|
||
|
this.e = rvv.d;
|
||
|
this.j = rvv.f;
|
||
|
this.c = rvv.a;
|
||
|
this.h = rvv.i;
|
||
|
this.g = rvv.g;
|
||
|
this.i = rvv.h;
|
||
|
this.f = rvv.j;
|
||
|
this.b = rvv.c;
|
||
|
this.d.b = rvv.b;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ vxH(RVV rvv, byte b) {
|
||
|
this(rvv);
|
||
|
}
|
||
|
}
|