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

41 lines
1001 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.domain.entity.mwpartner.EntityMappingException;
import java.util.List;
/* renamed from: o.jGX, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15859jGX extends ZTC {
@InterfaceC13391fZD
public C15859jGX() {
}
/* renamed from: o.jGX$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(byte b) {
this();
}
}
public static CuW a(C5181boG c5181boG) {
C14957gcv.e(c5181boG, "");
List<String> list = c5181boG.b;
if (list == null) {
throw new EntityMappingException("statementAccountList can't be null.");
}
Double d = c5181boG.e;
if (d != null) {
return new CuW(list, d.doubleValue());
}
throw new EntityMappingException("fee can't be null.");
}
static {
new IeS((byte) 0);
}
}