49 lines
971 B
Java
49 lines
971 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class KjV {
|
|
|
|
@SerializedName("fundCode")
|
|
public String a;
|
|
|
|
@SerializedName("allowDelete")
|
|
public String b;
|
|
|
|
@SerializedName("clientNo")
|
|
public String c;
|
|
|
|
@SerializedName("fullFundCode")
|
|
public String d;
|
|
|
|
@SerializedName("effectiveDate")
|
|
public String e;
|
|
|
|
@SerializedName("sortSequence")
|
|
public int f;
|
|
|
|
@SerializedName("quantityLabel")
|
|
public yzb g;
|
|
|
|
@SerializedName("transactionDate")
|
|
public String h;
|
|
|
|
@SerializedName(Name.REFER)
|
|
public yzb i;
|
|
|
|
@SerializedName("quantity")
|
|
public double j;
|
|
|
|
@SerializedName("transactionType")
|
|
public yzb m;
|
|
|
|
@SerializedName("transactionNo")
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("transactionLabel")
|
|
public yzb f8241o;
|
|
}
|