@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
9 lines • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShipFromDisplay = void 0;
const address_base_1 = require("./address-base");
/** @description The address that should be displayed on the label as the ship from location */
class ShipFromDisplay extends address_base_1.AddressBase {
}
exports.ShipFromDisplay = ShipFromDisplay;
//# sourceMappingURL=ship-from-display.js.map