UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

8 lines (7 loc) 256 B
/** @description Basic structure for a tracking service */ export class Service { /** @description The code specific to a shipping provider service. */ code?: string; /** @description The name of this shipping provider service. */ name?: string; }