paymentLegendGet method

Future<Response<Object>> paymentLegendGet()

Implementation

Future<chopper.Response<Object>> paymentLegendGet() {
  return _paymentLegendGet();
}