package o; import com.google.gson.annotations.SerializedName; import o.GHN; /* loaded from: classes3.dex */ public class soy extends GHN { @SerializedName("annualInterestRate") private String d; @SerializedName("accountNo") private String e; private soy(LWm lWm) { super(lWm); this.e = lWm.g; this.d = lWm.h; } /* loaded from: classes3.dex */ public static final class LWm extends GHN.HBt { public String g; public String h; @Override // o.GHN.HBt, o.FFJ.HBt public final /* synthetic */ FFJ a() { return new soy(this, (byte) 0); } @Override // o.GHN.HBt /* renamed from: b */ public final /* synthetic */ GHN a() { return new soy(this, (byte) 0); } } /* synthetic */ soy(LWm lWm, byte b) { this(lWm); } }