29 lines
598 B
Java
29 lines
598 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import org.simpleframework.xml.strategy.Name;
|
||
|
|
||
|
/* renamed from: o.dE, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C8200dE {
|
||
|
|
||
|
@SerializedName(Name.MARK)
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("accountFromQuickTopup")
|
||
|
private String b;
|
||
|
|
||
|
@SerializedName("amountQuickTopup")
|
||
|
private double c;
|
||
|
|
||
|
@SerializedName("quickTopupFlag")
|
||
|
private String d;
|
||
|
|
||
|
@SerializedName("nickname")
|
||
|
private String e;
|
||
|
|
||
|
public static C8200dE c() {
|
||
|
return new C8200dE();
|
||
|
}
|
||
|
}
|