28 lines
573 B
Java
28 lines
573 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.opz, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C16498opz {
|
|
|
|
@SerializedName("cardName")
|
|
private String a;
|
|
|
|
@SerializedName("cardRef")
|
|
public String b;
|
|
|
|
@SerializedName("productTypeCode")
|
|
private String c;
|
|
|
|
@SerializedName("maskedCardNo")
|
|
private String e;
|
|
|
|
public C16498opz(String str, String str2, String str3) {
|
|
this.c = str;
|
|
this.a = str;
|
|
this.e = str2;
|
|
this.b = str3;
|
|
}
|
|
}
|