34 lines
756 B
Java
34 lines
756 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class VCe {
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String a;
|
|
|
|
@SerializedName("blockOffshoreEcomFlag")
|
|
private final String b;
|
|
|
|
@SerializedName("cardRefNo")
|
|
private final String c;
|
|
|
|
@SerializedName("blockOnshoreEcomFlag")
|
|
private final String d;
|
|
|
|
@SerializedName("ecomFlagMode")
|
|
private final String e;
|
|
|
|
public VCe(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.a = str;
|
|
this.c = str2;
|
|
this.e = str3;
|
|
this.d = str4;
|
|
this.b = str5;
|
|
}
|
|
}
|