@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
14 lines • 519 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SchedulePickupResponse = void 0;
const base_response_1 = require("./base-response");
/** @description Basic structure for a response to schedule a pickup */
class SchedulePickupResponse extends base_response_1.BaseResponse {
confirmation;
pickup_windows;
remarks;
custom_properties;
billing_line_items;
}
exports.SchedulePickupResponse = SchedulePickupResponse;
//# sourceMappingURL=schedule-pickup-response.js.map