26 lines
575 B
Java
26 lines
575 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.bG, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C3765bG {
|
|
|
|
@SerializedName("contactNumber")
|
|
private final String b;
|
|
|
|
@SerializedName("requestId")
|
|
private final String c;
|
|
|
|
@SerializedName("idpConsent")
|
|
private final String e;
|
|
|
|
public C3765bG(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = str;
|
|
this.e = str2;
|
|
this.b = str3;
|
|
}
|
|
}
|