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

32 lines
669 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.sVC, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C16929sVC {
@SerializedName("preApproved")
private boolean a;
@SerializedName("additionalAmount")
private double b;
@SerializedName("expiryDate")
private String c;
@SerializedName("reason")
private String d;
@SerializedName("cardRef")
private String e;
public C16929sVC(boolean z, double d, String str, String str2, String str3) {
this.a = z;
this.b = d;
this.c = str;
this.d = str2;
this.e = str3;
}
}