36 lines
819 B
Java
36 lines
819 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dm, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9561dm {
|
|
|
|
@SerializedName("tilesVersion")
|
|
public String b;
|
|
|
|
@SerializedName("productType")
|
|
private String c;
|
|
|
|
@SerializedName("accountNo")
|
|
private String d;
|
|
|
|
@SerializedName("mailingAddress")
|
|
private pCe e;
|
|
|
|
private C9561dm(String str, String str2, String str3, pCe pce) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(pce, "");
|
|
this.d = str;
|
|
this.c = str2;
|
|
this.b = str3;
|
|
this.e = pce;
|
|
}
|
|
|
|
public /* synthetic */ C9561dm(String str, String str2, pCe pce) {
|
|
this(str, str2, "", pce);
|
|
}
|
|
}
|