35 lines
643 B
Java
35 lines
643 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class GjB {
|
|
|
|
@SerializedName("payAmount")
|
|
private Long a;
|
|
|
|
@SerializedName("code")
|
|
private String b;
|
|
|
|
@SerializedName("itemName")
|
|
private String c;
|
|
|
|
@SerializedName("point")
|
|
private Long d;
|
|
|
|
@SerializedName("quantity")
|
|
private int e;
|
|
|
|
@SerializedName("redeemMode")
|
|
private Jiz i;
|
|
|
|
public GjB(String str, int i, Jiz jiz, String str2, Long l, Long l2) {
|
|
this.b = str;
|
|
this.e = i;
|
|
this.i = jiz;
|
|
this.c = str2;
|
|
this.d = l;
|
|
this.a = l2;
|
|
}
|
|
}
|