Типы транспорта, используемые в ящиках

enum TransportType {
        Unknown,
        Api,
        As2,
        Ftp,
        Provider
}