toValue method
Implementation
String toValue() {
switch (this) {
case RecurringChargeFrequency.monthly:
return 'MONTHLY';
}
}
String toValue() {
switch (this) {
case RecurringChargeFrequency.monthly:
return 'MONTHLY';
}
}