CustomerPaymentAgreementsApiRepository
interface CustomerPaymentAgreementsApiRepository
Content copied to clipboard
Functions
create
Link copied to clipboard
abstract fun create(paymentAgreement: CreatePaymentAgreementRequest): ApiResult<PaymentAgreement>
Content copied to clipboard
equals
Link copied to clipboard
getById
Link copied to clipboard
list
Link copied to clipboard
update
Link copied to clipboard
abstract fun update(paymentToken: String, paymentAgreement: UpdatePaymentAgreementRequest): ApiResult<PaymentAgreement>
Content copied to clipboard