14 lines
238 B
Java
14 lines
238 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class hPV {
|
||
|
|
||
|
@SerializedName("productDescription")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("productCode")
|
||
|
public String d;
|
||
|
}
|