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

24 lines
482 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ei, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C11582ei {
@SerializedName("amount")
private String a;
@SerializedName("scanToken")
private String c;
@SerializedName("cardRef")
private String d;
public C11582ei(String str, String str2, String str3) {
this.c = str;
this.d = str2;
this.a = str3;
}
}