getSettlementReport method

Future<Map> getSettlementReport(
  1. String token,
  2. String settlementId
)

Implementation

Future<Map> getSettlementReport(String token, String settlementId) {
  throw UnimplementedError("Get Settlement Report has not been implemented");
}