toJson method

Map<String, dynamic> toJson()

Converts this instance to json

Implementation

Map<String, dynamic> toJson() => {
  'callBackUrl' : callBackUrl,
  'txnRef' : txnRef
};