public interface TyhPaymentClient
static TyhPaymentClient create(Options options)
Results<String> obtainBuyerId(TradeBuyerIdQuery query) throws Exception
ExceptionResults<TradePayDto> trade(TradeCmd cmd) throws Exception
ExceptionResults<String> closeTrade(TradeCloseCmd cmd) throws Exception
ExceptionResults<TradeMergePayDto> mergeTrade(TradeMergeCmd cmd) throws Exception
ExceptionResults<String> closeMergeTrade(TradeMergeCloseCmd cmd) throws Exception
ExceptionResults<TradeQueryResultDto> tradeQuery(TradeQuery query) throws Exception
ExceptionResults<TradeMergeQueryResultDto> tradeMergeQuery(TradeMergeQuery query) throws Exception
ExceptionResults<TradeRefundDto> tradeRefund(TradeRefundCmd cmd) throws Exception
ExceptionResults<TradeRefundResultDto> tradeRefundQuery(TradeRefundQuery query) throws Exception
ExceptionResults<Page<TradeRecordNormalDto>> tradeRecordQuery(TradeRecordQueryCmd query) throws Exception
ExceptionTyhRequest obtainSignRequestParam(Object param) throws Exception
ExceptionResults<TradePayDto> multiQRTrade(TradeCmd cmd) throws Exception
ExceptionResults<CreditPayCarStatusDto> creditCarStatus(CreditPayCarStatusCmd cmd) throws Exception
ExceptionResults<CreditPayTradeDto> creditTrade(CreditPayTradeCmd cmd) throws Exception
ExceptionResults<TradeRefundResultDto> creditRefund(TradeRefundCmd cmd) throws Exception
ExceptionCopyright © 2022. All rights reserved.