UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

22 lines 882 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServicePoint = void 0; /** @description Basic structure for a service point */ class ServicePoint { /** @description The identifier for the carrier's service point */ service_point_id; /** @description The address where the service point is located */ address; /** @description Weekly hours of operation for the service point */ hours_of_operation; /** @description Features supported by the service point */ features; /** @description Temporary closures days */ temporary_closures; /** @description Special opening times */ special_opening_times; /** @description Location type like PUDOs, parcelshops, postoffices, lockers, retailers own stores etc. */ type; } exports.ServicePoint = ServicePoint; //# sourceMappingURL=service-point.js.map