16 lines
273 B
Java
16 lines
273 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class nAM {
|
||
|
|
||
|
@SerializedName("cardRefNo")
|
||
|
private final String c;
|
||
|
|
||
|
public nAM(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.c = str;
|
||
|
}
|
||
|
}
|