what-the-bank/sources/o/GjB.java

35 lines
643 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}