getPayment method

Future<Map> getPayment(
  1. String token,
  2. String paymentId
)

Implementation

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