package com.scb.phone.data.network.service; import com.scb.phone.data.entity.transfer.SingleDataEntity; import java.util.List; import o.AbstractC13163fSk; import o.AbstractC13175fSw; import o.Adi; import o.C0364FKu; import o.C14168foB; import o.C16562pOe; import o.C17341vtT; import o.C5386bs; import o.C7426co; import o.C7636cs; import o.C7847cw; import o.C9063dce; import o.GSH; import o.MID; import o.PLz; import o.TRd; import o.gNs; import o.sCP; import retrofit2.adapter.rxjava3.Result; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.POST; import retrofit2.http.PUT; import retrofit2.http.Path; import retrofit2.http.Query; /* loaded from: classes.dex */ public interface EkycService { @POST("v1/ekyc/identity/validation") AbstractC13163fSk completeSubmission(); @POST("v1/ekyc/registrations") AbstractC13163fSk>> confirmRegistration(@Header("tokenUUID") String str, @Header("otp") String str2, @Body MID mid); @GET("v1/deposits/products/detail") AbstractC13163fSk> getDepositProductDetail(@Query("productCode") String str); @GET("v1/deposits/products/info") AbstractC13163fSk> getDepositProductList(@Query("openFlag") String str); @GET("v3/ekyc/registrations") AbstractC13163fSk>> getEkycRegistration(); @GET("v1/deposits/fatca") AbstractC13163fSk> getFatca(); @GET("/v1/deposits/openaccounts/objectives") AbstractC13163fSk>> getObjectives(); @GET("v1/customer/jobs") AbstractC13163fSk> getOccupationList(@Query("purposeLoanFlag") String str, @Query("isRequiredReportBot") String str2, @Query("isUnemployed") String str3); @GET("v1/staticcontents/termsandconditions/deposits/openaccounts/{productCode}/latest/html") AbstractC13163fSk> getProductTermCondition(@Path("productCode") String str); @GET("v1/customer/individuals/titles") AbstractC13163fSk> getTitleList(@Query("source") String str); @POST("v1/ekyc/registrations/initiate") AbstractC13163fSk> initiateEkycRegistration(@Body C7636cs c7636cs); @POST("v1/ekyc/status/inquiry") AbstractC13175fSw> postEkycStatusInquiry(@Body C5386bs c5386bs); @PUT("v1/ekyc/registrations") AbstractC13163fSk> submitConsent(@Body C7426co c7426co); @PUT("v1/ekyc/registrations") AbstractC13163fSk> submitFatca(@Body C7426co c7426co); @PUT("v1/ekyc/registrations") AbstractC13163fSk> submitRegistration(@Body C7426co c7426co); @POST("v1/ekyc/photos") AbstractC13163fSk uploadNationalId(@Body C7847cw c7847cw); }