36 lines
784 B
Java
36 lines
784 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.dX, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C8825dX {
|
||
|
|
||
|
@SerializedName("proxyId")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("proxyType")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("accountNo")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("billpayRtpFlag")
|
||
|
private final int e;
|
||
|
|
||
|
@SerializedName("rtpFlag")
|
||
|
private final int f;
|
||
|
|
||
|
public C8825dX(String str, String str2, String str3, String str4, int i, int i2) {
|
||
|
this.a = str;
|
||
|
this.b = str2;
|
||
|
this.d = str3;
|
||
|
this.c = str4;
|
||
|
this.f = i;
|
||
|
this.e = i2;
|
||
|
}
|
||
|
}
|