callback property

dynamic Function(int statuscode, String message, String data, Status paymentStatus) callback
getter/setter pair

This receives a Status code, message, Data (By the user) and Payment Status enum to be used when the payment ends

Implementation

Function(int statuscode, String message, String data, Status paymentStatus)
    callback;