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

24 lines
491 B
Java
Raw Permalink Normal View History

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