package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class VLB { @SerializedName("proxyNumber") private String a; @SerializedName("bankLogo") private String b; @SerializedName("accountNumber") private String c; @SerializedName("name") private String d; @SerializedName("accountType") private String e; @SerializedName("proxyType") private String h; public final C17549xiq d() { EnumC16172lsC enumC16172lsC; WAr wAr = null; try { String str = this.e; if (str == null) { str = ""; } enumC16172lsC = EnumC16172lsC.valueOf(str); } catch (IllegalArgumentException unused) { enumC16172lsC = null; } try { String str2 = this.h; wAr = WAr.valueOf(str2 != null ? str2 : ""); } catch (IllegalArgumentException unused2) { } return new C17549xiq(this.b, this.d, enumC16172lsC, this.c, wAr, this.a); } }