CustomerPaymentRequestsRepository
interface CustomerPaymentRequestsRepository
Content copied to clipboard
Functions
equals
Link copied to clipboard
getById
Link copied to clipboard
abstract fun getById(paymentRequestId: String): ApiResult<CustomerPaymentRequest>
Content copied to clipboard
getByQRCodeId
Link copied to clipboard
abstract fun getByQRCodeId(qrCodeId: String): ApiResult<CustomerPaymentRequest>
Content copied to clipboard
makePayment
Link copied to clipboard
abstract fun makePayment(paymentRequestId: String, primaryInstrument: String?, secondaryInstruments: List<SecondaryPaymentInstrument>?, clientReference: String?, preferences: PaymentPreferences?, challengeResponses: List<ChallengeResponse>?): ApiResult<CustomerTransactionSummary>
Content copied to clipboard