-
public final class TransactionRepository extends BaseRepository
-
-
Constructor Summary
Constructors Constructor Description TransactionRepository(CommonHeaders commonHeaders, UpiCoreApiService upiCoreApiService)
-
Method Summary
Modifier and Type Method Description final UnitcheckVPA(String vpa, String requestType, String referenceId, ApiBaseCallback apiCallback)final UnitgetProfile(String referenceId, ApiBaseCallback apiCallback)final UnitmakePayment(String amount, Credential credential, MerchantDetails merchantDetails, PayeeType payeeType, PayerType payerType, String note, String txnId, String initMode, String purpose, String refId, String refUrl, String npciTxnId, String referenceId, ApiBaseCallback apiCallback)-
-
Constructor Detail
-
TransactionRepository
TransactionRepository(CommonHeaders commonHeaders, UpiCoreApiService upiCoreApiService)
-
-
Method Detail
-
checkVPA
final Unit checkVPA(String vpa, String requestType, String referenceId, ApiBaseCallback apiCallback)
-
getProfile
final Unit getProfile(String referenceId, ApiBaseCallback apiCallback)
-
makePayment
final Unit makePayment(String amount, Credential credential, MerchantDetails merchantDetails, PayeeType payeeType, PayerType payerType, String note, String txnId, String initMode, String purpose, String refId, String refUrl, String npciTxnId, String referenceId, ApiBaseCallback apiCallback)
-
-
-
-