33 lines
568 B
Java
33 lines
568 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class BQD {
|
||
|
|
||
|
@SerializedName("phone")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("documentType")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName("productProgram")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("cardCompany")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
public String e;
|
||
|
|
||
|
@SerializedName("uuid")
|
||
|
public String g;
|
||
|
|
||
|
@SerializedName("tileVersion")
|
||
|
public String h;
|
||
|
|
||
|
public static BQD a() {
|
||
|
return new BQD();
|
||
|
}
|
||
|
}
|