toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AccountScope.payer:
      return 'PAYER';
    case AccountScope.linked:
      return 'LINKED';
  }
}