getPaymentConsent method

Future<Map> getPaymentConsent(
  1. String token,
  2. String paymentConsentId
)

Implementation

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