38 lines
832 B
Java
38 lines
832 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dJ, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C8366dJ extends AbstractC8332dI {
|
|
|
|
@SerializedName("isPendingActivate")
|
|
private String a;
|
|
|
|
@SerializedName("entity")
|
|
private String b;
|
|
|
|
@SerializedName("cardRefNo")
|
|
private String c;
|
|
|
|
@SerializedName("cardNo")
|
|
private String e;
|
|
|
|
@SerializedName("sourceSystem")
|
|
private String h;
|
|
|
|
public C8366dJ(String str, String str2) {
|
|
this.c = str;
|
|
this.d = str2;
|
|
}
|
|
|
|
public C8366dJ(String str, String str2, String str3, String str4, String str5, String str6) {
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.e = str3;
|
|
this.h = str4;
|
|
this.b = str5;
|
|
this.a = str6;
|
|
}
|
|
}
|