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

19 lines
341 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 SvY {
@SerializedName("airlinesMembershipNumber")
private String b;
@SerializedName("customerName")
private String d;
public SvY(String str, String str2) {
this.d = str;
this.b = str2;
}
}