43 lines
803 B
Java
43 lines
803 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class KJx {
|
|
|
|
@SerializedName("customerName")
|
|
public String a;
|
|
|
|
@SerializedName("allowSwitch")
|
|
public String b;
|
|
|
|
@SerializedName("allowPurchase")
|
|
public String c;
|
|
|
|
@SerializedName("isNewSuitability")
|
|
public boolean d;
|
|
|
|
@SerializedName("allowRedeem")
|
|
public String e;
|
|
|
|
@SerializedName("riskScore")
|
|
public int f;
|
|
|
|
@SerializedName("riskLevel")
|
|
public String g;
|
|
|
|
@SerializedName("riskAssessmentStatus")
|
|
public int h;
|
|
|
|
@SerializedName("riskExpiryDate")
|
|
public OffsetDateTime i;
|
|
|
|
@SerializedName("riskCode")
|
|
public String j;
|
|
|
|
public static KJx c() {
|
|
return new KJx();
|
|
}
|
|
}
|