@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
14 lines • 609 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpecialOpeningTime = void 0;
/** @description Indicates a specific date window that a service point is open with opening hours */
class SpecialOpeningTime {
/** @description The starting day expressed in ISO 8601 date(yyyy-mm-dd) only format */
start;
/** @description The close time expressed in ISO 8601 date(yyyy-mm-dd) only format */
end;
/** @description The opening hours */
hours_of_operation;
}
exports.SpecialOpeningTime = SpecialOpeningTime;
//# sourceMappingURL=special-opening-time.js.map