Interface CarrierServiceInterfaceInternal

Interface version of CarrierService

interface CarrierServiceInterface {
    carrier: null | Carrier;
    code: string;
    description: null | string;
    enabled_for_retail_user: boolean;
    id: string;
    name: string;
    shipping_region_type: ShippingRegionType;
}

Implemented by

Properties

carrier: null | Carrier

Information about the carrier that offers the service

code: string

The code used to specify the service when rating and shippiong

description: null | string

A brief description of the service

enabled_for_retail_user: boolean

Whether retail (non-business) accounts can use the service

id: string

The service's id the the Shipgenius OMS database

name: string

The user-facing name of the service

shipping_region_type: ShippingRegionType

The destinations the service handles