creditAccountSubtypeToJson function

String? creditAccountSubtypeToJson(
  1. CreditAccountSubtype? creditAccountSubtype
)

Implementation

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