@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
11 lines • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateNotificationResponse = void 0;
const base_response_1 = require("./base-response");
class CreateNotificationResponse extends base_response_1.BaseResponse {
/** @description The id of the sucessfully created notification*/
notification_id;
billing_line_items;
}
exports.CreateNotificationResponse = CreateNotificationResponse;
//# sourceMappingURL=create-notification-response.js.map