package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class QRc { @SerializedName("productSaleSheet") public final List a; @SerializedName("headerSequence") public final Integer c; @SerializedName("headerName") public final String d; private QRc(byte b) { this.c = null; this.d = null; this.a = null; } private /* synthetic */ QRc(char c) { this((byte) 0); } public QRc() { this((char) 0); } }