CustomerPaymentSessionsRepository
interface CustomerPaymentSessionsRepository
Content copied to clipboard
Functions
delete
Link copied to clipboard
equals
Link copied to clipboard
getById
Link copied to clipboard
abstract fun getById(paymentSessionId: String): ApiResult<PaymentSession>
Content copied to clipboard
getByQRCodeId
Link copied to clipboard
preApprove
Link copied to clipboard
abstract fun preApprove(paymentSessionId: String, primaryInstrument: String?, secondaryInstruments: List<SecondaryPaymentInstrument>?, clientReference: String?, preferences: PaymentPreferences?, challengeResponses: List<ChallengeResponse>?): ApiResult<Unit>
Content copied to clipboard