InstrumentsApiRepository
interface InstrumentsApiRepository
Content copied to clipboard
Functions
delete
Link copied to clipboard
equals
Link copied to clipboard
getList
Link copied to clipboard
import
Link copied to clipboard
abstract fun import(importPaymentInstrumentsRequest: ImportPaymentInstrumentsRequest): ApiResult<ImportPaymentInstrumentsResponse>
Content copied to clipboard
postList
Link copied to clipboard
abstract fun postList(listPaymentInstrumentsRequest: ListPaymentInstrumentsRequest): ApiResult<ListPaymentInstrumentsResponse>
Content copied to clipboard
verify
Link copied to clipboard
abstract fun verify(verifyPaymentInstrumentsRequest: VerifyPaymentInstrumentsRequest): ApiResult<VerifyPaymentInstrumentsSuccessResponse>
Content copied to clipboard