PayedWithTheseDetails typedef

PayedWithTheseDetails = dynamic Function(String paymentReference, String paymentName, bool success)

Implementation

typedef PayedWithTheseDetails = Function(
    String paymentReference, String paymentName, bool success);