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

42 lines
1.5 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 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<SingleDataEntity<Ben>> getAllDemoTiles(@Body C15393gpJ c15393gpJ);
@POST("/v1/customer/ntb/tiles/bankingservices")
AbstractC13163fSk<SingleDataEntity<Ben>> getBankingServiceTiles(@Body C15393gpJ c15393gpJ);
@GET("/v1/tiles/banner")
AbstractC13163fSk<SingleDataEntity<Ben>> getBannerTiles(@Header("tilesVersion") String str);
@POST("/v1/customer/ntb/tiles/dynamic")
AbstractC13163fSk<SingleDataEntity<Ben>> getDynamicTiles(@Body C15393gpJ c15393gpJ);
@POST("/v1/cta/deposits/openaccount/etbopenaccount")
AbstractC13175fSw<SingleDataEntity<C17143uJP>> getETBCheckActiveCASA(@Body C17576xuz c17576xuz);
@POST("/v1/customer/ntb/tiles/predictive")
AbstractC13163fSk<SingleDataEntity<Ben>> getPredictiveTiles(@Body C15393gpJ c15393gpJ);
@POST("v1/deposits/openaccount/etbnoactivecasa/statictile")
AbstractC13175fSw<SingleDataEntity<NeL>> getStaticTileList(@Body C17576xuz c17576xuz);
@POST("/v1/customer/ntb/tiles/static")
AbstractC13163fSk<SingleDataEntity<Ben>> getStaticTiles(@Body C15393gpJ c15393gpJ);
}