26 lines
565 B
Java
26 lines
565 B
Java
|
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;
|
||
|
}
|
||
|
}
|