package com.scb.phone.data.network.service; import com.scb.phone.data.entity.transfer.SingleDataEntity; import o.ACk; import o.AbstractC13163fSk; import o.AbstractC13175fSw; import o.C0719NOk; import o.C17709zAb; import o.EnumC16373nni; import o.FyN; import o.MQP; import o.Mtd; import o.PWX; import o.Txv; import o.WhJ; import o.ZmQ; import o.bQQ; import o.lIT; import o.nMl; import o.oQz; import o.yGg; import o.zEC; 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 RewardRedemptionService { @POST("v1/ccrewardredemption/redemptions") AbstractC13163fSk confirmRedemption(@Body Txv txv); @POST("/v1/ccrewardredemption/ecoupon/deactivate") AbstractC13175fSw> deactivateECoupon(@Body bQQ bqq); @GET("/v1/ccrewardredemption/ecoupon/transactions/id/{deeplinkId}") AbstractC13175fSw> getCardRefFromDeepLinkId(@Path("deeplinkId") String str); @POST("/v1/ccrewardredemption/ecoupon/detail") AbstractC13175fSw> getECouponDetail(@Body bQQ bqq); @POST("/v1/ccrewardredemption/ecoupon/transactions") AbstractC13175fSw> getECouponTransaction(@Body C0719NOk c0719NOk); @GET("/v1/ccrewardredemption/{cardRef}/rewards") AbstractC13163fSk getOPRRewards(@Path("cardRef") String str, @Query("categoryId") int i); @GET("/v1/ccrewardredemption/{cardRef}/opr") AbstractC13163fSk getOprDetails(@Path("cardRef") String str, @Query("categoryId") int i, @Query("type") EnumC16373nni enumC16373nni); @GET("v2/ccrewardredemption/products") AbstractC13163fSk getProducts(@Query("relationId") Integer num, @Query("page") int i, @Query("sortOption") String str, @Query("pointsHigh") Integer num2, @Query("cardCode") String str2, @Query("searchName") String str3, @Query("relationType") String str4, @Query("sourceSystem") String str5, @Header("tilesVersion") String str6); @POST("/v1/ccrewardredemption/quotalimit") AbstractC13175fSw> getQuotaLimit(@Body zEC zec); @GET("v4/ccrewardredemption/categories") AbstractC13163fSk getRewardCategories(@Query("cardCode") String str); @GET("v2/ccrewardredemption/products/list") AbstractC13163fSk> getSearchSuggestionList(@Query("cardCode") String str, @Query("relationType") String str2); @GET("v1/ccrewardredemption/tiers") AbstractC13163fSk getTiers(@Query("categoryId") int i, @Query("type") EnumC16373nni enumC16373nni); }