@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
14 lines • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PickupLocationDetails = void 0;
/** @description Location details for pickup */
class PickupLocationDetails {
/** @description The address the pickup will take place */
pickup_address;
/** @description Any notes that may be helpful for a driver to find the pickup location */
location_notes;
/** @description Custom options that are used by the carrier to determine pickup locations */
pickup_options;
}
exports.PickupLocationDetails = PickupLocationDetails;
//# sourceMappingURL=pickup-location-details.js.map