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

70 lines
1.3 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 Y {
@SerializedName("clientNo")
public String a;
@SerializedName("redeemType")
public String b;
@SerializedName("amount")
public String c;
@SerializedName("fundCode")
private String d;
@SerializedName("unit")
public String e;
@SerializedName("tilesVersion")
private String g;
@SerializedName("schedule")
private JiO h;
@SerializedName("overRedeemableFlag")
private String i;
private Y(RVV rvv) {
this.a = rvv.c;
this.d = rvv.d;
this.b = rvv.g;
this.e = rvv.h;
this.c = rvv.b;
this.g = rvv.j;
this.i = rvv.a;
this.h = rvv.e;
}
public static RVV c() {
return new RVV((byte) 0);
}
/* loaded from: classes3.dex */
public static final class RVV {
public String a;
public String b;
public String c;
public String d;
public JiO e;
public String g;
public String h;
public String j;
private RVV() {
}
/* synthetic */ RVV(byte b) {
this();
}
}
public /* synthetic */ Y(RVV rvv, byte b) {
this(rvv);
}
}