MerchantPaymentsRepository
interface MerchantPaymentsRepository
Content copied to clipboard
Functions
createPaymentRequest
Link copied to clipboard
abstract fun createPaymentRequest(paymentRequest: NewPaymentRequest): ApiResult<CreatePaymentRequestResult>
Content copied to clipboard
deletePaymentRequest
Link copied to clipboard
abstract fun deletePaymentRequest(paymentRequestId: String): ApiResult<Unit>
Content copied to clipboard
equals
Link copied to clipboard
getPaymentRequestDetailsBy
Link copied to clipboard
abstract fun getPaymentRequestDetailsBy(paymentRequestId: String): ApiResult<MerchantPaymentDetails>
Content copied to clipboard
listPayments
Link copied to clipboard
abstract fun listPayments(type: String?, page: Int?, pageSize: Int?): ApiResult<MerchantPaymentSummaries>
Content copied to clipboard
refundTransaction
Link copied to clipboard
abstract fun refundTransaction(transactionId: String, refundDetails: TransactionRefundDetails): ApiResult<MerchantTransactionSummary>
Content copied to clipboard