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

40 lines
943 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.l, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16086l {
@SerializedName("productType")
public final String a;
@SerializedName("principal")
private final String b;
@SerializedName("installment")
private final C16658q c;
@SerializedName("repaymentDate")
public final String d;
@SerializedName("gracePeriod")
public final String e;
@SerializedName("promoCode")
private final String h;
public C16086l(String str, String str2, C16658q c16658q, String str3, String str4, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(c16658q, "");
C14957gcv.e(str3, "");
this.a = str;
this.b = str2;
this.c = c16658q;
this.d = str3;
this.e = str4;
this.h = str5;
}
}