isMobilePayment static method

bool isMobilePayment(
  1. String paymentMethodReference
)

Implementation

static bool isMobilePayment(String paymentMethodReference){
  return [Moov_CI,MTN_CI, ORANGE_CI].contains(paymentMethodReference);
}