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

16 lines
310 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.el, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C11741el {
@SerializedName("transactionToken")
private String c;
public C11741el(String str) {
this.c = str;
}
}