creditBankIncomeAccountTypeToJson function
String?
creditBankIncomeAccountTypeToJson(
- CreditBankIncomeAccountType? creditBankIncomeAccountType
Implementation
String? creditBankIncomeAccountTypeToJson(
enums.CreditBankIncomeAccountType? creditBankIncomeAccountType) {
return enums.$CreditBankIncomeAccountTypeMap[creditBankIncomeAccountType];
}