24 lines
460 B
Java
24 lines
460 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import org.simpleframework.xml.strategy.Name;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class ttS extends C16562pOe {
|
||
|
|
||
|
@SerializedName("productCode")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("requestDateTime")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName("maskedPan")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("cardRef")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName(Name.MARK)
|
||
|
public String e;
|
||
|
}
|