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

45 lines
997 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class krX {
@SerializedName("expiryDate")
public String a;
@SerializedName("isTempLimitActive")
private final boolean b;
@SerializedName("additionalAmount")
private final int c;
@SerializedName("reasonCode")
public String d;
@SerializedName("cardRef")
private final String e;
@SerializedName("totalCreditAmount")
private final int g;
@SerializedName("tilesVersion")
private final String h;
public /* synthetic */ krX(String str, int i, int i2, boolean z, String str2) {
this(str, i, i2, z, str2, (byte) 0);
}
private krX(String str, int i, int i2, boolean z, String str2, byte b) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.e = str;
this.c = i;
this.g = i2;
this.a = null;
this.b = z;
this.d = null;
this.h = str2;
}
}