isORANGE static method

bool isORANGE(
  1. String paymentMethodReference
)

Implementation

static bool isORANGE(String paymentMethodReference){
  return [ORANGE_CI].contains(paymentMethodReference);
}