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

35 lines
752 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.fE, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12674fE {
@SerializedName("billerId")
private String a;
@SerializedName("tilesVersion")
private String b;
@SerializedName("ref2")
private String c;
@SerializedName("ref1")
private String d;
@SerializedName("amount")
private Double e;
public C12674fE(String str, String str2, String str3, String str4, Double d) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.b = str;
this.a = str2;
this.d = str3;
this.c = str4;
this.e = d;
}
}