41 lines
952 B
Java
41 lines
952 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Qba, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0858Qba {
|
|
|
|
@SerializedName("term")
|
|
private final String a;
|
|
|
|
@SerializedName("loanId")
|
|
private final String b;
|
|
|
|
@SerializedName("rate")
|
|
private final String c;
|
|
|
|
@SerializedName("installmentType")
|
|
private final String d;
|
|
|
|
@SerializedName("cardRef")
|
|
private final String e;
|
|
|
|
@SerializedName("transactions")
|
|
private final List<umX> i;
|
|
|
|
public C0858Qba(String str, String str2, String str3, String str4, List<umX> list, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(list, "");
|
|
this.e = str;
|
|
this.b = str2;
|
|
this.c = str3;
|
|
this.a = str4;
|
|
this.i = list;
|
|
this.d = str5;
|
|
}
|
|
}
|