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

49 lines
1.5 KiB
Java

package com.scb.phone.data.network.service;
import com.scb.phone.data.entity.transfer.SingleDataEntity;
import o.AbstractC13163fSk;
import o.C12949fM;
import o.C13080fQ;
import o.C13248fV;
import o.C3501ayj;
import o.C7508cpe;
import o.KLT;
import o.NXc;
import o.Plj;
import o.eDL;
import o.sDQ;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.Headers;
import retrofit2.http.POST;
import retrofit2.http.Path;
import retrofit2.http.Query;
/* loaded from: classes.dex */
public interface TopUpService {
@POST("v2/topup/billers/{billerId}/additionalinfo")
AbstractC13163fSk<SingleDataEntity<NXc>> getAdditionalInfo(@Path("billerId") int i, @Body C13080fQ c13080fQ);
@GET("v1/topup/billers/{billerId}/denominations")
AbstractC13163fSk<SingleDataEntity<C3501ayj>> getBillerDenomination(@Path("billerId") String str);
@GET("v1/topup/billers/{billerId}/range")
AbstractC13163fSk<SingleDataEntity<C7508cpe>> getBillerRange(@Path("billerId") String str);
@GET("v1/topup/billers")
AbstractC13163fSk<eDL> getBillers();
@GET("v1/topup/history")
AbstractC13163fSk<SingleDataEntity<Plj>> getHistory(@Query("pagingOffset") Integer num);
@POST("v2/topup")
AbstractC13163fSk<SingleDataEntity<sDQ>> getPerformTopUp(@Body C13248fV c13248fV);
@Headers({"Referer: lifestyle"})
@POST("v2/topup")
AbstractC13163fSk<SingleDataEntity<sDQ>> getPerformTopUpWithReferer(@Body C13248fV c13248fV);
@POST("v1/topup/repeat")
AbstractC13163fSk<SingleDataEntity<KLT>> getRepeat(@Body C12949fM c12949fM);
}