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

26 lines
565 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.NOk, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0719NOk {
@SerializedName("cardRef")
private final String a;
@SerializedName("couponStatus")
private final String d;
@SerializedName("pagingNumber")
private final int e;
public C0719NOk(String str, String str2, int i) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.a = str;
this.d = str2;
this.e = i;
}
}