UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

11 lines 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShipFrom = void 0; const address_base_1 = require("./address-base"); /** @description The address for where the shipment will be shipped from */ class ShipFrom extends address_base_1.AddressBase { /** @description Tax IDs associated with the exporter */ tax_identifiers; } exports.ShipFrom = ShipFrom; //# sourceMappingURL=ship-from.js.map