16 lines
537 B
Java
16 lines
537 B
Java
|
package com.scb.phone.data.network.service;
|
||
|
|
||
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
||
|
import o.AbstractC13175fSw;
|
||
|
import o.C12537fA;
|
||
|
import o.C16562pOe;
|
||
|
import retrofit2.http.Body;
|
||
|
import retrofit2.http.Header;
|
||
|
import retrofit2.http.POST;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface FraudValidationService {
|
||
|
@POST("v1/customer/verifybyface")
|
||
|
AbstractC13175fSw<SingleDataEntity<C16562pOe>> transferVerifyByFace(@Body C12537fA c12537fA, @Header("signature") String str, @Header("timestamp") String str2);
|
||
|
}
|