49 lines
957 B
Java
49 lines
957 B
Java
|
package io.beid.beidk.messages.transaction;
|
||
|
|
||
|
import o.InterfaceC16620pkx;
|
||
|
import o.uEw;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class PassportVerifyForm extends uEw {
|
||
|
|
||
|
@InterfaceC16620pkx
|
||
|
public String DG1;
|
||
|
|
||
|
@InterfaceC16620pkx
|
||
|
public String DG13;
|
||
|
|
||
|
@InterfaceC16620pkx
|
||
|
public String DG2;
|
||
|
|
||
|
@InterfaceC16620pkx
|
||
|
public String SOD;
|
||
|
|
||
|
@InterfaceC16620pkx
|
||
|
public String transactionId;
|
||
|
|
||
|
public PassportVerifyForm setTransactionId(String str) {
|
||
|
this.transactionId = str;
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public PassportVerifyForm setSod(String str) {
|
||
|
this.SOD = str;
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public PassportVerifyForm setDg2(String str) {
|
||
|
this.DG2 = str;
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public PassportVerifyForm setDg13(String str) {
|
||
|
this.DG13 = str;
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public PassportVerifyForm setDg1(String str) {
|
||
|
this.DG1 = str;
|
||
|
return this;
|
||
|
}
|
||
|
}
|