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

24 lines
480 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.bz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C5756bz {
@SerializedName("amount")
private String a;
@SerializedName("shopNote")
private String b;
@SerializedName("walletId")
private String d;
public C5756bz(String str, String str2, String str3) {
this.d = str;
this.a = str2;
this.b = str3;
}
}