30 lines
809 B
Java
30 lines
809 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import io.beid.beidk.definitions.BeIDParams;
|
||
|
import okhttp3.MultipartBody;
|
||
|
import okhttp3.RequestBody;
|
||
|
|
||
|
/* renamed from: o.ce, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C6896ce {
|
||
|
|
||
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
||
|
public final RequestBody b;
|
||
|
|
||
|
@SerializedName("channel")
|
||
|
public final RequestBody d;
|
||
|
|
||
|
@SerializedName("cidPhoto")
|
||
|
public final MultipartBody.Part e;
|
||
|
|
||
|
public C6896ce(MultipartBody.Part part, RequestBody requestBody, RequestBody requestBody2) {
|
||
|
C14957gcv.e(part, "");
|
||
|
C14957gcv.e(requestBody, "");
|
||
|
C14957gcv.e(requestBody2, "");
|
||
|
this.e = part;
|
||
|
this.b = requestBody;
|
||
|
this.d = requestBody2;
|
||
|
}
|
||
|
}
|