25 lines
486 B
Java
25 lines
486 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zEC {
|
|
|
|
@SerializedName("relationId")
|
|
private final int b;
|
|
|
|
@SerializedName("itemCode")
|
|
private final String c;
|
|
|
|
@SerializedName("cardRef")
|
|
private final String d;
|
|
|
|
public zEC(String str, int i, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.d = str;
|
|
this.b = i;
|
|
this.c = str2;
|
|
}
|
|
}
|