22 lines
415 B
Java
22 lines
415 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.eg, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C11476eg {
|
|
|
|
@SerializedName("amount")
|
|
public String b;
|
|
|
|
@SerializedName("proxyId")
|
|
public String c;
|
|
|
|
@SerializedName("proxyType")
|
|
public String e;
|
|
|
|
public static C11476eg b() {
|
|
return new C11476eg();
|
|
}
|
|
}
|