UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

13 lines 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShipTo = void 0; const address_base_1 = require("./address-base"); /** @description The address that a shipment will be delivered to */ class ShipTo extends address_base_1.AddressBase { /** @description Tax IDs associated with the consignee */ tax_identifiers; /** @description List of Geolocation objects to help identify the location. */ geolocation; } exports.ShipTo = ShipTo; //# sourceMappingURL=ship-to.js.map