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

19 lines
589 B
Java

package com.scb.phone.data.network.service;
import com.scb.phone.data.entity.transfer.SingleDataEntity;
import o.AbstractC13163fSk;
import o.C5439bt;
import o.Rbp;
import o.fDH;
import retrofit2.http.Body;
import retrofit2.http.POST;
/* loaded from: classes.dex */
public interface MerchantService {
@POST("/v1/merchants/sweeptransactions")
AbstractC13163fSk<SingleDataEntity<fDH>> inquiryMerchantSweepTransactions(@Body C5439bt c5439bt);
@POST("/v1/merchants/transactions")
AbstractC13163fSk<SingleDataEntity<Rbp>> inquiryMerchantTransactions(@Body C5439bt c5439bt);
}