27 lines
602 B
Java
27 lines
602 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dn, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9614dn {
|
|
|
|
@SerializedName("e2eeSid")
|
|
private final String a;
|
|
|
|
@SerializedName("encryptedPIN")
|
|
private final String b;
|
|
|
|
@SerializedName("cardRefNo")
|
|
private final String d;
|
|
|
|
public C9614dn(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.d = str;
|
|
this.b = str2;
|
|
this.a = str3;
|
|
}
|
|
}
|