@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
7 lines (6 loc) • 319 B
TypeScript
import { ServicePointAddress } from '../addresses/service-point-address';
/** @description The address information corresponding to a specific service point */
export declare class ServicePointResponseAddress extends ServicePointAddress {
/** @description Description of the location */
description?: string;
}