package com.scb.phone.data.network.service; import com.scb.phone.data.entity.transfer.SingleDataEntity; import o.AbstractC13175fSw; import o.MfD; import o.gYp; import o.mtF; import o.sQR; import o.zmk; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.POST; import retrofit2.http.Path; /* loaded from: classes.dex */ public interface PointToPayService { @GET("/v1/ccrewardredemption/point2pay/transactions/id/{deeplinkId}") AbstractC13175fSw> getCardDataFromDeepLinkId(@Path("deeplinkId") String str); @POST("/v1/ccrewardredemption/point2pay/confirm") AbstractC13175fSw> getConfirmRedemption(@Body sQR sqr); @POST("/v1/ccrewardredemption/point2pay/transactions/info") AbstractC13175fSw> getTransaction(@Body gYp gyp, @Header("tilesVersion") String str); }