@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 729 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CancelNotificationResponse = void 0;
const base_response_1 = require("./base-response");
class CancelNotificationResponse extends base_response_1.BaseResponse {
/** @description User facing text describing the cancellation process. May be left blank to present a default value */
message;
/** @description A list of errors preventing this notification from being cancelled. If no errors are returned the void is considered successful. If any errors are returned the void is considered failed. */
errors;
}
exports.CancelNotificationResponse = CancelNotificationResponse;
//# sourceMappingURL=cancel-notification-response.js.map