incotermTypeToJson function

String? incotermTypeToJson(
  1. IncotermType? incotermType
)

Implementation

String? incotermTypeToJson(IncotermType? incotermType) =>
    IncotermType.asString(incotermType);