25 lines
479 B
Java
25 lines
479 B
Java
|
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;
|
||
|
}
|
||
|
}
|