21 lines
394 B
Java
21 lines
394 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class EIo extends C16562pOe {
|
||
|
|
||
|
@SerializedName("totalBalance")
|
||
|
public Double b;
|
||
|
|
||
|
@SerializedName("netGain")
|
||
|
public Double c;
|
||
|
|
||
|
@SerializedName("assetGroup")
|
||
|
public List<C15674heS> d;
|
||
|
|
||
|
@SerializedName("netGainPercent")
|
||
|
public Double e;
|
||
|
}
|