creditAccountSubtypeToJson function
Implementation
String? creditAccountSubtypeToJson(
enums.CreditAccountSubtype? creditAccountSubtype) {
return enums.$CreditAccountSubtypeMap[creditAccountSubtype];
}
String? creditAccountSubtypeToJson(
enums.CreditAccountSubtype? creditAccountSubtype) {
return enums.$CreditAccountSubtypeMap[creditAccountSubtype];
}