33 lines
670 B
Java
33 lines
670 B
Java
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;
|
|
}
|