Interface version of Carrier

interface CarrierInterface {
    description: null | string;
    id: string;
    name: CarrierName;
}

Implemented by

Properties

Properties

description: null | string

A brief description of the carrier

id: string

The carrier's id in the Shipgenius OMS database

The carrier's name