70 lines
2.3 KiB
Java
70 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.BYd;
|
||
|
import o.C10500eG;
|
||
|
import o.C11731ekq;
|
||
|
import o.C16562pOe;
|
||
|
import o.C17224uvf;
|
||
|
import o.C3087aqr;
|
||
|
import o.FYO;
|
||
|
import o.GmJ;
|
||
|
import o.LRC;
|
||
|
import o.OJB;
|
||
|
import o.Oft;
|
||
|
import o.Oyf;
|
||
|
import o.Pyg;
|
||
|
import o.ptN;
|
||
|
import o.vxH;
|
||
|
import retrofit2.http.Body;
|
||
|
import retrofit2.http.GET;
|
||
|
import retrofit2.http.HTTP;
|
||
|
import retrofit2.http.POST;
|
||
|
import retrofit2.http.PUT;
|
||
|
import retrofit2.http.Query;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface DepositService {
|
||
|
@HTTP(hasBody = true, method = "DELETE", path = "v1/deposits/transactions/annotations")
|
||
|
AbstractC13163fSk<C16562pOe> deleteAnnotation(@Body vxH vxh);
|
||
|
|
||
|
@POST("v1/deposits/statement/request")
|
||
|
AbstractC13163fSk<C16562pOe> exportDepositStatement(@Body Oft oft);
|
||
|
|
||
|
@POST("v2/deposits/casa/details")
|
||
|
AbstractC13163fSk<FYO> getCasaDetails(@Body LRC lrc);
|
||
|
|
||
|
@POST("v2/deposits/casa/transactions")
|
||
|
@Deprecated(since = "MAY 2024, move to use api v3/deposits/casa/transactions")
|
||
|
AbstractC13163fSk<SingleDataEntity<C17224uvf>> getCasaTxnList(@Body C11731ekq c11731ekq);
|
||
|
|
||
|
@POST("v3/deposits/casa/transactions")
|
||
|
AbstractC13163fSk<SingleDataEntity<C17224uvf>> getCasaTxnListV3(@Body C11731ekq c11731ekq);
|
||
|
|
||
|
@GET("v3/deposits/openaccounts/products/info")
|
||
|
AbstractC13175fSw<SingleDataEntity<OJB>> getDepositProductInfo(@Query("openFlag") String str, @Query("accountType") String str2, @Query("tilesVersion") String str3);
|
||
|
|
||
|
@POST("v2/deposits/fixed/details")
|
||
|
AbstractC13163fSk<ptN> getFixedDetailV2(@Body C10500eG c10500eG);
|
||
|
|
||
|
@POST("v1/deposits/fixed/details")
|
||
|
AbstractC13163fSk<Oyf> getFixedDetails(@Body C10500eG c10500eG);
|
||
|
|
||
|
@POST("v1/deposits/longterm/details")
|
||
|
AbstractC13163fSk<C3087aqr> getLongtermDetails(@Body C10500eG c10500eG);
|
||
|
|
||
|
@POST("v1/deposits/statement/prerequest")
|
||
|
AbstractC13163fSk<SingleDataEntity<Pyg>> getStatementPreRequest(@Body C10500eG c10500eG);
|
||
|
|
||
|
@POST("v2/deposits/summary")
|
||
|
AbstractC13163fSk<BYd> getSummary(@Body GmJ gmJ);
|
||
|
|
||
|
@POST("v1/deposits/transactions/annotations")
|
||
|
AbstractC13163fSk<C16562pOe> setAnnotation(@Body vxH vxh);
|
||
|
|
||
|
@PUT("v1/deposits/transactions/annotations")
|
||
|
AbstractC13163fSk<C16562pOe> updateAnnotation(@Body vxH vxh);
|
||
|
}
|