25 lines
504 B
Java
25 lines
504 B
Java
package io.beid.beidk.messages.transaction;
|
|
|
|
import o.InterfaceC16620pkx;
|
|
import o.uEw;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class MatchingForm extends uEw {
|
|
|
|
@InterfaceC16620pkx
|
|
public String faceSelfie;
|
|
|
|
@InterfaceC16620pkx
|
|
public String transactionId;
|
|
|
|
public MatchingForm setTransactionId(String str) {
|
|
this.transactionId = str;
|
|
return this;
|
|
}
|
|
|
|
public MatchingForm setFaceSelfie(String str) {
|
|
this.faceSelfie = str;
|
|
return this;
|
|
}
|
|
}
|