toWire method

String toWire()

Implementation

String toWire() {
  switch (this) {
    case UpiServiceMode.MANDATE:
      return 'MANDATE';
    case UpiServiceMode.REVERSE_PENNY_DROP:
      return 'REVERSE_PENNY_DROP';
  }
}