getTxRef method

dynamic getTxRef()

Implementation

getTxRef() {
  txRef = serviceController.paymentDetails['data']['txRef'];
  return txRef;
}