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

27 lines
602 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}