33 lines
637 B
Java
33 lines
637 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.b, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C3571b {
|
|
|
|
@SerializedName("acctApplId")
|
|
private String a;
|
|
|
|
@SerializedName("cardId")
|
|
private String b;
|
|
|
|
@SerializedName("creditAmount")
|
|
private String c;
|
|
|
|
@SerializedName("dateOfBirth")
|
|
private String d;
|
|
|
|
@SerializedName("ciphertext")
|
|
private String e;
|
|
|
|
@SerializedName("deviceId")
|
|
private String f;
|
|
|
|
@SerializedName("serverRandom")
|
|
private String h;
|
|
|
|
@SerializedName("pubKeyIndex")
|
|
private String j;
|
|
}
|