21 lines
374 B
Java
21 lines
374 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class oPD {
|
|
|
|
@SerializedName("customer")
|
|
public EKI b;
|
|
|
|
@SerializedName("ncbTransactionId")
|
|
public String c;
|
|
|
|
@SerializedName("uuid")
|
|
public String d;
|
|
|
|
@SerializedName("consentDocuments")
|
|
public List<C15866jJa> e;
|
|
}
|