reactivatePaymentMean

abstract suspend fun reactivatePaymentMean(paymentMeanId: UUID, onReactivationSuccess: () -> Unit)

Calling this method will reactivate a deactivated payment mean.

Parameters

paymentMeanId

id of PaymentMean object to be re-activated

onReactivationSuccess

Emits a notification upon success after the reactivation process completes

Throws