32 lines
627 B
Java
32 lines
627 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.fI, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C12817fI {
|
|
|
|
@SerializedName("amount")
|
|
public String a;
|
|
|
|
@SerializedName("sourceOfFundNo")
|
|
public String b;
|
|
|
|
@SerializedName("paymentType")
|
|
public String c;
|
|
|
|
@SerializedName("subProduct")
|
|
public List<C12915fL> d;
|
|
|
|
@SerializedName("depositAmount")
|
|
public String e;
|
|
|
|
@SerializedName("tileVersion")
|
|
public String f;
|
|
|
|
public static C12817fI c() {
|
|
return new C12817fI();
|
|
}
|
|
}
|