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

30 lines
611 B
Java
Raw 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 bQQ {
@SerializedName("relationId")
private final int a;
@SerializedName("itemCode")
private final String b;
@SerializedName("cardRef")
private final String d;
@SerializedName("refId")
private final String e;
public bQQ(String str, int i, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.e = str;
this.a = i;
this.b = str2;
this.d = str3;
}
}