30 lines
611 B
Java
30 lines
611 B
Java
|
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;
|
||
|
}
|
||
|
}
|