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

25 lines
479 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class yDO {
@SerializedName("tranType")
private final gnT a;
@SerializedName("amount")
private final double d;
@SerializedName("cardRef")
private final String e;
public yDO(double d, gnT gnt, String str) {
C14957gcv.e(gnt, "");
C14957gcv.e(str, "");
this.d = d;
this.a = gnt;
this.e = str;
}
}