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

39 lines
1.3 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.C11582ei;
import o.C11635ej;
import o.C11741el;
import o.C11847en;
import o.SEe;
import o.VkC;
import o.Yml;
import o.gAP;
import o.roP;
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 PurchaseService {
@POST("v1/purchases/cards/confirmation")
AbstractC13163fSk<SingleDataEntity<roP>> confirmPurchase(@Body C11741el c11741el);
@POST("v1/purchases/payment/confirmation")
AbstractC13175fSw<SingleDataEntity<SEe>> purchasePaymentConfirmation(@Body C11847en c11847en, @Header("otp") String str, @Header("tokenUUID") String str2);
@GET("v1/purchases/payment/id/{deepLinkId}")
AbstractC13175fSw<SingleDataEntity<VkC>> purchasesPaymentId(@Path("deepLinkId") String str, @Query("tilesVersion") String str2, @Header("userMode") String str3);
@POST("v1/purchases/cards/verification")
AbstractC13163fSk<SingleDataEntity<gAP>> verifyPurchase(@Body C11582ei c11582ei);
@POST("v1/purchases/payment/verification")
AbstractC13175fSw<SingleDataEntity<Yml>> verifyPurchase(@Body C11635ej c11635ej);
}