what-the-bank/sources/com/scb/phone/data/network/service/TransferService.java

67 lines
2.3 KiB
Java

package com.scb.phone.data.network.service;
import com.scb.phone.data.entity.transfer.SingleDataEntity;
import o.AbstractC13163fSk;
import o.AbstractC13175fSw;
import o.Bde;
import o.C0829PiG;
import o.C12852fJ;
import o.C13014fO;
import o.C13046fP;
import o.C14377fs;
import o.C14536fv;
import o.C14589fw;
import o.C16562pOe;
import o.C16902sHd;
import o.C6078cHv;
import o.GAQ;
import o.MmQ;
import o.NYM;
import o.hAH;
import o.mVY;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.Header;
import retrofit2.http.POST;
import retrofit2.http.Path;
import retrofit2.http.Query;
/* loaded from: classes.dex */
public interface TransferService {
@POST("v3/transfer/confirmation")
AbstractC13163fSk<SingleDataEntity<C16902sHd>> confirm(@Body C14377fs c14377fs);
@POST("v3/transfer/confirmation")
AbstractC13163fSk<SingleDataEntity<C16902sHd>> confirm(@Body C14377fs c14377fs, @Header("otp") String str, @Header("tokenUUID") String str2);
@POST("v1/transfer/fixed/confirmation")
AbstractC13163fSk<SingleDataEntity<Bde>> confirmFixedAccount(@Body C12852fJ c12852fJ, @Header("otp") String str, @Header("tokenUUID") String str2);
@GET("v1/customer/facestatus")
AbstractC13175fSw<C16562pOe> customerFaceStatus(@Header("tilesVersion") String str, @Query("feature") String str2);
@GET("v2/transfer/banks")
AbstractC13163fSk<C0829PiG<NYM>> getBanks();
@GET("v1/customer/face/recog/id/{deeplinkId}")
AbstractC13175fSw<SingleDataEntity<C6078cHv>> getCustomerFaceRecog(@Path("deeplinkId") String str, @Query("tilesVersion") String str2);
@GET("v1/transfer/eligiblebanks")
AbstractC13163fSk<C0829PiG<NYM>> getEligibleBanks();
@GET("v1/transfer/history")
AbstractC13163fSk<SingleDataEntity<GAQ>> getTransferHistory(@Query("pagingOffset") Integer num);
@POST("v1/transfer/repeat")
AbstractC13163fSk<SingleDataEntity<mVY>> repeatTransfer(@Body C13014fO c13014fO);
@POST("v1/transfer/fixed/verification")
AbstractC13163fSk<SingleDataEntity<MmQ>> verify(@Body C13046fP c13046fP);
@POST("v2/transfer/verification")
AbstractC13163fSk<SingleDataEntity<hAH>> verify(@Body C14536fv c14536fv);
@POST("v2/transfer/verification")
AbstractC13163fSk<SingleDataEntity<hAH>> verify(@Body C14589fw c14589fw);
}