32 lines
685 B
Java
32 lines
685 B
Java
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;
|
|
}
|
|
}
|