interface ProtectiveService {
    cityName?: string;
    commodityType?: ProtectiveServiceCommodityType;
    doorwaySpace?: ProtectiveServiceDoorwaySpace;
    fsac?: string;
    heaterLocation?: ProtectiveServiceHeaterLocation;
    optimalTemperature?: number;
    originTemperature?: number;
    precooled?: boolean;
    ruleCode?: string;
    scac?: string;
    serviceCode?: ProtectiveServiceCode;
    stateOrProvince?: string;
    temperatureUnit?: TemperatureUnit;
}

Properties

cityName?: string
fsac?: string
optimalTemperature?: number
originTemperature?: number
precooled?: boolean
ruleCode?: string
scac?: string
serviceCode?: ProtectiveServiceCode
stateOrProvince?: string
temperatureUnit?: TemperatureUnit