51 lines
980 B
Java
51 lines
980 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class JVX {
|
|
|
|
@SerializedName("availableUnit")
|
|
public double a;
|
|
|
|
@SerializedName("fund")
|
|
public yzb b;
|
|
|
|
@SerializedName("fee")
|
|
public double c;
|
|
|
|
@SerializedName("availableAmount")
|
|
public double d;
|
|
|
|
@SerializedName("fullFundCode")
|
|
public String e;
|
|
|
|
@SerializedName("omnibusType")
|
|
public String f;
|
|
|
|
@SerializedName("nav")
|
|
public double g;
|
|
|
|
@SerializedName("ltfAvailableUnit")
|
|
public double h;
|
|
|
|
@SerializedName("isOmnibusFund")
|
|
public boolean i;
|
|
|
|
@SerializedName("fundType")
|
|
public String j;
|
|
|
|
@SerializedName("redeemableUnit")
|
|
public double k;
|
|
|
|
@SerializedName("redeemByAmount")
|
|
public String l;
|
|
|
|
@SerializedName("sortSequence")
|
|
public int m;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("redeemByUnits")
|
|
public String f8223o;
|
|
}
|