getCustomer method

dynamic getCustomer()

Implementation

getCustomer() {
  customer = serviceController.paymentDetails['data']['customer'];
  // print(customer);
  return customer;
}