package com.scb.phone.data.network.service; import com.scb.phone.data.entity.transfer.SingleDataEntity; import o.AbstractC13163fSk; import o.AbstractC13175fSw; import o.Ben; import o.C15393gpJ; import o.C17143uJP; import o.C17576xuz; import o.NeL; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.POST; /* loaded from: classes.dex */ public interface NTBTileService { @POST("/v1/customer/ntb/tiles/all") AbstractC13163fSk> getAllDemoTiles(@Body C15393gpJ c15393gpJ); @POST("/v1/customer/ntb/tiles/bankingservices") AbstractC13163fSk> getBankingServiceTiles(@Body C15393gpJ c15393gpJ); @GET("/v1/tiles/banner") AbstractC13163fSk> getBannerTiles(@Header("tilesVersion") String str); @POST("/v1/customer/ntb/tiles/dynamic") AbstractC13163fSk> getDynamicTiles(@Body C15393gpJ c15393gpJ); @POST("/v1/cta/deposits/openaccount/etbopenaccount") AbstractC13175fSw> getETBCheckActiveCASA(@Body C17576xuz c17576xuz); @POST("/v1/customer/ntb/tiles/predictive") AbstractC13163fSk> getPredictiveTiles(@Body C15393gpJ c15393gpJ); @POST("v1/deposits/openaccount/etbnoactivecasa/statictile") AbstractC13175fSw> getStaticTileList(@Body C17576xuz c17576xuz); @POST("/v1/customer/ntb/tiles/static") AbstractC13163fSk> getStaticTiles(@Body C15393gpJ c15393gpJ); }