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

57 lines
1.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
/* renamed from: o.bV, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4269bV {
@SerializedName("companyCode")
private final String a;
@SerializedName("marketingNameTH")
private final String b;
@SerializedName("industryCode")
private final String c;
@SerializedName("marketingNameEN")
private final String d;
@SerializedName("maxAal")
private final String e;
@SerializedName("maxIal")
private final String f;
@SerializedName("tilesVersion")
private final String g;
@SerializedName("nodeId")
private final String h;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
private final String j;
public C4269bV(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
this.j = str;
this.h = str2;
this.a = str3;
this.b = str4;
this.d = str5;
this.f = str6;
this.e = str7;
this.c = str8;
this.g = str9;
}
}