40 lines
925 B
Java
40 lines
925 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.bL, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C3929bL {
|
|
|
|
@SerializedName("requestId")
|
|
private final String a;
|
|
|
|
@SerializedName("accountFromNo")
|
|
private final String b;
|
|
|
|
@SerializedName("fee")
|
|
private final double c;
|
|
|
|
@SerializedName("idpConsent")
|
|
private final String d;
|
|
|
|
@SerializedName("contactNumber")
|
|
private final String e;
|
|
|
|
@SerializedName("statementAccountList")
|
|
private final List<String> g;
|
|
|
|
public C3929bL(String str, String str2, List<String> list, String str3, double d) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str3, "");
|
|
this.a = str;
|
|
this.d = str2;
|
|
this.e = null;
|
|
this.g = list;
|
|
this.b = str3;
|
|
this.c = d;
|
|
}
|
|
}
|