what-the-bank/sources/o/C14835gUN.java

33 lines
670 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.gUN, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C14835gUN {
@SerializedName("groupName")
public String a;
@SerializedName("maxRecipientReachedFlag")
public String b;
@SerializedName("groupId")
public String c;
@SerializedName("hasScheduleFlag")
public String d;
@SerializedName("maxRecipientAllowed")
public Integer e;
@SerializedName("totalAmount")
public Double g;
@SerializedName("noOfRecipients")
public Integer h;
@SerializedName("recipientList")
public C15285gmZ i;
}