@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
13 lines • 534 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PudoLocation = void 0;
const address_base_1 = require("./address-base");
/** @description Pickup/Dropoff location used by carriers */
class PudoLocation extends address_base_1.AddressBase {
/** @description Standardized carrier code the location id belongs to */
carrier_code;
/** @description Location id needed to look up the location */
location_id;
}
exports.PudoLocation = PudoLocation;
//# sourceMappingURL=pudo-location.js.map