24 lines
482 B
Java
24 lines
482 B
Java
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;
|
|
}
|
|
}
|