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