disablePaymentConsent method

Future<Map> disablePaymentConsent(
  1. String token,
  2. String paymentConsentId,
  3. String requestId
)

Implementation

Future<Map> disablePaymentConsent(
    String token, String paymentConsentId, String requestId) {
  throw UnimplementedError(
      "Disable Payment Consent has not been implemented");
}