26 lines
463 B
Java
26 lines
463 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class GEE {
|
|
|
|
@SerializedName("remainingAmount")
|
|
private Double a;
|
|
|
|
@SerializedName("limitAmount")
|
|
private Double b;
|
|
|
|
@SerializedName("limitType")
|
|
private String c;
|
|
|
|
@SerializedName("function")
|
|
private String d;
|
|
|
|
@SerializedName("subFunction")
|
|
private String e;
|
|
|
|
@SerializedName("usedAmount")
|
|
private Double f;
|
|
}
|