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

32 lines
685 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Lhh {
@SerializedName("cardRefNo")
private final String a;
@SerializedName("onshoreFlag")
private final Boolean b;
@SerializedName("updateEcom")
private final String c;
@SerializedName("offshoreFlag")
private final Boolean d;
@SerializedName("updatePlastic")
private final Boolean e;
public Lhh(String str, Boolean bool, Boolean bool2, String str2, Boolean bool3) {
C14957gcv.e(str, "");
this.a = str;
this.b = bool;
this.d = bool2;
this.c = str2;
this.e = bool3;
}
}