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

83 lines
3.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.data.network.service;
import com.scb.phone.data.entity.transfer.SingleDataEntity;
import java.util.List;
import o.AbstractC13163fSk;
import o.Bmg;
import o.C1069Uxz;
import o.C1286ZqO;
import o.C15669hct;
import o.C16562pOe;
import o.C16606pfU;
import o.C17732zLw;
import o.C7583cr;
import o.Dqj;
import o.KBa;
import o.LSf;
import o.XMt;
import o.YFq;
import o.haT;
import o.ieb;
import o.irD;
import o.ivT;
import o.lIP;
import o.qFG;
import o.uiH;
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 ETBService {
@POST("v2/deposits/openaccounts/validations/eligibility")
AbstractC13163fSk<SingleDataEntity<lIP>> eligibilityOpenAccountValidation(@Body XMt xMt);
@POST("v1/deposits/openaccounts/validations/eligibility")
AbstractC13163fSk<C16562pOe> eligibilityValidation();
@GET("v1/deposits/products/detail")
AbstractC13163fSk<SingleDataEntity<uiH>> getDepositProduct(@Query("productCode") String str, @Query("openflag") String str2);
@GET("v2/deposits/openaccounts/products/info")
AbstractC13163fSk<SingleDataEntity<haT>> getETBCProductInfo(@Query("openFlag") String str);
@GET("v1/deposits/openaccounts/eligibility")
AbstractC13163fSk<SingleDataEntity<ieb>> getETBCheckEligibility();
@GET("v1/deposits/openaccounts/products/detail/{accountType}")
AbstractC13163fSk<SingleDataEntity<irD>> getOpenAccountProductDetail(@Path("accountType") String str, @Query("productCode") String str2, @Query("openFlag") String str3, @Query("tilesVersion") String str4);
@GET("v1/deposits/openaccounts/marketconduct")
AbstractC13163fSk<SingleDataEntity<YFq>> getPdfUrl();
@GET("v1/deposits/products/{productCode}/termsandcondition")
AbstractC13163fSk<SingleDataEntity<LSf>> getProductTermAndCondition(@Path("productCode") String str, @Query("openflag") String str2);
@GET("v1/deposits/openaccounts/profile")
AbstractC13163fSk<SingleDataEntity<ivT>> getProfile();
@GET("v1/deposits/openaccounts/objectives")
AbstractC13163fSk<SingleDataEntity<List<C16606pfU>>> getPurpose();
@POST("v1/deposits/openaccounts/product")
AbstractC13163fSk<C16562pOe> performSelectProduct(@Body C1069Uxz c1069Uxz);
@POST("v1/deposits/openaccounts/validations/casa")
AbstractC13163fSk<C16562pOe> selectAccountValidation(@Body Dqj dqj);
@POST("v1/deposits/openaccounts/fatca")
AbstractC13163fSk<C16562pOe> submitFatca(@Body C7583cr c7583cr);
@POST("v1/deposits/openaccounts/validations/profile")
AbstractC13163fSk<SingleDataEntity<C17732zLw>> verifyIdentity(@Body Bmg bmg);
@POST("v2/deposits/openaccounts/verification")
AbstractC13163fSk<SingleDataEntity<C15669hct>> verifyOpenAccount(@Body qFG qfg);
@POST("v2/deposits/openaccounts/confirmation")
AbstractC13163fSk<SingleDataEntity<C1286ZqO>> verifyOtp(@Header("tokenUUID") String str, @Header("otp") String str2, @Body KBa kBa);
}