checmethod property

String get checmethod

Implementation

String get checmethod {
  switch (checkoutmethod) {
    case CheckoutMethod.bvn:
      return "BVN";
    case CheckoutMethod.nin:
      return "NIN";
    default:
      return "Selectable";
  }
}