43 lines
793 B
Java
43 lines
793 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.dw, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C10083dw {
|
||
|
|
||
|
@SerializedName("function")
|
||
|
public String A;
|
||
|
|
||
|
@SerializedName("accountTo")
|
||
|
public String B;
|
||
|
|
||
|
@SerializedName("amount")
|
||
|
public double D;
|
||
|
|
||
|
@SerializedName("nickname")
|
||
|
public String E;
|
||
|
|
||
|
@SerializedName("refNo2")
|
||
|
public String F;
|
||
|
|
||
|
@SerializedName("refNo1")
|
||
|
public String G;
|
||
|
|
||
|
@SerializedName("payeeId")
|
||
|
public String H;
|
||
|
|
||
|
@SerializedName("refNo3")
|
||
|
public String I;
|
||
|
|
||
|
@SerializedName("subFunction")
|
||
|
public String J;
|
||
|
|
||
|
@SerializedName("accountFrom")
|
||
|
public String z;
|
||
|
|
||
|
public static C10083dw c() {
|
||
|
return new C10083dw();
|
||
|
}
|
||
|
}
|