45 lines
1.0 KiB
Java
45 lines
1.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dk, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9455dk {
|
|
|
|
@SerializedName("cardRefNo")
|
|
private String a;
|
|
|
|
@SerializedName("amount")
|
|
private double b;
|
|
|
|
@SerializedName("annotation")
|
|
private String c;
|
|
|
|
@SerializedName("accountTo")
|
|
private String d;
|
|
|
|
@SerializedName("tilesVersion")
|
|
public String e;
|
|
|
|
@SerializedName("walletFrom")
|
|
private String f;
|
|
|
|
public /* synthetic */ C9455dk(String str, String str2, double d, String str3, String str4) {
|
|
this(str, str2, d, str3, str4, "");
|
|
}
|
|
|
|
private C9455dk(String str, String str2, double d, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.a = str;
|
|
this.f = str2;
|
|
this.b = d;
|
|
this.d = str3;
|
|
this.c = str4;
|
|
this.e = str5;
|
|
}
|
|
}
|