UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

11 lines 638 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabelDownload = void 0; const resource_download_1 = require("../resource-download"); /** @description This object provides the requested label that was just created. Exactly one of the keys should be populated. Set href if the label should be downloaded separately. Set data if the label is returned directly in the response. */ class LabelDownload extends resource_download_1.ResourceDownload { /** @description The base64 encoded resource data. */ label_data; } exports.LabelDownload = LabelDownload; //# sourceMappingURL=label-download.js.map