PaymentAgreementApiRepository
interface PaymentAgreementApiRepository
Content copied to clipboard
Functions
charge
Link copied to clipboard
abstract fun charge(chargeRequest: DigitalPayChargePaymentAgreementRequest): ApiResult<DigitalPayPaymentAgreementResponse>
Content copied to clipboard
create
Link copied to clipboard
abstract fun create(paymentAgreementRequest: DigitalPayCreatePaymentAgreementRequest): ApiResult<DigitalPayPaymentAgreementResponse>
Content copied to clipboard
delete
Link copied to clipboard
equals
Link copied to clipboard
update
Link copied to clipboard
abstract fun update(paymentToken: String, paymentAgreementRequest: DigitalPayUpdatePaymentAgreementRequest): ApiResult<DigitalPayPaymentAgreementResponse>
Content copied to clipboard