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

45 lines
915 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ag, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C2515ag {
@SerializedName("clientNo")
private String a;
@SerializedName("switchType")
public String b;
@SerializedName("fundClass")
private String c;
@SerializedName("amount")
public String d;
@SerializedName("unit")
public String e;
@SerializedName("fundOutCode")
private String f;
@SerializedName("tilesVersion")
private String g;
@SerializedName("schedule")
private JiO h;
@SerializedName("fundInCode")
private String i;
public C2515ag(String str, String str2, String str3, JiO jiO, String str4, String str5) {
this.a = str;
this.f = str2;
this.i = str3;
this.c = str4;
this.h = jiO;
this.g = str5;
}
}