UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

16 lines 895 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PickupWindow = void 0; /** @description This model represents a window of time a pickup could be made. */ class PickupWindow { /** @description The local time zone represented in IANA. See https://www.iana.org/time-zones */ time_zone_iana; /** @description The local date the pickup will occur. Formatted per https://tools.ietf.org/html/rfc3339 */ pickup_date; /** @description The time relative to the time_zone_iana that the carrier says that the pickup could occur. Formatted per https://tools.ietf.org/html/rfc3339 */ start_time; /** @description The end of the window when the pickup could be made relative to the time_zone_iana. Formatted per https://tools.ietf.org/html/rfc3339 */ end_time; } exports.PickupWindow = PickupWindow; //# sourceMappingURL=pickup-window.js.map