28 lines
603 B
Java
28 lines
603 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.eoS, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C11919eoS {
|
|
|
|
@SerializedName("transactionToken")
|
|
private final String b;
|
|
|
|
@SerializedName("rPIN")
|
|
private final String c;
|
|
|
|
@SerializedName("e2eeSid")
|
|
private final String e;
|
|
|
|
public /* synthetic */ C11919eoS(String str) {
|
|
this(str, null, null);
|
|
}
|
|
|
|
public C11919eoS(String str, String str2, String str3) {
|
|
this.b = str;
|
|
this.e = str2;
|
|
this.c = str3;
|
|
}
|
|
}
|