what-the-bank/sources/o/JOM.java

20 lines
375 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class JOM {
@SerializedName("cardNumberType")
private final String d;
@SerializedName("cardRefNo")
public final String e;
public JOM(String str, String str2) {
C14957gcv.e(str, "");
this.e = str;
this.d = str2;
}
}