name property

String name

Implementation

String get name {
  switch (this) {
    case TapPayCardAuthMethod.panOnly:
      return 'panOnly';
    case TapPayCardAuthMethod.cryptogram3DS:
      return 'cryptogram3DS';
  }
}