@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
15 lines • 450 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RelayPointAddress = void 0;
/** @description The address information corresponding to a specific relay point */
class RelayPointAddress {
relay_point_id;
company_name;
address_lines;
city_locality;
state_province;
postal_code;
country_code;
}
exports.RelayPointAddress = RelayPointAddress;
//# sourceMappingURL=relay-point-address.js.map