fDXPartyTypeToJson function
Implementation
String? fDXPartyTypeToJson(enums.FDXPartyType? fDXPartyType) {
return enums.$FDXPartyTypeMap[fDXPartyType];
}
String? fDXPartyTypeToJson(enums.FDXPartyType? fDXPartyType) {
return enums.$FDXPartyTypeMap[fDXPartyType];
}