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

40 lines
914 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class cNC implements AbstractC15351go.HBt {
@SerializedName("rate")
private final String a;
@SerializedName("cardRef")
public final String b;
@SerializedName("installmentType")
private final String c;
@SerializedName("term")
private final String d;
@SerializedName("loanId")
private final String e;
@SerializedName("transactionAmount")
private final String g;
public cNC(String str, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.e = str;
this.g = str2;
this.d = str3;
this.a = str4;
this.b = str5;
this.c = str6;
}
}