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