@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
13 lines • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetServicePointRequest = void 0;
const base_request_1 = require("./base-request");
/** @description Basic structure for a request to get a single service point by id */
class GetServicePointRequest extends base_request_1.BaseRequest {
/** @description The service point id to get */
service_point_id;
/** @description The two character country code of the service point. The codes are specified by ISO 3166-1 alpha-2 */
country_code;
}
exports.GetServicePointRequest = GetServicePointRequest;
//# sourceMappingURL=get-service-point-request.js.map