27 lines
595 B
Java
27 lines
595 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.fx, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C14642fx {
|
||
|
|
||
|
@SerializedName("tileVersion")
|
||
|
private String a;
|
||
|
|
||
|
@SerializedName("paymentServiceType")
|
||
|
private String d;
|
||
|
|
||
|
@SerializedName("billerID")
|
||
|
private String e;
|
||
|
|
||
|
public C14642fx(String str, String str2, String str3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.d = str;
|
||
|
this.e = str2;
|
||
|
this.a = str3;
|
||
|
}
|
||
|
}
|